Closed
Bug 22275
Opened 26 years ago
Closed 26 years ago
Resize of directory listing initiates crash
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: briareos, Assigned: troy)
Details
First, the gdb output:
startpage = http://www.mozilla.org/projects/seamonkey/release-notes/m12.html
Loading page specified via openDialog
Check if a view source window
WEBSHELL+ = 8
failed to set the page title.
135744016 : Focus occurred on: Window with an HTML doc (happens twice)
135744016 : Focus occurred on: Window with an HTML doc (happens twice)
failed to set the page title.
Document http://students.washington.edu/eeyem/vicki/ loaded successfully
Document: Done (0.651 secs)
135744016 : Focus occurred on: A Focusable DOM Element
135744016 : Focus occurred on: Window with an HTML doc (happens twice)
135744016 : Focus occurred on: Window with an HTML doc (happens twice)
Document http://students.washington.edu/eeyem/vicki/adam.jpg loaded
successfullyDocument: Done (0.922 secs)
Program received signal SIGSEGV, Segmentation fault.
0x402ca656 in main_arena ()
(gdb) where
#0 0x402ca656 in main_arena ()
#1 0x40416861 in nsStreamListenerEvent::~nsStreamListenerEvent ()
#2 0x40416de5 in nsOnStopRequestEvent::~nsOnStopRequestEvent ()
#3 0x404168fc in nsStreamListenerEvent::DestroyPLEvent ()
#4 0x40118c6d in PL_DestroyEvent ()
#5 0x40118c46 in PL_HandleEvent ()
#6 0x40118b86 in PL_ProcessPendingEvents ()
#7 0x400f831a in nsEventQueueImpl::ProcessPendingEvents ()
#8 0x404861e7 in event_processor_callback ()
#9 0x40485dad in our_gdk_io_invoke ()
#10 0x4072f52a in g_io_unix_dispatch ()
#11 0x40730be6 in g_main_dispatch ()
#12 0x407311a1 in g_main_iterate ()
#13 0x40731341 in g_main_run ()
#14 0x4068c859 in gtk_main ()
#15 0x40486635 in nsAppShell::Run ()
#16 0x403d6532 in nsAppShellService::Run ()
#17 0x804a5d5 in main1 ()
#18 0x804a859 in main ()
#19 0x401f9cb3 in __libc_start_main (main=0x804a684 <main>, argc=1,
argv=0xbffffaf4, init=0x80490b4 <_init>, fini=0x804bbf0 <_fini>,
rtld_fini=0x4000a350 <_dl_fini>, stack_end=0xbffffaec)
at ../sysdeps/generic/libc-start.c:78
(gdb)
What happened is that I was viewing a directory output window, then resized it.
First time I did this, crash (not in gdb unfortunately). Second time, I was able
to resize, and *then* view an image. After loading the image, crash.
Assignee: nobody → gagan
Component: Browser-General → Networking
QA Contact: nobody → tever
resize=>layout
Assignee: gagan → troy
Component: Networking → Layout
QA Contact: tever → petersen
Works fine for me with latest build. I tried loading all three URLs are resizing
and I didn't crash
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Comment 4•26 years ago
|
||
I can't reproduce this problem either with the latest build.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•