ID:               25053
 Updated by:       [EMAIL PROTECTED]
 Reported By:      kevin at oceania dot net
-Status:           Open
+Status:           Feedback
 Bug Type:         InterBase related
 Operating System: linux
 PHP Version:      4CVS-2003-08-12 (stable)
 Assigned To:      abies
 New Comment:

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

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.




Previous Comments:
------------------------------------------------------------------------

[2003-08-17 02:58:18] kevin at oceania dot net

installed php4-STABLE-200308170330
segfault still persists

------------------------------------------------------------------------

[2003-08-16 18:27:57] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip

I suspect the reason for the segfault is the same as for bug #7014
(among others). The segfault will prevent you from seeing what the
actual error is. This has been corrected in more recent CVS versions of
PHP4

------------------------------------------------------------------------

[2003-08-13 07:05:01] [EMAIL PROTECTED]

We really need a back trace, because I cannot reproduce the error by
running the code you sent. 

------------------------------------------------------------------------

[2003-08-12 22:18:24] kevin at oceania dot net

url for single file that causes seg fault

http://203.109.184.88/phoenix/segfault.phps

------------------------------------------------------------------------

[2003-08-12 07:48:07] kevin at oceania dot net

Description:
------------
'./configure' '--host=i386-redhat-linux' '--build=i386-redhat-linux'
'--target=i386-redhat-linux-gnu' '--program-prefix='
'--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin'
'--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include'
'--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/var'
'--sharedstatedir=/usr/com' '--mandir=/usr/share/man'
'--infodir=/usr/share/info' '--cache-file=../config.cache'
'--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d'
'--with-apxs2=/usr/local/apache/bin/apxs' '--enable-pic'
'--disable-rpath' '--enable-inline-optimization'
'--prefix=/usr/local/apache/php'
'--with-config-file-path=/usr/local/apache/php' '--enable-track-vars'
'--enable-force-cgi-redirect' '--disable-cgi' '--with-gettext'
'--with-bz2' '--with-curl' '--with-exec-dir=/usr/bin'
'--with-freetype-dir=/usr' '--with-gd' '--enable-gd-native-ttf'
'--enable-gd-jis-conv' '--with-ttf' '--with-gettext' '--with-gmp'
'--with-iconv' '--with-jpeg-dir=/usr' '--enable-bcmath' '--enable-exif'
'--enable-ftp' '--enable-magic-quotes' '--enable-safe-mode'
'--enable-sockets' '--enable-sysvsem' '--enable-sysvshm'
'--enable-discard-path' '--enable-trans-sid' '--enable-yp'
'--enable-wddx' '--without-oci8' '--with-pear=/usr/share/pear'
'--with-mysql=/usr' '--with-sqlite' '--enable-memory-limit'
'--enable-shmop' '--enable-versioning' '--enable-calendar'
'--enable-dio' '--enable-mcal' '--with-pspell' '--with-png'
'--with-png-dir=/usr' '--with-xsl' '--with-domxml' '--with-dom5'
'--with-qtdom' '--with-zlib' '--with-xslt-sablot=/usr'
'--with-sablot-js=/usr' '--with-expat-dir=/usr' '--with-gdbm'
'--enable-dbx' '--with-imap=shared' '--with-imap-ssl' '--with-openssl'
'--with-kerberos=/usr/kerberos' '--with-layout=GNU' '--with-tiff=/usr'
'--with-curlwrappers' '--with-filepro' '--with-xpm-dir=/usr'
'--with-libxml-dir=/usr' '--with-xmlrpc' '--with-simplexml'
'--with-debug' '--with-interbase=/usr/local/firebird'


When using ibase_query() an error occurs when calling
first from inside a class then calling ibase_query()
from outside the class. ie, in the class calling
$this->method() and then doing something like
$obj=new classname; $obj->method()

Reproduce code:
---------------
index.phps
phoenix.phps
browse.phps

Expected result:
----------------
would be nice if it worked, or gave an error message.

Actual result:
--------------
[Tue Aug 12 23:46:31 2003] [notice] child pid 2639 exit signal
Segmentation fault (11)


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=25053&edit=1

Reply via email to