[Sqlrelay-discussion] SIGSEGV when trying to create temporary table
Brought to you by:
mused
|
From: Devananda <kar...@ya...> - 2006-07-07 20:14:24
|
When sending CREATE TEMPORARY TABLE... either from PHP, or through sqlrhsh, the sqlr-connection segfaults. I ran the connection process in gdb, and received the following info: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 2596304 (LWP 4296)] 0x0093fa39 in sqlrcursor_svr::checkForTempTable () from /usr/local/firstworks/lib/libsqlrconnection_debug-0.37.so.1 The version of sql relay in which this happened is a slightly old 0.37, connecting to both MySQL 4.1.18 and 5.0.22 (the segfault happens with both connections). I will attempt to verify that this affects the latest sqlrelay (pulled from CVS) as soon as I can hammer out a library issue (probably early next week). Regards, Devananda vdv |