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 145164 - crash when opening Preferences dialog
crash when opening Preferences dialog
Status: RESOLVED DUPLICATE of bug 129741
Product: galeon
Classification: Deprecated
Component: general
1.3.15
Other Linux
: Normal normal
: ---
Assigned To: galeon-maint
galeon-maint
: 149145 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-06-30 00:36 UTC by Wouter Van Hemel
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6


Attachments
stacktrace (6.23 KB, text/plain)
2004-06-30 00:41 UTC, Wouter Van Hemel
Details
Galeon + Pango backtrace (11.16 KB, text/plain)
2004-07-02 01:15 UTC, Wouter Van Hemel
Details

Description Wouter Van Hemel 2004-06-30 00:36:11 UTC
Menu Edit > Preferences
Galeon crashes after a few seconds.

100% reproducable, I can't open the settings dialog.

I have reported this bug to the Debian maintainer since it's possible it's not a
Galeon-source bug; so far no reaction. If time permits, it might help if someone
with more knowledge of Galeon sees where it actually blows up (stacktrace attached).
Comment 1 Wouter Van Hemel 2004-06-30 00:41:18 UTC
Created attachment 29101 [details]
stacktrace

Pango version in Debian unstable seems to be 1.4.0.
Comment 2 Crispin Flowerday (not receiving bugmail) 2004-07-01 14:48:13 UTC
This does look like a pango crash, could you please install the libpango1.0-dbg,
libglib2.0-dbg and libgtk2.0-dbg packages, and then run obtain a backtrace as
follows:

$ LD_LIBRARY_PATH=/usr/lib/debug:/usr/lib/mozilla gdb /usr/lib/galeon-bin
<gdb output>
(gdb) run
<make it crash>
(gdb) thread apply all bt

and then paste the backtrace here.
Comment 3 Wouter Van Hemel 2004-07-02 01:15:49 UTC
Created attachment 29150 [details]
Galeon + Pango backtrace


Backtrace of Preferences dialog crash, might contain some non-ASCII characters.
Comment 4 Crispin Flowerday (not receiving bugmail) 2004-07-02 13:50:49 UTC
Nice backtrace, thanks. This looks like you have a font installed with a funny
name, It starts "Uber", and ends "lme", do you have a font mathcing this name
installed ? And if so, what is its real name, and where did you get it from ?
Comment 5 Wouter Van Hemel 2004-07-04 14:58:29 UTC
Doh. It's a freeware font called Uberhölme (that's an 'o' with an umlaut, if it
doesn't show), and it probably comes from here:

http://www.dafont.com/en/voir.php?libelle=Uberh%F6lme

It is not the first time I've gotten a crash of for instance, the Gimp, with
certain 'freeware' fonts - which I then removed - but this font has never given
any problem. It has been installed for about a year already, the ctime timestamp
is Jul 11 2003. It's quite strange a Galeon preferences dialog crashes on a font
that's not in use in the GUI.

So, I suppose we should re-assign this bug to pango (freetype/fontconfig)?
Comment 6 Crispin Flowerday (not receiving bugmail) 2004-07-04 16:08:37 UTC
Thanks for that. If I install this font, I get a crash as well. Although
recompiling pango from scratch stops the crash. Something very odd is going on
here, probably in pango.
Comment 7 Crispin Flowerday (not receiving bugmail) 2004-07-04 16:36:41 UTC
Bingo, this has been fixed in pango CVS, its bug 129741

*** This bug has been marked as a duplicate of 129741 ***
Comment 8 Yanko Kaneti 2004-08-03 13:54:18 UTC
*** Bug 149145 has been marked as a duplicate of this bug. ***