Добрый день.

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

OK. I got mysql-3.23.49, configure it:
./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

OS: FreeBSD 4.5-STABLE (cvsup today :) )

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?

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

    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