Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Dec 2003 00:43:10 +0100
From:      Adriaan de Groot <adridg@cs.kun.nl>
To:        amd64 freebsd <freebsd-amd64@freebsd.org>
Subject:   Re: End of pthread troubles in ogg123
Message-ID:  <200312150043.10380.adridg@cs.kun.nl>
In-Reply-To: <200312150029.00388.adridg@cs.kun.nl>
References:  <200312150029.00388.adridg@cs.kun.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312150043.10380.adridg>