Andrey Kotrekhov writes:
> Добрый день.
> 
> I think problem is in libmysqlclient_r.so
> becouse I compile program which work fine many month with
> libmysqlclient_r.
> And program died in the same place.
> #0  _db_enter_ (_func_=0x28252311 "mysql_real_query",
>     _file_=0x28251d48 "libmysql.c", _line_=1784, _sfunc_=0xbfafa80c,
>     _sfile_=0xbfafa810, _slevel_=0xbfafa814, _sframep_=0xbfafa818)
>     at dbug.c:712
> 712         *_sfunc_ = state->func;
> (gdb) p _sfunc_
> $1 = (char **) 0x0
> (gdb) p state->func
> Cannot access memory at address 0x8.
> (gdb)
> 
> 
>     Best regards.
> _______________________________________
>       Andrey Kotrekhov [EMAIL PROTECTED]
>       ISP Alkar Teleport
>       тел. +380 562 34-00-44
> 
 
You have built it with debug on , so our debug caught some error
caused by your program. 

If you link your program with our binary libmysqlclient_r, then if you
run your program it will die in mysql_real_query, instead in
_db_enter. This is most likely a consequence of some error in your
program.

 

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