Bug#663056: libsoup2.4: FTBFS on kfreebsd-*: test-suite FAIL: context-test

Robert Millan rmh at debian.org
Thu Apr 5 19:47:00 UTC 2012


El 20 de març de 2012 21:38, Steven Chamberlain <steven at pyro.eu.org> ha escrit:
> I've narrowed down the context-test failures to g_cond_wait_until [1]
> returning false without actually waiting until the requested time.

This suggests pthread_cond_timedwait buggyness.  I'll investigate this.

> Under gdb we hit a familiar-looking issue that I'm sure we've seen
> before on kfreebsd:
>
>> Starting program: /tmp/tmp.iqfzT2Ty1x/libsoup2.4-2.37.92/tests/.libs/lt-context-test -d
>>
>> Program received signal ?, Unknown signal.

Actually GDB knows the signal number, it just fails to convert it to
"SIGXXX", which probably means it's one of the signals below SIGRTMIN
that don't have a SIG* macro (i.e. pthread sigrestart, sigcancel,
etc).

-- 
Robert Millan





More information about the pkg-gnome-maintainers mailing list