From owner-freebsd-gnome@freebsd.org Sun Jun 4 12:16:35 2017 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3023DB7AA00 for ; Sun, 4 Jun 2017 12:16:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 18857749CF for ; Sun, 4 Jun 2017 12:16:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 17DDCB7A9FF; Sun, 4 Jun 2017 12:16:35 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17697B7A9FE for ; Sun, 4 Jun 2017 12:16:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 069D8749CD for ; Sun, 4 Jun 2017 12:16:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v54CGYO2052357 for ; Sun, 4 Jun 2017 12:16:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: maintainer-feedback requested: [Bug 219771] graphics/inkscape (0.92.1_1): Crash after start with core file Date: Sun, 04 Jun 2017 12:16:34 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jun 2017 12:16:35 -0000 Vladimir Omelchuk has reassigned Bugzilla Automation 's request for maintainer-feedback to gnome@FreeBSD.o= rg: Bug 219771: graphics/inkscape (0.92.1_1): Crash after start with core file https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219771 --- Description --- Inkscape was install without any errors, but crash after start with core fi= le. Crash only, when use non-default locale. I=E2=80=99m use ru_RU.KOI8-R: % inkscape=20 (inkscape:5400): GLib-CRITICAL **: g_convert: assertion 'str !=3D NULL' fai= led (inkscape:5400): GLib-CRITICAL **: g_convert: assertion 'str !=3D NULL' fai= led Emergency save activated! Emergency save completed. Inkscape will close now. If you can reproduce this crash, please file a bug at www.inkscape.org with a detailed description of the steps leading to the crash, so we can fix it. (inkscape:5400): Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text() =D0=9E=D1=88=D0=B8=D0=B1=D0=BA=D0=B0 =D1=81=D0=B5=D0=B3=D0=BC=D0=B5=D0=BD= =D1=82=D0=B0=D1=86=D0=B8=D0=B8(core dumped) % locale LANG=3Dru_RU.KOI8-R LC_CTYPE=3D"ru_RU.KOI8-R" LC_COLLATE=3D"ru_RU.KOI8-R" LC_TIME=3D"ru_RU.KOI8-R" LC_NUMERIC=3D"ru_RU.KOI8-R" LC_MONETARY=3D"ru_RU.KOI8-R" LC_MESSAGES=3D"ru_RU.KOI8-R" LC_ALL=3D If run inkscape with the default locale settings, inkscape starts, with war= ning messages like that: % inkscape=20 (inkscape:5701): GLib-CRITICAL **: g_convert: assertion 'str !=3D NULL' fai= led (inkscape:5701): GLib-CRITICAL **: g_convert: assertion 'str !=3D NULL' fai= led [...] (inkscape:5701): GLib-CRITICAL **: g_convert: assertion 'str !=3D NULL' fai= led % locale LANG=3D LC_CTYPE=3D"C" LC_COLLATE=3D"C" LC_TIME=3D"C" LC_NUMERIC=3D"C" LC_MONETARY=3D"C" LC_MESSAGES=3D"C" LC_ALL=3D Does anybody have the same problem? # pkg version -v | grep inkscape inkscape-0.92.1_1 =3D up-to-date with index # uname -srm FreeBSD 11.0-RELEASE-p10 amd64