On Wed, 27 Dec 2006 22:19:13 -0800
Brandon Fosdick <[EMAIL PROTECTED]> wrote:


> Program received signal SIGSEGV, Segmentation fault.
> 0x2811c9fe in my_stat (
>     path=0xbfbfd370 "/usr/local/share/mysql/charsets/Index.xml", 
>     stat_area=0xbfbfd2d0, my_flags=0) at my_lib.c:650
> 650       my_errno= errno;
> (gdb) bt
> #0  0x2811c9fe in my_stat (
>     path=0xbfbfd370 "/usr/local/share/mysql/charsets/Index.xml", 
>     stat_area=0xbfbfd2d0, my_flags=0) at my_lib.c:650
> #1  0x28113868 in my_read_charset_file (
>     filename=0xbfbfd370 "/usr/local/share/mysql/charsets/Index.xml",
> myflags=0) at charset.c:318
> #2  0x28113c6c in init_available_charsets (myflags=0) at charset.c:422
> #3  0x28114149 in get_charset_by_csname (cs_name=0x8186170 "latin1", 
>     cs_flags=2, flags=16) at charset.c:558
> #4  0x281283ee in mysql_init_character_set (mysql=0x8136800) at
> client.c:1704 #5  0x28129c8c in mysql_real_connect (mysql=0x8136800, 
>     host=0x814e190 "bfoz.net", user=0x814e1a0 "logger",
> passwd=0x28135e38 "", db=0x0, port=3306, unix_socket=0x0,
> client_flag=0) at client.c:2093

That 0x0 looks like dbname.  What happens if you pass
it a dbname in the params string?

Do you have anything else that links to MySQL in your apache?

-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

Reply via email to