Hi! > Andrey Kotrekhov writes: > > > > > > my program crash in another plase > > (gdb) bt > > #0 _db_enter_ (_func_=0x280fe4dc "mysql_ping", > > _file_=0x280fdd48 "libmysql.c", _line_=2248, _sfunc_=0xbfa87d3c, > > _sfile_=0xbfa87d40, _slevel_=0xbfa87d44, _sframep_=0xbfa87d48) > > at dbug.c:712 > > #1 0x280eceae in mysql_ping (mysql=0x80c9c1c) at libmysql.c:2248 > > #2 0x80832d2 in QueueModule::Run (this=0x80c9c00) > > at /usr/local/mysql++/include/connection1.hh:80 > > #3 0x8068b2f in start_Module (ptr=0x80c9c00) at Module.cc:23 > > #4 0x282063af in _thread_start () from /usr/lib/libc_r.so.4 > > #5 0x0 in ?? () > > (gdb) p state > > $1 = (CODE_STATE *) 0x0 > > (gdb) > > why code_state() return NULL? > > Is this right? > > > > > > > > > Best regards. > > _______________________________________ > > Andrey Kotrekhov [EMAIL PROTECTED] > > ISP Alkar Teleport > > ΤΕΜ. +380 562 34-00-44 > > > > Does not seem like our bug ! > > Because last time it crashed in a completely different place. Plus, it I change version MySQL, maybe this is the reason?
> is unlikely that it would crash in ping. Check out your compiler > version and whether libstdc++ got linked into the binary. %> g++ -v Using builtin specs. gcc version 2.95.3 20010315 (release) [FreeBSD] And libstdc++ is include in compiller How can I see version of libstdc++ ? In /usr/src/contrib/libstdc++/Makefile.in I see VERSION = 2.10.0 INTERFACE = 3 Is there right? Best regards. _______________________________________ Andrey Kotrekhov [EMAIL PROTECTED] ISP Alkar Teleport ΤΕΜ. +380 562 34-00-44 --------------------------------------------------------------------- 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