I installed Embedded MySQL( compiled --with-embedded-server)

And I compiled source code from Manual.
(I did not modify the source)

compiled nicly, but I run the Embedded MySQL,

Segmentation fault occured

[wertyu@inos prog]$ ls
Makefile  mysqld*  mysqld.c  mysqld.c~
[wertyu@inos prog]$ ./mysqld
Segmentation fault
[wertyu@inos prog]$ 

here is output from GDB

Program received signal SIGSEGV, Segmentation fault.
0x8051984 in vio_read ()
(gdb) bt
#0  0x8051984 in vio_read ()
#1  0x807357d in net_clear ()
#2  0x804857f in simple_command ()
#3  0x80494f0 in mysql_close ()
#4  0x80481e8 in main (argc=1, argv=0xbffff594) at mysqld.c:54
#5  0x8230a51 in __libc_start_main (main=0x80481a0 <main>, argc=1, 
    argv=0xbffff594, init=0x80480b4 <_init>, fini=0x82782d0 <_fini>, 
    rtld_fini=0, stack_end=0xbffff58c) at ../sysdeps/generic/libc-start.c:78
(gdb) 

gcc version = 2.91.66
OS version = Redhat 6.0

Thank you for advanced answer!
 

        Homepage = http://www.nnr.or.kr/inos/
        ICQ # = 123534385
        Member of DSN(database.sarang.net), NNR(nnr.or.kr)



--MIME Multi-part separator--


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