End of pthread troubles in ogg123

Adriaan de Groot adridg at cs.kun.nl
Sun Dec 14 15:43:16 PST 2003


On Monday 15 December 2003 00:29, Adriaan de Groot wrote:
> With the most-recent -CURRENT (well, from yesterday or so), and without
> recompiling ogg123, the libmap.conf switch between libc_r and libkse works
> fine, so I'd say the threading issues have been thrashed out. Thanks Peter.

Guess I spoke too soon, since ogg123 cored after 9 tracks (instead of after 10 
seconds), with console messages

x: 2
x: 2
Dec 15 00:38:41 beans kernel: pid 768 (ogg123), uid 1001: exited on signal 11 
(core dumped)

(gdb) bt
#0  0x0000000200eebb48 in pthread_testcancel () from /usr/lib/libkse.so.1
#1  0x0000000200ee3590 in pthread_mutexattr_init () from /usr/lib/libkse.so.1
#2  0x0000000200ee1915 in pthread_mutexattr_init () from /usr/lib/libkse.so.1

That's pretty much (testcancel) where it was crashing previously, (after the 
stack alignment fixes) as well.


More information about the freebsd-amd64 mailing list