Closed
Bug 388878
Opened 19 years ago
Closed 19 years ago
Breakpad is built but not enabled on Thunderbird trunk
Categories
(Thunderbird :: Build Config, defect)
Thunderbird
Build Config
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ispiked, Assigned: mscott)
Details
Attachments
(1 file)
|
481 bytes,
patch
|
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
Thanks to stephend for finding this.
The problem is that "Enabled=1" isn't getting added to application.ini because MOZILLA_OFFICIAL isn't set for some reason. Most of the Firefox tinderboxen have this set as an env. variable, and the Linux tinderbox exports it in it's mozconfig. Do the Thunderbird tinderboxen need to do the same?
| Assignee | ||
Comment 1•19 years ago
|
||
the problem might be two fold:
MOZILLA_OFFICIAL is apparently not defined in the mozconfig file for the thunderbird tinderbox machines.
and
Mail\app\Makefile.in needs the following lines:
ifdef MOZILLA_OFFICIAL
DEFINES += -DMOZILLA_OFFICIAL
endif
| Assignee | ||
Comment 2•19 years ago
|
||
Actually Firefox only exports MOZILLA_OFFICIAL on linux. On windows, I don't see it set in mozconfig or tinder-config.pl.
| Reporter | ||
Comment 3•19 years ago
|
||
Scott, maybe we could try what you suggested in comment 1? It sort of sucks not to have crash data for Thunderbird trunk.
Flags: blocking-thunderbird3?
Comment 4•19 years ago
|
||
I checked the build logs for the nightly tinderboxes for Firefox & Thunderbird on the trunk - all of them have MOZILLA_OFFICIAL=1 set in the environment.
| Assignee | ||
Comment 5•19 years ago
|
||
Thanks Nick. I would have been pretty surprised if our official builds weren't getting MOZILLA_THUNDERBIRD defined!
patch coming up that should fix this.
| Assignee | ||
Comment 6•19 years ago
|
||
Port the patch benjamin made for Firefox over to Thunderbird.
Updated•19 years ago
|
Attachment #273478 -
Flags: superreview?(bienvenu) → superreview+
| Assignee | ||
Updated•19 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 7•19 years ago
|
||
Just grabbed a tinderbox build, and this looks fixed. Enabled=1 is in applications.ini, and I successfully submitted a crash report: https://crash-reports.stage.mozilla.com/reports/report/index/8428950c-39b1-11dc-94bf-001321b0783d?date=2007-07-24-06 (no symbols because it's an hourly build).
->VERIFIED
Status: RESOLVED → VERIFIED
Flags: blocking-thunderbird3?
You need to log in
before you can comment on or make changes to this bug.
Description
•