Armin K. wrote:
> On 07/09/2012 10:50 PM, Bruce Dubbs wrote:
>> Armin K. wrote:
>>
>>> I have gegl-0.2.0 installed already, and I just configured and built it
>>> in order to run the testsuite. It failed first time because of jpeg2000
>>> loader (libjasper) error, but I disabled it and then testsuite passed. I
>>> use i686, so no, it is not i686 error.
>>
>> It must be some dependency then. I can trace the source to a point
>> where it is doing:
>>
>> g_print ("%s and %s are identical\n", argv[1], argv[2]);
>> g_object_unref (debug_buf);
>> g_object_unref (bufferA);
>> g_object_unref (bufferB); // Seg faults here.
>> gegl_exit ();
>> return 0;
>> }
>>
>> g_object_unref is in GTK+, so it that was incorrect, then I'd think
>> something else would be failing.
> GObject is library from glib package (libgobject-2.0.so) and g_object_*
> comes from that library, not from GTK+.
OK, but my comment is still valid. If there was something wrong with
g_object_unref() in glib, I'd see some other errors.
Looking at the tests, there are 19 instances of calling tools/img_cmp,
but only 8 fail. I'm pretty sure it's something in img_cmp, but I don't
need to spend the time looking.
-- Bruce
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page