Heikki,
> if you can compile with the gcc -g option and run mysqld inside gdb,
> then
> you probably see in what function and line it crashes.
That's what I am going to do.

> If you just take a connection to mysqld, it does not execute InnoDB code
> at
> all.
Well I was connecting to it before ok, but it was w/out InnoDB and
older version. Yesterday I upgraded it to new stable and added InnoDB
all at once. So I am not really sure it the bug was introduced with
the new stable version or InnoDB enabling. Sounds more reasonable
that it's just in the new stable version vs. InnoDB since it's
in connect time.

> .....So the bug is probably in the network code of MySQL or the
> libraries
> involved, for example, glibc. I guess that libraries are always involved
> in
> network communication. The kernel API is more primitive.
In FreeBSD it's no glibc. And system libs aren't involved in networking.
Kernel exposes POSIX-networking interface directly.
So bug is somewhere in MySQL code. Will find out and make the patch.

Regards,
Yuri.

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to