Closed
Bug 30090
Opened 25 years ago
Closed 25 years ago
M14 exits instantly on this URL.
Categories
(Core :: XPCOM, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: mozilla, Assigned: dp)
References
()
Details
(Keywords: crash, platform-parity)
Attachments
(1 file)
1.29 KB,
text/plain
|
Details |
The browser wipes the area black and then quits.
Comment 1•25 years ago
|
||
unable to reproduce with 3/02 win32 bits under NT. Either PP or worksforme.
Comment 2•25 years ago
|
||
Confirmed on Linux build 2000.03.02.08. I got it to display once, then crashed
on view source. Then crashed twice immediately after startup.
Program received signal SIGSEGV, Segmentation fault.
0x402f15d8 in main_arena ()
(gdb) where
#0 0x402f15d8 in main_arena ()
#1 0x406dc1f5 in NSGetModule ()
#2 0x406e26ec in NSGetModule ()
#3 0x406e632b in NSGetModule ()
#4 0x406e63b9 in NSGetModule ()
#5 0x406e4815 in NSGetModule ()
#6 0x406e324d in NSGetModule ()
#7 0x406e2d05 in NSGetModule ()
#8 0x406f2892 in NSGetModule ()
#9 0x406f2777 in NSGetModule ()
#10 0x406f2ef3 in NSGetModule ()
#11 0x404d03bf in NSGetModule ()
#12 0x4040cff6 in NSGetModule ()
#13 0x4048c59f in NSGetModule ()
#14 0x40443abc in NSGetModule ()
#15 0x404433e0 in NSGetModule ()
#16 0x401002c3 in PL_HandleEvent ()
#17 0x40100253 in PL_ProcessPendingEvents ()
#18 0x40100e28 in nsEventQueueImpl::ProcessPendingEvents ()
#19 0x412abeaf in nsAppShell::SetDispatchListener ()
#20 0x412abc7d in keysym2ucs ()
#21 0x4088e52a in g_io_unix_dispatch ()
#22 0x4088fbe6 in g_main_dispatch ()
---Type <return> to continue, or q <return> to quit---
#23 0x408901a1 in g_main_iterate ()
#24 0x40890341 in g_main_run ()
#25 0x407b5859 in gtk_main ()
#26 0x412ac36a in nsAppShell::Run ()
#27 0x40f54e92 in NSGetModule ()
#28 0x804b06c in JS_PushArguments ()
#29 0x804b39c in JS_PushArguments ()
#30 0x40220cb3 in __libc_start_main (main=0x804b210 <JS_PushArguments+7692>,
argc=1, argv=0xbffff824, init=0x8049124 <_init>, fini=0x804c190 <_fini>,
rtld_fini=0x4000a350 <_dl_fini>, stack_end=0xbffff81c)
at ../sysdeps/generic/libc-start.c:78
Comment 3•25 years ago
|
||
WORKSFORME on Linux M14... Odd. mozilla@tainted.org - are you still having
problems with this URL?
Gerv
Comment 4•25 years ago
|
||
Hey Gerv, what are you removing the URL for? No crash on 2000.03.03.012 Linux
build. mozilla@tainted.org, could you try on your machine with a new build?
Comment 5•25 years ago
|
||
can't dup on 2000030408
marking worksforme, reporter, please get newewst build and try again. If it
still happends, reopen bug.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
latest build tested (Mar 4), still happens..
i'm using ramiro's run-mozilla.sh to start it up, this is a red hat 6.x
system, with newer gnome libraries. i've confirmed at work (on a similar setup)
and at home. I can provide you with more library info if needed.
..reopened
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Comment 8•25 years ago
|
||
The stacktrace looks just like mine. I see "EventHandler", so I'll cc Joki, and
blizzard.
Comment 9•25 years ago
|
||
updating component to XPCOM, since they own PL_HandleEvent, and so someone can
look at this.
Assignee: cbegle → dp
Status: REOPENED → NEW
Component: Browser-General → XPCOM
QA Contact: asadotzler → leger
Comment 10•25 years ago
|
||
Did I remove the URL? Oops, sorry... Dodgy cutting and pasting, I think :-(
Apologies.
Gerv
Comment 11•25 years ago
|
||
This might actually be a duplicate of bug 30885, which was fixed yesterday. An
lo, I don't crash on this page anymore, either. The stacktraces look similar,
so I'm marking this fixed. Please reopen if anyone still sees this crashing.
Status: NEW → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Comment 13•25 years ago
|
||
With 20000322xx build (yesterdays tip, built locally), the URL loads fine.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•