From:             roman dot b at zend dot com
Operating system: RedHat EL 5 32bit
PHP version:      5.3.18
Package:          OCI8 related
Bug Type:         Bug
Bug description:Crash in libclntsh.so.11.1 on database access

Description:
------------
The crash occurs every time the application interacts with the Oracle
database. 
The application is based on Doctrine and the problem happens only with the

following setting in the Doctrine configuration:

doctrine.cache.query.driver = "Doctrine_Cache_Array"

With the same parameter empty, no crash happens:

doctrine.cache.query.driver = ""


Crash stack trace:

/usr/local/zend/lib/ZendExtensionManager.so(_Z11zPrintTraceN6ZDebug8StreamIdE+0x
2c) [0x90c4ee]
/usr/local/zend/lib/ZendExtensionManager.so [0x8fab65]
[0xb0e420]
/usr/local/zend/lib/php_extensions/oci8.so(php_oci_bind_in_callback+0x28) 
[0xb97d48]
/usr/lib/libclntsh.so.11.1(ttcGetSendInfo+0x9a) [0x50cfeea]
/usr/lib/libclntsh.so.11.1(ttcacs+0x913) [0x66cbc2f]
/usr/lib/libclntsh.so.11.1(ttcdrv+0x412) [0x66a1972]
/usr/lib/libclntsh.so.11.1(nioqwa+0x30) [0x665c034]
/usr/lib/libclntsh.so.11.1(upirtrc+0x463) [0x664bc0b]
/usr/lib/libclntsh.so.11.1(kpurcsc+0x60) [0x6650f3c]
/usr/lib/libclntsh.so.11.1(kpuexec+0x9a8) [0x664d0b8]
/usr/lib/libclntsh.so.11.1(OCIStmtExecute+0x32) [0x664c5ec]
/usr/local/zend/lib/php_extensions/oci8.so(php_oci_statement_execute+0x11d)

[0xb98ecd]
/usr/local/zend/lib/php_extensions/oci8.so(zif_oci_execute+0x97)
[0xba5a27]
/usr/local/zend/lib/monitor/php-5.3.x/ZendMonitor.so [0x1de0254]
/usr/local/zend/lib/apache2/libphp5.so [0x122fd91]
/usr/local/zend/lib/apache2/libphp5.so(execute+0x1f3) [0x122f2f3]
/usr/local/zend/lib/monitor/php-5.3.x/ZendMonitor.so [0x1defe1e]
/usr/local/zend/lib/debugger/php-5.3.x/ZendDebugger.so [0x7235ede]
/usr/local/zend/lib/apache2/libphp5.so [0x122f84f]


-- 
Edit bug report at https://bugs.php.net/bug.php?id=63412&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=63412&r=trysnapshot54
Try a snapshot (PHP 5.3):   
https://bugs.php.net/fix.php?id=63412&r=trysnapshot53
Try a snapshot (trunk):     
https://bugs.php.net/fix.php?id=63412&r=trysnapshottrunk
Fixed in SVN:               https://bugs.php.net/fix.php?id=63412&r=fixed
Fixed in release:           https://bugs.php.net/fix.php?id=63412&r=alreadyfixed
Need backtrace:             https://bugs.php.net/fix.php?id=63412&r=needtrace
Need Reproduce Script:      https://bugs.php.net/fix.php?id=63412&r=needscript
Try newer version:          https://bugs.php.net/fix.php?id=63412&r=oldversion
Not developer issue:        https://bugs.php.net/fix.php?id=63412&r=support
Expected behavior:          https://bugs.php.net/fix.php?id=63412&r=notwrong
Not enough info:            
https://bugs.php.net/fix.php?id=63412&r=notenoughinfo
Submitted twice:            
https://bugs.php.net/fix.php?id=63412&r=submittedtwice
register_globals:           https://bugs.php.net/fix.php?id=63412&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=63412&r=php4
Daylight Savings:           https://bugs.php.net/fix.php?id=63412&r=dst
IIS Stability:              https://bugs.php.net/fix.php?id=63412&r=isapi
Install GNU Sed:            https://bugs.php.net/fix.php?id=63412&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=63412&r=float
No Zend Extensions:         https://bugs.php.net/fix.php?id=63412&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=63412&r=mysqlcfg

Reply via email to