Closed
Bug 23717
Opened 25 years ago
Closed 25 years ago
crash after leaving browser on over night
Categories
(Core :: XUL, defect, P3)
Tracking
()
M14
People
(Reporter: alecf, Assigned: eric)
Details
I left the browser on over night, and I got the following crash... I think the
progress meter was running all night or something:
#0 0x0 in ?? ()
#1 0x40e1e59b in StripeTimer::Notify (this=0x8552600, timer=0x8737510)
at nsProgressMeterFrame.cpp:185
#2 0x4083c054 in nsTimerGtk::FireTimeout (this=0x8737510) at nsTimerGtk.cpp:38
#3 0x4083c3dc in nsTimerExpired (aCallData=0x8737510) at nsTimerGtk.cpp:154
#4 0x409a3a04 in g_timeout_dispatch ()
#5 0x409a2be6 in g_main_dispatch ()
#6 0x409a31a1 in g_main_iterate ()
#7 0x409a3341 in g_main_run ()
#8 0x408ca339 in gtk_main ()
#9 0x416b922a in nsAppShell::Run (this=0x8080e90) at nsAppShell.cpp:304
#10 0x4166a86a in nsAppShellService::Run (this=0x80b7350)
at nsAppShellService.cpp:465
#11 0x804bc4b in main1 (argc=2, argv=0xbffff804) at nsAppRunner.cpp:621
#12 0x804c1f0 in main (argc=2, argv=0xbffff804) at nsAppRunner.cpp:709
#13 0x40266cb3 in __libc_start_main (main=0x804be48 <main>, argc=2,
argv=0xbffff804, init=0x8049654 <_init>, fini=0x804e470 <_fini>,
rtld_fini=0x4000a350, stack_end=0xbffff7fc)
(gdb) frame 1
#1 0x40e1e59b in StripeTimer::Notify (this=0x8552600, timer=0x8737510)
at nsProgressMeterFrame.cpp:185
185 view->GetViewManager(vm);
(gdb) print view
$2 = (nsIView *) 0x82e2920
(gdb) print *view
$3 = {<nsISupports> = {_vptr. = 0x852da70}, }
view seems to be bogus - I have loaded all relevant libraries, and _vptr. still
doesn't point to a valid object.
Why is this assigned to layout? I have no idea what a "StripeTimer" is, but it's
certainly not layout.
Changing component to xpfe and re-assigning...
Using builds 20000111 and 20000112 linux, my system locks up (I can't get
control back I have to power off then on again) when I leave Messenger up an
running for about 15 minutes without using it. I wasn't sure if Messenger is
the problem so I left the Browser only up overnight and the system didn't lock
up. I'm going to do more testing to see if I can narrow this down.
Updated•25 years ago
|
Severity: normal → critical
Assignee | ||
Comment 5•25 years ago
|
||
*** This bug has been marked as a duplicate of 24385 ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•