Closed
Bug 262309
Opened 21 years ago
Closed 21 years ago
tbird crash on startup (before any windows appear)
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 262054
People
(Reporter: eyalroz1, Assigned: mscott)
Details
Attachments
(1 file)
8.21 KB,
text/plain
|
Details |
Thunderbird crashes on startup. See attachment for stack trace.
.mozconfig is:
. $topsrcdir/mail/config/mozconfig
ac_add_options --disable-freetype2
ac_add_options --disable-xft
ac_add_options --disable-postscript
ac_add_options --disable-xprint
ac_add_options --disable-gnomevfs
ac_add_options --disable-gnomeui
ac_add_options --disable-oji
ac_add_options --disable-view-source
ac_add_options --disable-accessibility
ac_add_options --disable-xpinstall
ac_add_options --disable-mathml
ac_add_options --disable-installer
ac_add_options --disable-activex
ac_add_options --disable-activex-scripting
ac_add_options --disable-tests
ac_add_options --enable-debug
ac_add_options --enable-crypto
ac_add_options --disable-optimize
During build, I did make, which was missing some xpinstall stuff, then did make
-C xpinstall, then make. I doubt that could be the cause but who knows, right?
So I'll mark this 'normal' rather than 'blocker'.
Reporter | ||
Comment 1•21 years ago
|
||
It seems that this == 0x0 in nsStyleContext::GetRuleNode()
Comment 2•21 years ago
|
||
Eyal, try updating in mozilla/layout and rebuilding - I bet you're running into
yesterday's blocker.
Comment 3•21 years ago
|
||
*** This bug has been marked as a duplicate of 262054 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•