[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: libsoup2.4: FTBFS on kfreebsd-*: test-suite FAIL: context-test



El 20 de març de 2012 21:38, Steven Chamberlain <steven@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


Reply to: