Date: Tue, 17 Oct 2006 15:03:31 +0100 From: Mamoru Iwaki <iwaki@bc.niigata-u.ac.jp> To: gnome@FreeBSD.org Subject: Segmentation fault in ports/graphics/gimp Message-ID: <4534E2B3.7050503@bc.niigata-u.ac.jp>
next in thread | raw e-mail | index | archive | help
Hi gnome@FreeBSD.org, I experienced segmentation fault using gimp after new gnome2 set. I used portupgrade and followed the instruction mentioned in UPDATING. In my environment, LANG environment variable usually set to 'ja_JP.eucJP'. This causes segmentation fault as follows: > env LANG=ja_JP.eucJP gimp (gimp:1486): GLib-CRITICAL **: g_convert: assertion `str != NULL' failed (gimp:1486): GLib-CRITICAL **: g_convert: assertion `str != NULL' failed Segmentation fault > env LANG=ja_JP.SJIS gimp (gimp:1487): GLib-CRITICAL **: g_convert: assertion `str != NULL' failed (gimp:1487): GLib-CRITICAL **: g_convert: assertion `str != NULL' failed Segmentation fault However, setting to 'ja_JP.UTF-8', it works well. > env LANG=ja_JP.UTF-8 gimp Thunderbird and firebird are working well under LANG=ja_JP.eucJP. I have no workaround for that yet. It's just a bug report. Thank you ---------- # New ports collection makefile for: The GIMP # Date created: Mon Nov 18 21:28:43 CST 1996 # Whom: erich@FreeBSD.org # # $FreeBSD: ports/graphics/gimp/Makefile,v 1.195 2006/10/14 08:52:55 marcus Exp $ # $MCom: ports/graphics/gimp/Makefile,v 1.2 2006/08/25 18:14:57 pav Exp $ ---------- # New ports collection makefile for: glib13 # Date Created: 28 July 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD: ports/devel/glib20/Makefile,v 1.129 2006/10/14 08:35:11 marcus Exp $ # $MCom: ports/devel/glib20/Makefile,v 1.91 2006/10/05 06:55:34 mezz Exp $ # -- ----- Mamoru IWAKI (iwaki@bc.niigata-u.ac.jp) Graduate School of Science and Technology, Niigata University
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4534E2B3.7050503>