[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()
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Jan 2022 21:21:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243267 --- Comment #12 from Marcin Cieślak <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 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 json_object_get_type https://github.com/json-c/json-c/commit/c2c94024f5d15c2fe36c72cb139df6a2ccd9b3ec 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=yes from ports. Let's see if recompiled gimp works fine -- You are receiving this mail because: You are the assignee for the bug.