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 301139 - Crashes when trying to browse through folders
Crashes when trying to browse through folders
Status: RESOLVED DUPLICATE of bug 304702
Product: gtk+
Classification: Platform
Component: Backend: Win32
2.6.x
Other Windows
: Normal critical
: ---
Assigned To: gtk-win32 maintainers
gtk-bugs
: 302022 302206 302449 303688 303710 303790 304068 304142 304440 305389 307929 315535 338809 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-04-19 02:34 UTC by slacker.hacker
Modified: 2006-04-17 21:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description slacker.hacker 2005-04-19 02:34:09 UTC
Distribution/Version: XP

Simply go to the open folder and browse for a file.

Error message: Pango-ERROR **: file shape.c: line 75 (pango_shape): assertion
failed: (glyphs->num_glyphs > 0) aborting...
Comment 1 Michael Schumacher 2005-04-19 08:39:00 UTC
I can't reproduce this - is there anything special with or within the folders?
Comment 2 Sven Neumann 2005-04-19 10:38:01 UTC
Looks like the well-known problem with non-TTF fonts on Win32, doesn't it?
Comment 3 Michael Schumacher 2005-04-19 10:43:42 UTC
I just wonder how this can happen on a XP system - unless the user or some app
changed the default font settings, that is.
Comment 4 slacker.hacker 2005-04-19 14:40:58 UTC
I just tried to access the c:\ from the file browser and it gave me the error
message
Comment 5 weskaggs 2005-04-24 16:17:27 UTC
This is a known bug in the version of Pango used by the GIMP package (1.4.1);
Pango is the font-rendering library that goes with Gtk+.  This could actually be
called a duplicate of bug #149643, but because the bug is supposedly fixed in
later versions of Pango, I am going instead to confirm it and assign it to the
GIMP Installer component.  
Comment 6 weskaggs 2005-04-24 20:32:05 UTC
Bug reporter, if you resolve the bug as FIXED, then nobody will pay any more
attention to it and nothing will be done -- please leave it open so that it will
appear on the list of open bugs, and can remind us that something needs to be
upgraded in the installer.  Thanks.
Comment 7 weskaggs 2005-04-26 16:12:59 UTC
*** Bug 302022 has been marked as a duplicate of this bug. ***
Comment 8 weskaggs 2005-04-27 19:58:16 UTC
*** Bug 302206 has been marked as a duplicate of this bug. ***
Comment 9 weskaggs 2005-04-27 20:01:06 UTC
Hmm.  In a followup comment for bug #302022, it was reported that changing to
Pango 1.8.0 did not solve the problem, but that changing the GIMP theme from
"default" to "small" did prevent the crash.  So it seems there are still some
questions to be answered here.
Comment 10 Christopher Parisi 2005-04-27 20:15:47 UTC
I just tried changing the theme from "default" to "small" and it did indeed 
prevent GIMP form crashing. (WinXP SP1)
Comment 11 Michael Schumacher 2005-04-28 14:26:46 UTC
Changing the theme changes the font.
Comment 12 weskaggs 2005-04-29 17:52:30 UTC
*** Bug 302449 has been marked as a duplicate of this bug. ***
Comment 13 Manish Singh 2005-04-29 21:02:49 UTC
Perhaps the default theme that's disted with the win32 installer should
explicitly  set the font too.
Comment 14 Jernej Simončič 2005-05-02 19:57:57 UTC
I distribute the ms-windows-engine (Wimp) compiled from GTK+ source tarball with 
my installer, maybe this shold be reassigned to GTK+ then?
Comment 15 weskaggs 2005-05-10 18:51:51 UTC
*** Bug 303688 has been marked as a duplicate of this bug. ***
Comment 16 weskaggs 2005-05-10 19:29:07 UTC
*** Bug 303710 has been marked as a duplicate of this bug. ***
Comment 17 Sven Neumann 2005-05-10 19:55:31 UTC
I think Jernej has a point in comment #14. If this font definition is found in
the gtk+ source tree, then it should be fixed there. Reassigning to GTK+.
Comment 18 Sven Neumann 2005-05-11 15:13:59 UTC
*** Bug 303790 has been marked as a duplicate of this bug. ***
Comment 19 Larry 2005-05-12 03:50:04 UTC
I've solved my problem with this, so I'm going to tell you what I did. I'm not
sure if the problem was installing the GTK without uninstalling the previous
version, or installing the Gimp without uninstalling the previous version, but
one of the two must have been the main problem.
Uninstall both the GTK and Gimp programs and reinstall them fresh. That fixed
the problem for me. If you get an error message that says Windows can't
uninstall either one because an uninstaller file is missing, manually delete the
main program files. I had to do this with GTK, as an uninstaller file was
missing from GTK 2.6.4, and 2.6.7 wouldn't even install.
Uninstall them both and try a fresh install. 
In fact, maybe this should be must, and mentioned as necessary directions somewhere.
Comment 20 Philip Mateescu 2005-05-12 06:21:14 UTC
FWIW, in my case both GTK and Gimp were installed from scratch, no previous
installation of any of them.
Comment 21 Sven Neumann 2005-05-14 14:48:59 UTC
*** Bug 304142 has been marked as a duplicate of this bug. ***
Comment 22 CharlieNT 2005-05-16 19:55:48 UTC
So, check this out... is the directory where it dies the one with pagefile.sys in it?  While the thought that it's rendering of odd letters might 
hold water, I am in the USA, and never use non-ASCII characters for file names.  
Perhaps the font biz is a red herring... and it's a wild pointer that is setting glyphs to zero.
There certainly have been enough reports of problems here.
It is odd that the changing of Themes from Default fixes it, though the wild pointer may hit a less dangerous place then?
GIMP is a nice product though
Comment 23 Philip Mateescu 2005-05-16 20:01:10 UTC
No, it's not the root folder but some folder two levels below. 
Same goes for non-ASCII chars - I'm in USA too and none of the files have non-US
characters.
Comment 24 weskaggs 2005-05-17 19:46:02 UTC
*** Bug 304068 has been marked as a duplicate of this bug. ***
Comment 25 Sven Neumann 2005-05-18 00:16:37 UTC
*** Bug 304440 has been marked as a duplicate of this bug. ***
Comment 26 Stephen Osborn 2005-05-18 11:40:37 UTC
I just confirmed that changing the theme from "default" to "small" and it did 
prevent GIMP form crashing, thereby correcting the problem for me. (XPPRO SP2)
Comment 27 Sven Neumann 2005-05-25 16:20:48 UTC
*** Bug 305389 has been marked as a duplicate of this bug. ***
Comment 28 Daniel Atallah 2005-05-31 02:11:00 UTC
Shouldn't this be marked as a Pango bug? Duplicate of bug #304702 (or vice versa?).
Comment 29 Matthias Clasen 2005-06-09 17:18:17 UTC

*** This bug has been marked as a duplicate of 304702 ***
Comment 30 Sven Neumann 2005-06-16 15:53:57 UTC
*** Bug 307929 has been marked as a duplicate of this bug. ***
Comment 31 Michael Schumacher 2005-06-17 08:43:01 UTC
*** Bug 307929 has been marked as a duplicate of this bug. ***
Comment 32 Sven Neumann 2005-09-08 15:28:01 UTC
*** Bug 315535 has been marked as a duplicate of this bug. ***
Comment 33 Manish Singh 2006-04-17 21:00:27 UTC
*** Bug 338809 has been marked as a duplicate of this bug. ***