ID: 28218 User updated by: storozhilov at mail dot ru Reported By: storozhilov at mail dot ru Status: Bogus Bug Type: Apache related Operating System: FreeBSD 5.2.1-RELEASE-p5 PHP Version: 4.3.6 New Comment:
I've wrote simple script to connect MS SQL database and make simple SQL statement. When using PHP 4.3.4 command: bash-2.05b$ php ~/test.php returns pretty good result set, but PHP later versions (both 4.3.5 & 4.3.6) makes core dump with following message: php in free(): error: page is already free Abort trap (core dumped). So I have suspicion, that it is PHP bug. P.S. I use 0.62.3 version of FreeTDS. Previous Comments: ------------------------------------------------------------------------ [2004-05-05 22:27:26] [EMAIL PROTECTED] This is not any PHP bug, ask support questions elsewhere. ------------------------------------------------------------------------ [2004-04-29 18:30:57] [EMAIL PROTECTED] do ldd on your httpd and libphp4.so and see if you have any missing libraries in either one. ------------------------------------------------------------------------ [2004-04-29 18:10:10] storozhilov at mail dot ru Description: ------------ Apache 1.3.29. PHP has compiled with theese args: ./configure --with-apxs=/usr/local/apache/bin/apxs --with-sybase-ct=/usr/local --with-pgsql=/usr/local/pgsql (I'm using FreeTDS to connect MS SQL box and PostregSQL database on the same host). After typing # /usr/local/apache/bin/apachectl start "/usr/local/apache/bin/apachectl start: httpd started" appears, but on # ps ax|grep httpd I'm getting no any apache processes. :-( Apache error log has no messages about it. Reproduce code: --------------- Without any code... Expected result: ---------------- Without any result... Actual result: -------------- Without any result... ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=28218&edit=1
