24 Aug
2005
24 Aug
'05
7:40 p.m.
"Richard Cotrina" <rcc@speedy.net.pe> wrote:
Program received signal SIGSEGV, Segmentation fault. 0x483b7a48 in sql_init_socket (sqlsocket=0x8092720, config=0x8096300) at sql_mysql.c:71 71 memset(mysql_sock, 0, sizeof(*mysql_sock));
What is the value of mysql_sock? Is the data it's pointing to of the right size? From reading the code, I'm not sure how the memset would die... Alan DeKok.