Closed
Bug 106459
Opened 24 years ago
Closed 24 years ago
Solaris build crashes on or near startup [@nsRuleList::Destroy]
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: crumley, Assigned: dbaron)
Details
(Keywords: crash)
Crash Data
Attachments
(4 files)
Bug split off of bug 106412, which seems to be a different problem.
Solaris build 2001102322 dumps core near startup. If I try to do anything from
Manage Profile I get a crash. If I pick an old Profile from the commandline
with -P I get a crash very quickly. If I pick a new (from yesterday's build)
profile, mozilla gets as far drawing the browser window and starting to load
the default page before it crashes. Here are the relevant results from running
mozilla under gdb.
starting mozilla with an old profile:
ProfileName : default
[Switching to LWP 6 ]
Program received signal SIGSTOP, Stopped (signal).
0xfeb97088 in door_restart () from /usr/lib/libc.so.1
starting with a profile from yesterday:
[New LWP 6 ]
LoadPlugin: failed to initialize shared library
/home/crumley/overflow/moz2/plugins/libxrx.so [ld.so.1:
/net/aurora/a1/crumley/sun/moz2/mozilla-bin: fatal: relocation error: file
/home/crumley/overflow/moz2/plugins/libxrx.so: symbol xmLabelGadgetClass:
referenced symbol not found]
LoadPlugin: failed to initialize shared library
/home/crumley/overflow/moz2/plugins/mswmp.so [ld.so.1:
/net/aurora/a1/crumley/sun/moz2/mozilla-bin: fatal: relocation error: file
/home/crumley/overflow/moz2/plugins/mswmp.so: symbol
methodID_netscape_plugin_Plugin_getPeer: referenced symbol not found]
ProfileManager : StartApprunner
profileName passed in: test
Program received signal SIGILL, Illegal instruction.
0x3461a0 in ?? ()
trying to pick a profile (or hitting create profile) from the Profile Manager:
ProfileManager : StartApprunner
profileName passed in: default
Program received signal SIGSEGV, Segmentation fault.
0x10 in ?? ()
| Reporter | ||
Updated•24 years ago
|
please run mozilla -g
either -d dbx or -d gdb (or let it find a debugger).
run should let mozilla start running
bt/where or an equiv should get a stacktrace (paste here)
http://www.mozilla.org/unix/debugging-faq.html
Keywords: stackwanted
| Reporter | ||
Comment 2•24 years ago
|
||
Ok, here's better stack info as requested. I'll attach stack traces for each of
the cases that I mentioned above as attachments, so that this bug doesn't get
too long.
| Reporter | ||
Comment 3•24 years ago
|
||
| Reporter | ||
Comment 4•24 years ago
|
||
| Reporter | ||
Comment 5•24 years ago
|
||
| Reporter | ||
Comment 6•24 years ago
|
||
| Reporter | ||
Comment 7•24 years ago
|
||
A note on the case of the last attachment. My old profile brings up an empty
page. In this case, the crash didn't occur till I tried to load a web site. My
'new' profile (3rd attachment) tried to load the default "welcome to mozilla"
page and crashed before the browser window waws entirely drawn.
Keywords: stackwanted
| Reporter | ||
Comment 8•24 years ago
|
||
*** Bug 106345 has been marked as a duplicate of this bug. ***
Assignee: asa → dbaron
Component: Browser-General → Style System
QA Contact: doronr → ian
Summary: Solaris build crashes on or near startup → Solaris build crashes on or near startup [@nsRuleList::Destroy]
Comment 10•24 years ago
|
||
Solaris nightly 20010124 is now OK for me when converting profiles, managing
profiles, and browsing. i.e. no crash no more :)
(The whole menu/icon/urlbar area is corrupted with data from the page being
browsed though - anyone see this?)
| Reporter | ||
Comment 11•24 years ago
|
||
I can confirm that build 2001102422 is not crashing on Solaris, so I'll close
this for now.
I see the same urlbar corruption mentioned as well - I'll open up a new bug on
that since I don't see anything similar in bugzilla. So, I opened up bug 106673,
if you have more info please add it there.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 12•24 years ago
|
||
marking verified as per comments and also because there has been no activity in
this bug after 2001-10-25.
Status: RESOLVED → VERIFIED
Updated•15 years ago
|
Crash Signature: [@nsRuleList::Destroy]
You need to log in
before you can comment on or make changes to this bug.
Description
•