ID: 38177 User updated by: francesco dot marsan at yahoo dot it Reported By: francesco dot marsan at yahoo dot it -Status: Feedback +Status: Open Bug Type: Sybase-ct (ctlib) related Operating System: Windows 2003 Server PHP Version: 5.1.4 New Comment:
I will see if I can find MSVC to do the backtrace. But how am I going to test it if php_sybase_ct.dll is not available neither in the php5.2 distribution on the snaps site nor in the list of 5.1.x extensions from the pecl site? Previous Comments: ------------------------------------------------------------------------ [2006-07-23 12:42:38] [EMAIL PROTECTED] Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. ------------------------------------------------------------------------ [2006-07-22 18:07:40] francesco dot marsan at yahoo dot it These two: php_oci8.dll, php_curl.dll ------------------------------------------------------------------------ [2006-07-22 15:52:26] [EMAIL PROTECTED] What other extensions you have enabled? ------------------------------------------------------------------------ [2006-07-21 15:38:44] francesco dot marsan at yahoo dot it Description: ------------ php 5.1.4 ran as CLI (php.exe) crashes if php_sybase_ct.dll is enabled. The script actually gives correct results, but at the same time (should be after the script is finished, actually...) php crashes. Tried a current snapshot but couldn't find the php_sybase_ct.dll extension there, and the one available from pecl won't compile because of the different API number. Reproduce code: --------------- php.exe -v (yes, just this is enough) Expected result: ---------------- The output is actually correct, but a segfault happens. Actual result: -------------- The crash is visible in the Event Viewer (Faulting application php.exe, version 5.1.4.4, faulting module unknown, version 0.0.0.0, fault address 0x00e71870.) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=38177&edit=1