Vladimir Zidar writes:
> It is gdb-5.0, Mandrake 8 version, with patch for threaded application under
> new glibc/kernel.
>
That one is not very good for threaded apps.
That is why we use gdb from snapshots.
--
Regards,
__ ___ ___ __
/ |/ /_ __/ __/ __ \/ /Mr. Sinisa
It is gdb-5.0, Mandrake 8 version, with patch for threaded application under
new glibc/kernel.
On Sunday 05 August 2001 12:54, you wrote:
> Vladimir Zidar writes:
> > >Description:
> >
> > mysql refuses connection [local/unix-socket] when client is ran under
> > GDB, and linked with pthread
Vladimir Zidar writes:
> >Description:
> mysql refuses connection [local/unix-socket] when client is ran under GDB,
> and linked with pthread library. It doesn't need to call any pthread_*()
> function, it just fails when linked with it.
>
> >How-To-Repeat:
>
> #include
>Description:
mysql refuses connection [local/unix-socket] when client is ran under GDB,
and linked with pthread library. It doesn't need to call any pthread_*()
function, it just fails when linked with it.
>How-To-Repeat:
#include
#include
main()
{
MYSQL m;