Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jan 2022 21:21:22 +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): assert failure in json_object_object_add_ex()
Message-ID:  <bug-243267-6497-PVhq0RKqFO@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 #12 from Marcin Cie=C5=9Blak <saper@saper.info> ---
There is a good chance it got resolved. As of 0.15, json-c has versioned
symbols:

> objdump -T /usr/local/lib/libjson-c.so.5 | grep json_object_get_type
0000000000004d30 g    DF .text  000000000000002d  JSONC_0.14=20
json_object_get_type

> objdump -T /usr/local/lib/libjson-glib-1.0.so.0.600.2 | grep json_object_=
get_type
0000000000015aa0 g    DF .text  000000000000003d  Base=20=20=20=20=20=20=20
json_object_get_type

https://github.com/json-c/json-c/commit/c2c94024f5d15c2fe36c72cb139df6a2ccd=
9b3ec
2.10.24,2
https://github.com/json-c/json-c/issues/621

Right now I can start gimp-2.10.24,2 from pkg against json-c 0.15 built
WITH_DEBUG=3Dyes from ports.

Let's see if recompiled gimp works fine

--=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-PVhq0RKqFO>