Re: [Sqlrelay-discussion] sqlrelay 0.45 and php 5.3.X don't mix
Brought to you by:
mused
From: David M. <dav...@fi...> - 2012-07-27 16:38:50
|
Interesting. The line that the error is occurring on is: return stmt->result->sqlrcur->affectedRows(); My guess is that stmt, result or sqlrcur is NULL, but I'm not sure why it would be. If you could you post a short PHP program that causes the error and the exact set of steps that you used to run it through GDB, then I can find out what's happening and fix it. David Muse dav...@fi... On 07/11/2012 08:47 AM, mailing lists wrote: > Hello, > > I'm testing sqlrelay 0.45 (compiled against MySQL 5.1.63) with php 5.3.14 and all that I got is an apache coredump. The sqlrelay installation itself seems work appropriately as mysql client with LD_PRELOAD executes all SQL queries and returns the results. > > Below I post some fragments so list members can help to determine the problem, it seems something related with mysql command response. > > any hint about this case? > > > > # ldd /usr/lib64/php5/extensions/mysql.so > ldd: warning: you do not have execution permission for `/usr/lib64/php5/extensions/mysql.so' > linux-vdso.so.1 => (0x00007fff3ab02000) > libmysql50sqlrelay-0.45.so.1 => /usr/lib64/libmysql50sqlrelay-0.45.so.1 (0x00007fa1494e3000) > libsqlrclient-0.45.so.1 => /usr/lib64/libsqlrclient-0.45.so.1 (0x00007fa1492c5000) > librudiments-0.36.1.so.1 => /usr/lib64/librudiments-0.36.1.so.1 (0x00007fa149044000) > libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fa148e27000) > libssl.so.1.0.0 => /lib64/libssl.so.1.0.0 (0x00007fa148bca000) > libcrypto.so.1.0.0 => /lib64/libcrypto.so.1.0.0 (0x00007fa148818000) > libz.so.1 => /lib64/libz.so.1 (0x00007fa148600000) > libpcre.so.0 => /lib64/libpcre.so.0 (0x00007fa1483c9000) > librt.so.1 => /lib64/librt.so.1 (0x00007fa1481c0000) > libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007fa147f86000) > libdl.so.2 => /lib64/libdl.so.2 (0x00007fa147d81000) > libc.so.6 => /lib64/libc.so.6 (0x00007fa147a14000) > libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007fa14770b000) > libm.so.6 => /lib64/libm.so.6 (0x00007fa1474b3000) > libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007fa14729d000) > /lib64/ld-linux-x86-64.so.2 (0x00007fa149912000) > > > # cat /etc/sqlrelay.conf > <?xml version="1.0"?> > <!DOCTYPE instances SYSTEM "sqlrelay.dtd"> > > <instances> > > <instance id="test-sqlrelay" > port="9000" > dbase="mysql" > connections="2" > maxconnections="15" > maxqueuelength="5" > growby="1" > ttl="60" > maxsessioncount="1000" > endofsession="commit" > sessiontimeout="600" > runasuser="sqlrelay" > runasgroup="sqlrelay" > cursors="5" > maxcursors="10" > cursors_growby="1" > authtier="listener" > handoff="reconnect" > deniedips="" > allowedips=".*" > debug="listener_and_connection_and_sqltranslation" > maxquerysize="65536" > maxstringbindvaluelength="4000" > maxlobbindvaluelength="71680" > idleclienttimeout="-1" > maxlisteners="-1" > listenertimeout="10" > reloginatstart="yes" > timequeriessec="0" > timequeriesusec="0" > fakeinputbindvariables="no" > translatebindvariables="no" > isolationlevel="read committed" > ignoreselectdatabase="yes"> > <users> > <user user="user1" password="password1"/> > <user user="user2" password="password2"/> > <user user="user3" password="password3"/> > </users> > <connections> > <connection connectionid="test" string="host=dbserver;user=test;password=12345678;db=testdb;" metric="1" behindloadbalancer="no"/> > </connections> > </instance> > </instances> > > > > # cat sqlr-connection.25113 > 07/11/2012 12:04:10 CEST connection [25113] : attaching to shared memory and semaphores > 07/11/2012 12:04:10 CEST connection [25113] : id filename: > 07/11/2012 12:04:10 CEST connection [25113] : /var/sqlrelay/tmp/ipc/test-sqlrelay > 07/11/2012 12:04:10 CEST connection [25113] : attaching to shared memory... > 07/11/2012 12:04:10 CEST connection [25113] : attaching to semaphores... > 07/11/2012 12:04:10 CEST connection [25113] : done attaching to shared memory and semaphores > 07/11/2012 12:04:10 CEST connection [25114] : logging in... > 07/11/2012 12:04:10 CEST connection [25114] : done logging in > 07/11/2012 12:04:10 CEST connection [25114] : setting autocommit... > 07/11/2012 12:04:10 CEST connection [25114] : done setting autocommit > 07/11/2012 12:04:10 CEST connection [25114] : initializing cursors... > 07/11/2012 12:04:10 CEST connection [25114] : 0 > 07/11/2012 12:04:10 CEST connection [25114] : 1 > 07/11/2012 12:04:10 CEST connection [25114] : 2 > 07/11/2012 12:04:10 CEST connection [25114] : 3 > 07/11/2012 12:04:10 CEST connection [25114] : 4 > 07/11/2012 12:04:10 CEST connection [25114] : done initializing cursors > 07/11/2012 12:04:10 CEST connection [25114] : incrementing connection count... > 07/11/2012 12:04:10 CEST connection [25114] : acquiring connection count mutex > 07/11/2012 12:04:10 CEST connection [25114] : done acquiring connection count mutex > 07/11/2012 12:04:10 CEST connection [25114] : 1 > 07/11/2012 12:04:10 CEST connection [25114] : releasing connection count mutex > 07/11/2012 12:04:10 CEST connection [25114] : done releasing connection count mutex > 07/11/2012 12:04:10 CEST connection [25114] : done incrementing connection count > 07/11/2012 12:04:10 CEST connection [25114] : creating /var/sqlrelay/tmp/ipc/test-sqlrelay-host4 > 07/11/2012 12:04:10 CEST connection [25114] : waiting for available database... > 07/11/2012 12:04:10 CEST connection [25114] : database is available > 07/11/2012 12:04:10 CEST connection [25114] : database is available > 07/11/2012 12:04:10 CEST connection [25114] : initializing session... > 07/11/2012 12:04:10 CEST connection [25114] : done initializing session... > 07/11/2012 12:04:10 CEST connection [25114] : announcing availability... > 07/11/2012 12:04:10 CEST connection [25114] : registering for handoff... > 07/11/2012 12:04:10 CEST connection [25114] : handoffsockname: /var/sqlrelay/tmp/sockets/host4-sqlrelay-handoff > 07/11/2012 12:04:10 CEST connection [25114] : trying... > 07/11/2012 12:04:10 CEST connection [25114] : done registering for handoff > 07/11/2012 12:04:10 CEST connection [25114] : acquiring announce mutex > 07/11/2012 12:04:10 CEST connection [25114] : done acquiring announce mutex > 07/11/2012 12:04:10 CEST connection [25114] : handoff=pass > 07/11/2012 12:04:10 CEST connection [25114] : signalling listener to read > 07/11/2012 12:04:10 CEST connection [25114] : done signalling listener to read > 07/11/2012 12:04:10 CEST connection [25114] : waiting for listener > 07/11/2012 12:06:24 CEST connection [25114] : done waiting for listener > 07/11/2012 12:06:24 CEST connection [25114] : releasing announce mutex > 07/11/2012 12:06:24 CEST connection [25114] : done releasing announce mutex > 07/11/2012 12:06:24 CEST connection [25114] : done announcing availability... > 07/11/2012 12:06:24 CEST connection [25114] : waiting for client... > 07/11/2012 12:06:24 CEST connection [25114] : pass succeeded > 07/11/2012 12:06:24 CEST connection [25114] : done waiting for client > 07/11/2012 12:06:24 CEST connection [25114] : client session... > 07/11/2012 12:06:24 CEST connection [25114] : incrementing client session count... > 07/11/2012 12:06:24 CEST connection [25114] : done incrementing client session count... > 07/11/2012 12:06:24 CEST connection [25114] : getting command... > 07/11/2012 12:06:24 CEST connection [25114] : done getting command > 07/11/2012 12:06:24 CEST connection [25114] : authenticate > 07/11/2012 12:06:24 CEST connection [25114] : authenticate... > 07/11/2012 12:06:24 CEST connection [25114] : authentication was done on listener > 07/11/2012 12:06:24 CEST connection [25114] : getting command... > 07/11/2012 12:06:24 CEST connection [25114] : done getting command > 07/11/2012 12:06:24 CEST connection [25114] : select database > 07/11/2012 12:06:24 CEST connection [25114] : getting command... > 07/11/2012 12:06:24 CEST connection [25114] : done getting command > 07/11/2012 12:06:24 CEST connection [25114] : getting a cursor... > 07/11/2012 12:06:24 CEST connection [25114] : available cursor: > 07/11/2012 12:06:24 CEST connection [25114] : 0 > 07/11/2012 12:06:24 CEST connection [25114] : done getting a cursor > 07/11/2012 12:06:24 CEST connection [25114] : new query > 07/11/2012 12:06:24 CEST connection [25114] : handling query... > 07/11/2012 12:06:24 CEST connection [25114] : getting query... > 07/11/2012 12:06:24 CEST connection [25114] : querylength: > 07/11/2012 12:06:24 CEST connection [25114] : 18 > 07/11/2012 12:06:24 CEST connection [25114] : query: > 07/11/2012 12:06:24 CEST connection [25114] : SHOW CHARACTER SET > 07/11/2012 12:06:24 CEST connection [25114] : getting query succeeded > 07/11/2012 12:06:24 CEST connection [25114] : getting input binds... > 07/11/2012 12:06:24 CEST connection [25114] : done getting input binds > 07/11/2012 12:06:24 CEST connection [25114] : getting output binds... > 07/11/2012 12:06:24 CEST connection [25114] : done getting output binds > 07/11/2012 12:06:24 CEST connection [25114] : getting send column info... > 07/11/2012 12:06:24 CEST connection [25114] : send column info > 07/11/2012 12:06:24 CEST connection [25114] : done getting send column info... > 07/11/2012 12:06:24 CEST connection [25114] : processing query... > 07/11/2012 12:06:24 CEST connection [25114] : preparing/executing... > 07/11/2012 12:06:24 CEST connection [25114] : commit or rollback check... > 07/11/2012 12:06:24 CEST connection [25114] : commit or rollback needed > 07/11/2012 12:06:24 CEST connection [25114] : done with commit or rollback check > 07/11/2012 12:06:24 CEST connection [25114] : processing query succeeded > 07/11/2012 12:06:24 CEST connection [25114] : done processing query > 07/11/2012 12:06:24 CEST connection [25114] : returning result set header... > 07/11/2012 12:06:24 CEST connection [25114] : returning row counts... > 07/11/2012 12:06:24 CEST connection [25114] : sending row counts... > 07/11/2012 12:06:24 CEST connection [25114] : actual rows: 36 > 07/11/2012 12:06:24 CEST connection [25114] : affected rows: -1 > 07/11/2012 12:06:24 CEST connection [25114] : done sending row counts > 07/11/2012 12:06:24 CEST connection [25114] : done returning row counts > 07/11/2012 12:06:24 CEST connection [25114] : column info will be sent > 07/11/2012 12:06:24 CEST connection [25114] : returning column counts... > 07/11/2012 12:06:24 CEST connection [25114] : done returning column counts > 07/11/2012 12:06:24 CEST connection [25114] : sending column type format... > 07/11/2012 12:06:24 CEST connection [25114] : id's > 07/11/2012 12:06:24 CEST connection [25114] : done sending column type format > 07/11/2012 12:06:24 CEST connection [25114] : returning column info... > 07/11/2012 12:06:24 CEST connection [25114] : Charset:1:97 (96,0) NOT NULL > 07/11/2012 12:06:24 CEST connection [25114] : Description:1:181 (180,0) NOT NULL > 07/11/2012 12:06:24 CEST connection [25114] : Default collation:1:97 (96,0) NOT NULL > 07/11/2012 12:06:24 CEST connection [25114] : Maxlen:55:8 (3,0) NOT NULL > 07/11/2012 12:06:24 CEST connection [25114] : done returning column info > 07/11/2012 12:06:24 CEST connection [25114] : returning output bind values > 07/11/2012 12:06:24 CEST connection [25114] : 0 > 07/11/2012 12:06:24 CEST connection [25114] : done returning output bind values > 07/11/2012 12:06:24 CEST connection [25114] : done returning result set header > 07/11/2012 12:06:24 CEST connection [25114] : handle query succeeded > 07/11/2012 12:06:24 CEST connection [25114] : returning result set data... > 07/11/2012 12:06:24 CEST connection [25114] : skipping 0 rows... > 07/11/2012 12:06:24 CEST connection [25114] : done skipping rows > 07/11/2012 12:06:24 CEST connection [25114] : fetching 0 rows... > 07/11/2012 12:06:24 CEST connection [25114] : "big5","Big5 Traditional Chinese","big5_chinese_ci","2", > 07/11/2012 12:06:24 CEST connection [25114] : "dec8","DEC West European","dec8_swedish_ci","1", > 07/11/2012 12:06:24 CEST connection [25114] : "cp850","DOS West European","cp850_general_ci","1", > 07/11/2012 12:06:24 CEST connection [25114] : "hp8","HP West European","hp8_english_ci","1", > 07/11/2012 12:06:24 CEST connection [25114] : "koi8r","KOI8-R Relcom Russian","koi8r_general_ci","1", > 07/11/2012 12:06:24 CEST connection [25114] : "latin1","cp1252 West European","latin1_swedish_ci","1", > 07/11/2012 12:06:24 CEST connection [25114] : "latin2","ISO 8859-2 Central European","latin2_general_ci","1", > 07/11/2012 12:06:24 CEST connection [25114] : "swe7","7bit Swedish","swe7_swedish_ci","1", > 07/11/2012 12:06:24 CEST connection [25114] : "ascii","US ASCII","ascii_general_ci","1", > 07/11/2012 12:06:24 CEST connection [25114] : "ujis","EUC-JP Japanese","ujis_japanese_ci","3", > 07/11/2012 12:06:24 CEST connection [25114] : "sjis","Shift-JIS Japanese","sjis_japanese_ci","2", > 07/11/2012 12:06:24 CEST connection [25114] : "hebrew","ISO 8859-8 Hebrew","hebrew_general_ci","1", > 07/11/2012 12:06:24 CEST connection [25114] : "tis620","TIS620 Thai","tis620_thai_ci","1", > 07/11/2012 12:06:24 CEST connection [25114] : "euckr","EUC-KR Korean","euckr_korean_ci","2", > 07/11/2012 12:06:24 CEST connection [25114] : "koi8u","KOI8-U Ukrainian","koi8u_general_ci","1", > 07/11/2012 12:06:24 CEST connection [25114] : "gb2312","GB2312 Simplified Chinese","gb2312_chinese_ci","2", > 07/11/2012 12:06:24 CEST connection [25114] : "greek","ISO 8859-7 Greek","greek_general_ci","1", > 07/11/2012 12:06:24 CEST connection [25114] : "cp1250","Windows Central European","cp1250_general_ci","1", > 07/11/2012 12:06:24 CEST connection [25114] : "gbk","GBK Simplified Chinese","gbk_chinese_ci","2", > 07/11/2012 12:06:24 CEST connection [25114] : "latin5","ISO 8859-9 Turkish","latin5_turkish_ci","1", > 07/11/2012 12:06:24 CEST connection [25114] : "armscii8","ARMSCII-8 Armenian","armscii8_general_ci","1", > 07/11/2012 12:06:24 CEST connection [25114] : "utf8","UTF-8 Unicode","utf8_general_ci","3", > 07/11/2012 12:06:24 CEST connection [25114] : "ucs2","UCS-2 Unicode","ucs2_general_ci","2", > 07/11/2012 12:06:24 CEST connection [25114] : "cp866","DOS Russian","cp866_general_ci","1", > 07/11/2012 12:06:24 CEST connection [25114] : "keybcs2","DOS Kamenicky Czech-Slovak","keybcs2_general_ci","1", > 07/11/2012 12:06:24 CEST connection [25114] : "macce","Mac Central European","macce_general_ci","1", > 07/11/2012 12:06:24 CEST connection [25114] : "macroman","Mac West European","macroman_general_ci","1", > 07/11/2012 12:06:24 CEST connection [25114] : "cp852","DOS Central European","cp852_general_ci","1", > 07/11/2012 12:06:24 CEST connection [25114] : "latin7","ISO 8859-13 Baltic","latin7_general_ci","1", > 07/11/2012 12:06:24 CEST connection [25114] : "cp1251","Windows Cyrillic","cp1251_general_ci","1", > 07/11/2012 12:06:24 CEST connection [25114] : "cp1256","Windows Arabic","cp1256_general_ci","1", > 07/11/2012 12:06:24 CEST connection [25114] : "cp1257","Windows Baltic","cp1257_general_ci","1", > 07/11/2012 12:06:24 CEST connection [25114] : "binary","Binary pseudo charset","binary","1", > 07/11/2012 12:06:24 CEST connection [25114] : "geostd8","GEOSTD8 Georgian","geostd8_general_ci","1", > 07/11/2012 12:06:24 CEST connection [25114] : "cp932","SJIS for Windows Japanese","cp932_japanese_ci","2", > 07/11/2012 12:06:24 CEST connection [25114] : "eucjpms","UJIS for Windows Japanese","eucjpms_japanese_ci","3", > 07/11/2012 12:06:24 CEST connection [25114] : done returning result set data > 07/11/2012 12:06:24 CEST connection [25114] : getting command... > 07/11/2012 12:06:52 CEST connection [25114] : getting command failed: client sent bad command or timed out > 07/11/2012 12:06:52 CEST connection [25114] : end session > 07/11/2012 12:06:52 CEST connection [25114] : ending session... > 07/11/2012 12:06:52 CEST connection [25114] : aborting all busy cursors... > 07/11/2012 12:06:52 CEST connection [25114] : 0 > 07/11/2012 12:06:52 CEST connection [25114] : done aborting all busy cursors > 07/11/2012 12:06:52 CEST connection [25114] : committing... > 07/11/2012 12:06:52 CEST connection [25114] : done committing... > 07/11/2012 12:06:52 CEST connection [25114] : setting autocommit... > 07/11/2012 12:06:52 CEST connection [25114] : done setting autocommit > 07/11/2012 12:06:52 CEST connection [25114] : done ending session > 07/11/2012 12:06:52 CEST connection [25114] : waiting for client to close the connection... > 07/11/2012 12:06:52 CEST connection [25114] : done waiting for client to close the connection... > 07/11/2012 12:06:52 CEST connection [25114] : closing sockets from a previously suspended session... > 07/11/2012 12:06:52 CEST connection [25114] : done closing sockets from a previously suspended session... > 07/11/2012 12:06:52 CEST connection [25114] : decrementing client session count... > 07/11/2012 12:06:52 CEST connection [25114] : done decrementing client session count... > 07/11/2012 12:06:52 CEST connection [25114] : done with client session > 07/11/2012 12:06:52 CEST connection [25114] : decrementing session count... > 07/11/2012 12:06:52 CEST connection [25114] : acquiring session count mutex > 07/11/2012 12:06:52 CEST connection [25114] : done acquiring session count mutex > 07/11/2012 12:06:52 CEST connection [25114] : 0 > 07/11/2012 12:06:52 CEST connection [25114] : releasing session count mutex > 07/11/2012 12:06:52 CEST connection [25114] : done releasing session count mutex > 07/11/2012 12:06:52 CEST connection [25114] : done decrementing session count > 07/11/2012 12:06:52 CEST connection [25114] : waiting for available database... > 07/11/2012 12:06:52 CEST connection [25114] : database is available > 07/11/2012 12:06:52 CEST connection [25114] : database is available > 07/11/2012 12:06:52 CEST connection [25114] : initializing session... > 07/11/2012 12:06:52 CEST connection [25114] : done initializing session... > 07/11/2012 12:06:52 CEST connection [25114] : announcing availability... > 07/11/2012 12:06:52 CEST connection [25114] : acquiring announce mutex > (gdb) where > > #0 0x00007f17bcb22513 in mysql_stmt_affected_rows (stmt=0x7f17c70e46f0) at mysql.cpp:2122 > #1 0x00007f17bcd2fd40 in zif_mysql_affected_rows (ht=<value optimized out>, return_value=0x7f17c7568f20, return_value_ptr=<value optimized out>, > this_ptr=<value optimized out>, return_value_used=<value optimized out>) at /usr/src/packages/BUILD/php-5.3.14/ext/mysql/php_mysql.c:1788 > #2 0x00007f17c1bd985d in zend_do_fcall_common_helper_SPEC (execute_data=0x7f17c6868d20) at /usr/src/packages/BUILD/php-5.3.14/Zend/zend_vm_execute.h:320 > #3 0x00007f17c1bb2834 in execute (op_array=0x7f17c75f03a8) at /usr/src/packages/BUILD/php-5.3.14/Zend/zend_vm_execute.h:107 > #4 0x00007f17c1b7f910 in zend_call_function (fci=0x7fff3c906ea0, fci_cache=<value optimized out>) > at /usr/src/packages/BUILD/php-5.3.14/Zend/zend_execute_API.c:969 > #5 0x00007f17c1acdec7 in zif_call_user_func_array (ht=<value optimized out>, return_value=0x7f17c7580de8, return_value_ptr=<value optimized out>, > this_ptr=<value optimized out>, return_value_used=<value optimized out>) at /usr/src/packages/BUILD/php-5.3.14/ext/standard/basic_functions.c:4814 > #6 0x00007f17c1bd985d in zend_do_fcall_common_helper_SPEC (execute_data=0x7f17c6868808) at /usr/src/packages/BUILD/php-5.3.14/Zend/zend_vm_execute.h:320 > #7 0x00007f17c1bb2834 in execute (op_array=0x7f17c76235f0) at /usr/src/packages/BUILD/php-5.3.14/Zend/zend_vm_execute.h:107 > #8 0x00007f17c1b7f910 in zend_call_function (fci=0x7fff3c9071e0, fci_cache=<value optimized out>) > at /usr/src/packages/BUILD/php-5.3.14/Zend/zend_execute_API.c:969 > #9 0x00007f17c1ba2f97 in zend_call_method (object_pp=0x7fff3c907308, obj_ce=<value optimized out>, fn_proxy=0x7f17c75f3dc8, > function_name=0x7f17c1c5e168 "__call", function_name_len=<value optimized out>, retval_ptr_ptr=0x7fff3c907318, param_count=2, arg1=0x7f17c7580e48, > arg2=0x7f17c7580b88) at /usr/src/packages/BUILD/php-5.3.14/Zend/zend_interfaces.c:97 > #10 0x00007f17c1bad7ce in zend_std_call_user_call (ht=<value optimized out>, return_value=0x7f17c7580b58, return_value_ptr=<value optimized out>, > this_ptr=0x7f17a8cb7580, return_value_used=<value optimized out>) at /usr/src/packages/BUILD/php-5.3.14/Zend/zend_object_handlers.c:717 > #11 0x00007f17c1bd985d in zend_do_fcall_common_helper_SPEC (execute_data=0x7f17c6868480) at /usr/src/packages/BUILD/php-5.3.14/Zend/zend_vm_execute.h:320 > #12 0x00007f17c1bb2834 in execute (op_array=0x7f17c72ce450) at /usr/src/packages/BUILD/php-5.3.14/Zend/zend_vm_execute.h:107 > #13 0x00007f17c1b7f910 in zend_call_function (fci=0x7fff3c9075e0, fci_cache=<value optimized out>) > at /usr/src/packages/BUILD/php-5.3.14/Zend/zend_execute_API.c:969 > #14 0x00007f17c1acdec7 in zif_call_user_func_array (ht=<value optimized out>, return_value=0x7f17c7580af8, return_value_ptr=<value optimized out>, > this_ptr=<value optimized out>, return_value_used=<value optimized out>) at /usr/src/packages/BUILD/php-5.3.14/ext/standard/basic_functions.c:4814 > #15 0x00007f17c1bd985d in zend_do_fcall_common_helper_SPEC (execute_data=0x7f17c6867a60) at /usr/src/packages/BUILD/php-5.3.14/Zend/zend_vm_execute.h:320 > #16 0x00007f17c1bb2834 in execute (op_array=0x7f17c761e850) at /usr/src/packages/BUILD/php-5.3.14/Zend/zend_vm_execute.h:107 > #17 0x00007f17c1b7f910 in zend_call_function (fci=0x7fff3c907920, fci_cache=<value optimized out>) > at /usr/src/packages/BUILD/php-5.3.14/Zend/zend_execute_API.c:969 > #18 0x00007f17c1ba2f97 in zend_call_method (object_pp=0x7fff3c907a48, obj_ce=<value optimized out>, fn_proxy=0x7f17c75b14b0, > function_name=0x7f17c1c5e168 "__call", function_name_len=<value optimized out>, retval_ptr_ptr=0x7fff3c907a58, param_count=2, arg1=0x7f17c75d0a70, > arg2=0x7f17c7576370) at /usr/src/packages/BUILD/php-5.3.14/Zend/zend_interfaces.c:97 > #19 0x00007f17c1bad7ce in zend_std_call_user_call (ht=<value optimized out>, return_value=0x7f17c758a590, return_value_ptr=<value optimized out>, > this_ptr=0x7f17c758a2b8, return_value_used=<value optimized out>) at /usr/src/packages/BUILD/php-5.3.14/Zend/zend_object_handlers.c:717 > #20 0x00007f17c1bd985d in zend_do_fcall_common_helper_SPEC (execute_data=0x7f17c6867410) at /usr/src/packages/BUILD/php-5.3.14/Zend/zend_vm_execute.h:320 > #21 0x00007f17c1bb2834 in execute (op_array=0x7f17c75effc8) at /usr/src/packages/BUILD/php-5.3.14/Zend/zend_vm_execute.h:107 > #22 0x00007f17c1b8df16 in zend_execute_scripts (type=8, retval=0x0, file_count=3) at /usr/src/packages/BUILD/php-5.3.14/Zend/zend.c:1236 > #23 0x00007f17c1b36273 in php_execute_script (primary_file=0x7fff3c909fe0) at /usr/src/packages/BUILD/php-5.3.14/main/main.c:2308 > #24 0x00007f17c1c21e4d in php_handler (r=0x7f17c6fa1450) at /usr/src/packages/BUILD/php-5.3.14/sapi/apache2handler/sapi_apache2.c:669 > #25 0x00007f17c69cde08 in ap_run_handler () > #26 0x00007f17c69ce26c in ap_invoke_handler () > #27 0x00007f17c69dbf00 in ap_process_request () > #28 0x00007f17c69d8e98 in ?? () > #29 0x00007f17c69d4b28 in ap_run_process_connection () > #30 0x00007f17c69e0e5a in ?? () > #31 0x00007f17c69e116a in ?? () > #32 0x00007f17c69e1227 in ?? () > #33 0x00007f17c69e1b75 in ap_mpm_run () > #34 0x00007f17c69b89be in main () > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Sqlrelay-discussion mailing list > Sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion > > > _______________________________________________________ > Unlimited Disk, Data Transfer, PHP/MySQL Domain Hosting > http://www.doteasy.com > |