GNOME Bugzilla – Bug 300591
crash when sufring to http://www.publisite.be/
Last modified: 2005-04-16 15:54:28 UTC
Distribution: Debian 3.1 Package: galeon Severity: normal Version: 1.3.20 Synopsis: crash when sufring to http://www.publisite.be/ Bugzilla-Product: galeon Bugzilla-Component: general Bugzilla-Version: 1.3.20 BugBuddy-GnomeVersion: 2.0 (2.8.1) Description: Description of the crash: Steps to reproduce the crash: 1. start galeon 2. enter "http://www.publisite.be/" into location bar 3. galeon crashes Expected Results: I expected te website to show up How often does this happen? Every time. Additional Information: Debugging Information: Backtrace was generated from '/usr/bin/galeon' (no debugging symbols found) Using host libthread_db library "/lib/tls/libthread_db.so.1". (no debugging symbols found) `system-supplied DSO at 0xffffe000' has disappeared; keeping its symbols. (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1220558720 (LWP 8370)] [New Thread -1284432976 (LWP 8377)] [New Thread -1276044368 (LWP 8376)] [New Thread -1252283472 (LWP 8375)] [New Thread -1260676176 (LWP 8374)] [New Thread -1243710544 (LWP 8372)] [New Thread -1232335952 (LWP 8371)] (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) 0x4117d511 in __waitpid_nocancel () from /lib/tls/libpthread.so.0
+ Trace 58163
Thread 1 (Thread -1220558720 (LWP 8370))
------- Bug moved to this database by unknown@bugzilla.gnome.org 2005-04-14 06:04 ------- Unknown platform unknown. Setting to default platform "Other". Unknown milestone "unknown" in product "galeon". Setting to default milestone for this product, '---' The original reporter of this bug does not have an account here. Reassigning to the person who moved it here, unknown@bugzilla.gnome.org. Previous reporter was Jos.DeGraeve@evonet.be. Setting to default status "UNCONFIRMED". Setting qa contact to the default for this product. This bug either had no qa contact or an invalid one.
Interesting. Reproducible for me with identical backtrace, but not reproducible in mozilla itself... 1.3.20 , 1.7.6 I'll leave it new until someone investigates further although it looks like a moz embedding problem.
Yes, I see this as well, it looks something todo with the favicon loading code.
+ Trace 58188
Created attachment 45268 [details] [review] guard against NULL callback function This patch should work around the crash. OnDataAvailable is not supposed to be called again if we return an error once. But it is, and by that time we've already set mFunc to NULL, and thus the crash.
Forwarded to Mozilla Bugzilla as https://bugzilla.mozilla.org/show_bug.cgi?id=290371
Fixed in CVS: http://mail.gnome.org/archives/cvs-commits-list/2005-April/msg03662.html