Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2020 22:00:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 243267] graphics/gimp-app: 2.10.14,1 crashes on startup in gimp_restore (upgrade from 2.8-something)
Message-ID:  <bug-243267-6497-yU8FvnSeKi@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243267-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243267-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243267

--- Comment #4 from Marcin Cie=C5=9Blak <saper@saper.info> ---
tried side stepping through the function:

it seems that json_object_get_type() gets loaded from=20

/usr/local/lib/libjson-glib-1.0.so.0

> pkg which /usr/local/lib/libjson-glib-1.0.so.0
/usr/local/lib/libjson-glib-1.0.so.0 was installed by package json-glib-1.4=
.4

Both are referred to from the gimp binary:

> ldd /usr/local/bin/gimp-2.10 |grep json=09
        libjson-glib-1.0.so.0 =3D> /usr/local/lib/libjson-glib-1.0.so.0
(0x804c93000)
        libjson-c.so.4 =3D> /usr/local/lib/libjson-c.so.4 (0x805e0a000)


radziecki> objdump -T /usr/local/lib/libjson-c.so.4 | grep json_object_get_=
type
0000000000005240 g    DF .text  000000000000002d  Base=20=20=20=20=20=20=20
json_object_get_type
radziecki> objdump -T /usr/local/lib/libjson-glib-1.0.so | grep
json_object_get_type
0000000000014d70 g    DF .text  000000000000005b  Base=20=20=20=20=20=20=20
json_object_get_type


wow.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243267-6497-yU8FvnSeKi>