Добрый день.

> Andrey Kotrekhov writes:
> > Hi!
> >
> > %> 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
> >
> >
> > ---------------------------------------------------------------------
>
>
> Compiler is OK.
>
> But your program is multithreaded, so check with `ldd` whether you
> have linked in libstdc++ ...
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)

this is configure parameters
./configure  \
"--prefix=/usr/local/mysql" \
"--with-debug" \
"--with-charset=koi8_ru" \
"--with-extra-charset=koi8_ukr,win1251,win1251ukr" \
"--with-mysqld-user=mysql" \
--without-berkeley-db \
--with-innodb \
--enable-thread-safe-client

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

    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

Reply via email to