Closed
Bug 26765
Opened 25 years ago
Closed 25 years ago
Crash when switching from Internet to Bookmarks in search
Categories
(SeaMonkey :: UI Design, defect, P3)
Tracking
(Not tracked)
People
(Reporter: rzach, Assigned: danm.moz)
Details
To reproduce:
1. Search | Search the Internet
2. Switch to Bookmarks
Actual result: Crash
LoadPage(): 10 engines.
WEBSHELL+ = 9
Cleared result search sites.
got a request
unloadPage(): 10 engines.
got a request
Gtk-WARNING **: invalid cast from (NULL) pointer to `GtkObject'
Gtk-WARNING **: invalid cast from (NULL) pointer to `GtkObject'
Gtk-WARNING **: invalid cast from (NULL) pointer to `GtkObject'
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 4042]
Program received signal SIGSEGV, Segmentation fault.
0x41241d43 in nsToolkit::GetSharedGC ()
(gdb) where
#0 0x41241d43 in nsToolkit::GetSharedGC ()
#1 0x412432db in nsWidget::GetNativeData ()
#2 0x41248017 in nsWindow::GetNativeData ()
#3 0x412f3a80 in nsRenderingContextGTK::Init ()
#4 0x4124a2be in nsBaseWidget::GetRenderingContext ()
#5 0x41246a6e in nsWindow::DoPaint ()
#6 0x41246ba6 in nsWindow::Update ()
#7 0x41246937 in nsWindow::UpdateIdle ()
#8 0x40872bd9 in g_idle_dispatch ()
#9 0x40871be6 in g_main_dispatch ()
#10 0x408721a1 in g_main_iterate ()
#11 0x40872341 in g_main_run ()
#12 0x40797859 in gtk_main ()
#13 0x4123218a in nsAppShell::Run ()
#14 0x411f6e02 in NSGetModule ()
#15 0x804aca0 in JS_PushArguments ()
#16 0x804b04f in JS_PushArguments ()
#17 0x4021ccb3 in __libc_start_main (main=0x804ae54 <JS_PushArguments+6812>,
argc=1, argv=0xbffff864, init=0x80490f8 <_init>, fini=0x804bf50 <_fini>,
rtld_fini=0x4000a350 <_dl_fini>, stack_end=0xbffff85c)
at ../sysdeps/generic/libc-start.c:78
Related info:
Similar to bug 23493.
Doesn't happen when switching from Internet to Mail or Abook, or from Mail/Abook
to Bookmarks.
Linux build 2000.02.06.09
*** This bug has been marked as a duplicate of 25155 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•