After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 165190 - gaelon crashes when reloading myportal:
gaelon crashes when reloading myportal:
Status: RESOLVED FIXED
Product: galeon
Classification: Deprecated
Component: Bookmarks
1.3.19
Other Linux
: High major
: 1.3.20
Assigned To: Ricardo Fernández Pascual
Yanko Kaneti
: 165429 165705 165986 166035 167784 167961 169739 311115 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-01-25 15:15 UTC by Michal Janeczek
Modified: 2005-07-21 09:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michal Janeczek 2005-01-25 15:15:07 UTC
Entering the addres in location bar works fine, as well as alt+home with
myportal: as homepage. After the crash new bookmarks are lost.
Comment 1 Crispin Flowerday (not receiving bugmail) 2005-01-25 15:34:37 UTC
Hmm, this needs looking at, it looks like a mozilla crash, but I might get a
better backtrace from my build at home.

  • #0 NSGetModule
    from /usr/lib/mozilla/components/libimglib2.so
  • #1 NSGetModule
    from /usr/lib/mozilla/components/libimglib2.so
  • #2 NSGetModule
    from /usr/lib/mozilla/components/libimglib2.so
  • #3 NSGetModule
    from /usr/lib/mozilla/components/libnecko.so
  • #4 NSGetModule
    from /usr/lib/mozilla/components/libnecko.so
  • #5 NSGetModule
    from /usr/lib/mozilla/components/libnecko.so
  • #6 nsInputStreamReadyEvent::EventHandler
    from /usr/lib/mozilla/libxpcom.so
  • #7 PL_HandleEvent
    from /usr/lib/mozilla/libxpcom.so
  • #8 PL_ProcessPendingEvents
    from /usr/lib/mozilla/libxpcom.so
  • #9 nsEventQueueImpl::NotifyObservers
    from /usr/lib/mozilla/libxpcom.so
  • #10 nsBaseWidget::FreeNativeData
    from /usr/lib/mozilla/components/libwidget_gtk2.so
  • #11 g_vasprintf
    from /usr/lib/libglib-2.0.so.0
  • #12 g_main_depth
    from /usr/lib/libglib-2.0.so.0
  • #13 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #14 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #15 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #16 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #17 main

Comment 2 Crispin Flowerday (not receiving bugmail) 2005-01-25 19:49:30 UTC
This appears to be a mozilla crash, which I can reproduce with mozilla 1.7.5,
but not with mozilla trunk, I'll build a debug build at some point to get better
information
Comment 3 Loïc Minier 2005-01-30 13:49:49 UTC
*** Bug 165705 has been marked as a duplicate of this bug. ***
Comment 4 Crispin Flowerday (not receiving bugmail) 2005-01-31 13:14:33 UTC
*** Bug 165429 has been marked as a duplicate of this bug. ***
Comment 5 Crispin Flowerday (not receiving bugmail) 2005-01-31 13:16:06 UTC
0xb65771c9 in GetCacheSession (aURI=0x0, _retval=0xbffff1f0) at imgCache.cpp:114
114       aURI->SchemeIs("chrome", &isChrome);
Current language:  auto; currently c++
(gdb) p aURI
$1 = (class nsIURI *) 0x0
(gdb) up
  • #1 imgCache::Put
    at imgCache.cpp line 189
  • #2 imgCacheValidator::OnStartRequest
    at imgLoader.cpp line 973
  • #0 GetCacheSession
    at imgCache.cpp line 114
  • #1 imgCache::Put
    at imgCache.cpp line 189
  • #2 imgCacheValidator::OnStartRequest
    at imgLoader.cpp line 973
  • #3 nsFileChannel::OnStartRequest
    at nsFileChannel.cpp line 534
  • #4 nsInputStreamPump::OnStateStart
    at nsInputStreamPump.cpp line 381
  • #5 nsInputStreamPump::OnInputStreamReady
    at nsInputStreamPump.cpp line 337
  • #6 nsInputStreamReadyEvent::EventHandler
    at nsStreamUtils.cpp line 118
  • #7 PL_HandleEvent
    at plevent.c line 698
  • #8 PL_ProcessPendingEvents
    at plevent.c line 633
  • #9 nsEventQueueImpl::ProcessPendingEvents
    at nsEventQueue.cpp line 413
  • #10 event_processor_callback
    at nsAppShell.cpp line 67
  • #11 g_io_unix_dispatch
    at giounix.c line 162
  • #12 g_main_dispatch
    at gmain.c line 1947
  • #13 IA__g_main_context_dispatch
    at gmain.c line 2497
  • #14 g_main_context_iterate
    at gmain.c line 2578
  • #15 IA__g_main_loop_run
    at gmain.c line 2782
  • #16 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #17 main
    at galeon-main.c line 213

Comment 6 Crispin Flowerday (not receiving bugmail) 2005-01-31 13:17:01 UTC
This is fixed in CVS:

http://mail.gnome.org/archives/cvs-commits-list/2005-January/msg08190.html
Comment 7 Yanko Kaneti 2005-02-01 23:25:32 UTC
*** Bug 165986 has been marked as a duplicate of this bug. ***
Comment 8 Crispin Flowerday (not receiving bugmail) 2005-02-02 13:26:28 UTC
*** Bug 166035 has been marked as a duplicate of this bug. ***
Comment 9 Yanko Kaneti 2005-02-18 08:08:58 UTC
*** Bug 167784 has been marked as a duplicate of this bug. ***
Comment 10 Yanko Kaneti 2005-02-20 18:02:55 UTC
*** Bug 167961 has been marked as a duplicate of this bug. ***
Comment 11 Elijah Newren 2005-03-09 17:55:28 UTC
*** Bug 169739 has been marked as a duplicate of this bug. ***
Comment 12 Crispin Flowerday (not receiving bugmail) 2005-07-21 09:32:15 UTC
*** Bug 311115 has been marked as a duplicate of this bug. ***