Andrey Kotrekhov writes:
> Hello, All!
> 
> I have program which try to connect to different mysql servers twice at
> the same time.
> When I use libmysqlclient.so sometimes one or two mysql connection freeze
> in mysql_real_connect
> 
> But when I try to use libmysqlclient_r.so
> program crash in my_fopen
> 
> this is stack of program :
> (gdb) bt
> #0  0x180ef7f2 in my_fopen () from
> /usr/local/mysql/lib/libmysqlclient_r.so.10
> #1  0x180f0b20 in search_default_file ()
>    from /usr/local/mysql/lib/libmysqlclient_r.so.10

[skip]

Hi!

First of all, what version of limysql are you using ??

Second, please do : frame 1 and let us know the values for the
following parameters :

  const char *dir, const char *config_file,  const char *ext, TYPELIB *group)

> OS FreeBSD 4.4-RC
> mysql version 3.23.42, but I try to use 3.23.49 with the same effect
> 
> Will anybody help me?
> 
>     Best regards.
> _______________________________________
>       Andrey Kotrekhov [EMAIL PROTECTED]
>       ISP Alkar Teleport
>       ΤΕΜ. +380 562 34-00-44
> 
> 
> 
> 

-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Fulltime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   www.mysql.com


---------------------------------------------------------------------
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