Ask a Question related to PHP Bugs, Design and Development.
-
thejam at gmail dot com #1
#40584 [NEW]: new Soapclient produces Segfault/Core dump
From: thejam at gmail dot com
Operating system: SLES 10 (s390x) 64bit
PHP version: 5.2.1
PHP Bug Type: SOAP related
Bug description: new Soapclient produces Segfault/Core dump
Description:
------------
First bug report, I've scoured the reports for similar issues, nothing is
helping though. Hopefully I didn't miss something.
Platform is zLinux VM on the mainframe. SLES 10.
PHP installed from source, not through yast:
'./configure' '--enable-soap' '--without-pear'
'--with-apxs2=/usr/local/apache2/bin/apxs'
-------------------
Declaring a new SoapClient throws a segfault when the script is processed.
In a browser, it immediately asks if you want to save the script. Log
files shows a Segmentation Fault.
Reproduce code:
---------------
<?
echo "Hello World!";
$sccSystem = new
SoapClient('http://myserver/services/sccsystem?wsdl');
?>
Expected result:
----------------
Hello World!
**I don't expect output from the SoapClient object, I whittled it down to
just this line, and found it still segfaulted.**
Actual result:
--------------
Nothing.
Log file says:
[Wed Feb 21 13:21:32 2007] [notice] child pid 21118 exit signal
Segmentation fault (11)
--
Edit bug report at [url]http://bugs.php.net/?id=40584&edit=1[/url]
--
Try a CVS snapshot (PHP 4.4): [url]http://bugs.php.net/fix.php?id=40584&r=trysnapshot44[/url]
Try a CVS snapshot (PHP 5.2): [url]http://bugs.php.net/fix.php?id=40584&r=trysnapshot52[/url]
Try a CVS snapshot (PHP 6.0): [url]http://bugs.php.net/fix.php?id=40584&r=trysnapshot60[/url]
Fixed in CVS: [url]http://bugs.php.net/fix.php?id=40584&r=fixedcvs[/url]
Fixed in release: [url]http://bugs.php.net/fix.php?id=40584&r=alreadyfixed[/url]
Need backtrace: [url]http://bugs.php.net/fix.php?id=40584&r=needtrace[/url]
Need Reproduce Script: [url]http://bugs.php.net/fix.php?id=40584&r=needscript[/url]
Try newer version: [url]http://bugs.php.net/fix.php?id=40584&r=oldversion[/url]
Not developer issue: [url]http://bugs.php.net/fix.php?id=40584&r=support[/url]
Expected behavior: [url]http://bugs.php.net/fix.php?id=40584&r=notwrong[/url]
Not enough info: [url]http://bugs.php.net/fix.php?id=40584&r=notenoughinfo[/url]
Submitted twice: [url]http://bugs.php.net/fix.php?id=40584&r=submittedtwice[/url]
register_globals: [url]http://bugs.php.net/fix.php?id=40584&r=globals[/url]
PHP 3 support discontinued: [url]http://bugs.php.net/fix.php?id=40584&r=php3[/url]
Daylight Savings: [url]http://bugs.php.net/fix.php?id=40584&r=dst[/url]
IIS Stability: [url]http://bugs.php.net/fix.php?id=40584&r=isapi[/url]
Install GNU Sed: [url]http://bugs.php.net/fix.php?id=40584&r=gnused[/url]
Floating point limitations: [url]http://bugs.php.net/fix.php?id=40584&r=float[/url]
No Zend Extensions: [url]http://bugs.php.net/fix.php?id=40584&r=nozend[/url]
MySQL Configuration Error: [url]http://bugs.php.net/fix.php?id=40584&r=mysqlcfg[/url]
thejam at gmail dot com Guest
-
ntpd core dump
Hi all, I have 5.3-RELEASE installed. I'm trying to run ntpd but I get a message in /var/log/messages that it exited on signal 11 (core dumped).... -
Core dump in java 1.3 db2
We have DB2 7 installed on an AIX server 5.1, running a stored procedure and executing select, updates and inserts using preparedStatements. On... -
Core Dump in sqleatin_api on UDB 8.1
Hi All, I am seeing a problem with a UDB client application(multi-threaded) that uses the UDB client libraries(libdb2.so) on solaris. I see a... -
gcc program core dump
There is a message of core dump may be related to the scope of variables , please any explainations . it's from a book of C .It is written as it is... -
How to dump core
In article <B5cna.60949$jVh.46894@news01.bloor.is.net.cable.rogers.com>, "Samuel T" <none@none.com> writes: May be a bit late now, but try... -
tony2001@php.net #2
#40584 [Opn->Fbk]: new Soapclient produces Segfault/Core dump
ID: 40584
Updated by: [email]tony2001@php.net[/email]
Reported By: thejam at gmail dot com
-Status: Open
+Status: Feedback
Bug Type: SOAP related
Operating System: SLES 10 (s390x) 64bit
PHP Version: 5.2.1
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
[url]http://bugs.php.net/bugs-generating-backtrace.php[/url] for *NIX and
[url]http://bugs.php.net/bugs-generating-backtrace-win32.php[/url] 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.
Previous Comments:
------------------------------------------------------------------------
[2007-02-21 19:53:48] thejam at gmail dot com
Description:
------------
First bug report, I've scoured the reports for similar issues, nothing
is helping though. Hopefully I didn't miss something.
Platform is zLinux VM on the mainframe. SLES 10.
PHP installed from source, not through yast:
'./configure' '--enable-soap' '--without-pear'
'--with-apxs2=/usr/local/apache2/bin/apxs'
-------------------
Declaring a new SoapClient throws a segfault when the script is
processed. In a browser, it immediately asks if you want to save the
script. Log files shows a Segmentation Fault.
Reproduce code:
---------------
<?
echo "Hello World!";
$sccSystem = new
SoapClient('http://myserver/services/sccsystem?wsdl');
?>
Expected result:
----------------
Hello World!
**I don't expect output from the SoapClient object, I whittled it down
to just this line, and found it still segfaulted.**
Actual result:
--------------
Nothing.
Log file says:
[Wed Feb 21 13:21:32 2007] [notice] child pid 21118 exit signal
Segmentation fault (11)
------------------------------------------------------------------------
--
Edit this bug report at [url]http://bugs.php.net/?id=40584&edit=1[/url]
tony2001@php.net Guest
-
thejam at gmail dot com #3
#40584 [Fbk->Csd]: new Soapclient produces Segfault/Core dump
ID: 40584
User updated by: thejam at gmail dot com
Reported By: thejam at gmail dot com
-Status: Feedback
+Status: Closed
Bug Type: SOAP related
Operating System: SLES 10 (s390x) 64bit
PHP Version: 5.2.1
New Comment:
Recompiled with --enable-debug, and no more segfault. I've recompiled
twice before, but I still think it was probably botched. Thanks.
Previous Comments:
------------------------------------------------------------------------
[2007-02-21 20:02:29] [email]tony2001@php.net[/email]
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
[url]http://bugs.php.net/bugs-generating-backtrace.php[/url] for *NIX and
[url]http://bugs.php.net/bugs-generating-backtrace-win32.php[/url] 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.
------------------------------------------------------------------------
[2007-02-21 19:53:48] thejam at gmail dot com
Description:
------------
First bug report, I've scoured the reports for similar issues, nothing
is helping though. Hopefully I didn't miss something.
Platform is zLinux VM on the mainframe. SLES 10.
PHP installed from source, not through yast:
'./configure' '--enable-soap' '--without-pear'
'--with-apxs2=/usr/local/apache2/bin/apxs'
-------------------
Declaring a new SoapClient throws a segfault when the script is
processed. In a browser, it immediately asks if you want to save the
script. Log files shows a Segmentation Fault.
Reproduce code:
---------------
<?
echo "Hello World!";
$sccSystem = new
SoapClient('http://myserver/services/sccsystem?wsdl');
?>
Expected result:
----------------
Hello World!
**I don't expect output from the SoapClient object, I whittled it down
to just this line, and found it still segfaulted.**
Actual result:
--------------
Nothing.
Log file says:
[Wed Feb 21 13:21:32 2007] [notice] child pid 21118 exit signal
Segmentation fault (11)
------------------------------------------------------------------------
--
Edit this bug report at [url]http://bugs.php.net/?id=40584&edit=1[/url]
thejam at gmail dot com Guest
-
tony2001@php.net #4
#40584 [Csd]: new Soapclient produces Segfault/Core dump
ID: 40584
Updated by: [email]tony2001@php.net[/email]
Reported By: thejam at gmail dot com
Status: Closed
Bug Type: SOAP related
Operating System: SLES 10 (s390x) 64bit
PHP Version: 5.2.1
New Comment:
You can also try to recompile it with --disable-debug, but make sure
CFLAGS contains "-O0 -g" otherwise you won't see any debug symbols.
Previous Comments:
------------------------------------------------------------------------
[2007-02-21 20:38:15] thejam at gmail dot com
Recompiled with --enable-debug, and no more segfault. I've recompiled
twice before, but I still think it was probably botched. Thanks.
------------------------------------------------------------------------
[2007-02-21 20:02:29] [email]tony2001@php.net[/email]
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
[url]http://bugs.php.net/bugs-generating-backtrace.php[/url] for *NIX and
[url]http://bugs.php.net/bugs-generating-backtrace-win32.php[/url] 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.
------------------------------------------------------------------------
[2007-02-21 19:53:48] thejam at gmail dot com
Description:
------------
First bug report, I've scoured the reports for similar issues, nothing
is helping though. Hopefully I didn't miss something.
Platform is zLinux VM on the mainframe. SLES 10.
PHP installed from source, not through yast:
'./configure' '--enable-soap' '--without-pear'
'--with-apxs2=/usr/local/apache2/bin/apxs'
-------------------
Declaring a new SoapClient throws a segfault when the script is
processed. In a browser, it immediately asks if you want to save the
script. Log files shows a Segmentation Fault.
Reproduce code:
---------------
<?
echo "Hello World!";
$sccSystem = new
SoapClient('http://myserver/services/sccsystem?wsdl');
?>
Expected result:
----------------
Hello World!
**I don't expect output from the SoapClient object, I whittled it down
to just this line, and found it still segfaulted.**
Actual result:
--------------
Nothing.
Log file says:
[Wed Feb 21 13:21:32 2007] [notice] child pid 21118 exit signal
Segmentation fault (11)
------------------------------------------------------------------------
--
Edit this bug report at [url]http://bugs.php.net/?id=40584&edit=1[/url]
tony2001@php.net Guest
-
Unregistered #5
Re: #40584 [NEW]: new Soapclient produces Segfault/Core dump
How did u solved the problem I still have that seg fault coming up. I am having the same problem
Unregistered Guest



Reply With Quote

