[Bug 278292] graphics/gimp crash on quit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 26 Apr 2024 04:40:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278292 --- Comment #3 from Tatsuki Makino <tatsuki_makino@hotmail.com> --- * thread #1, name = 'gimp-2.10', stop reason = signal SIGSEGV: invalid address (fault address: 0x210000000c) frame #0: 0x0000000801f918b8 libgobject-2.0.so.0`g_type_check_instance_is_a(type_instance=0x000000080f4b6c50, iface_type=34481675744) at gtype.c:4141:25 4138 return type_instance->g_class->g_type == iface_type; 4139 4140 node = lookup_type_node_I (type_instance->g_class->g_type); -> 4141 check = node && node->is_instantiatable && iface && type_node_conforms_to_U (node, iface, TRUE, FALSE); 4142 4143 return check; 4144 } (lldb) v (GTypeInstance *) type_instance = 0x000000080f4b6c50 (GType) iface_type = 34481675744 (TypeNode *) node = 0x00000020fffffff8 (TypeNode *) iface = 0x0000000807449de0 (gboolean) check = 0 (lldb) v -P 4 (GTypeInstance *) type_instance = 0x000000080f4b6c50 { g_class = 0x0000000804fbda50 { g_type = 141733920763 } } I'm not sure if that is being overrun by something. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.