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 148054 - Glib crashes with some filename encodings
Glib crashes with some filename encodings
Status: RESOLVED DUPLICATE of bug 141124
Product: glib
Classification: Platform
Component: win32
2.4.x
Other Windows
: Urgent critical
: ---
Assigned To: gtk-win32 maintainers
gtk-win32 maintainers
Depends on:
Blocks:
 
 
Reported: 2004-07-21 04:39 UTC by musiphil
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description musiphil 2004-07-21 04:39:13 UTC
I found out this bug while using GIMP-2.0.1.
( http://bugzilla.gnome.org/show_bug.cgi?id=141841 )

On a Korean version of Windows XP, make a file with filename "미현.rtf" [b9 cc
c7 f6 2e 72 74 66], and open a file dialog in that directory in GIMP. Then GIMP
crashes with the message:

    GLib-ERROR **: gmem.c:140: failed to allocate 2147483649 bytes
    aborting...
Comment 1 Owen Taylor 2004-07-24 18:16:41 UTC
Can you get a backtrace of where the crash ocurs - run it under a debugger
and put a breakpoint on g_logv().

(This is not a GLib error, but some other part of the stack, most likely.)
Comment 2 musiphil 2004-07-24 18:52:38 UTC
I have installed GIMP from a pre-compiled binary, so I'm afraid I have a long
way ahead before setting up a debugging environment on my system. I hope I'll be
able to do it, anyway.
Comment 3 Tor Lillqvist 2004-07-31 21:57:40 UTC

*** This bug has been marked as a duplicate of 141124 ***