php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22465 Missing parse error -> segmentation fault
Submitted: 2003-02-27 15:27 UTC Modified: 2003-03-09 19:18 UTC
Votes:1
Avg. Score:2.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: predrag dot stefanovic at telus dot com Assigned:
Status: No Feedback Package: Reproducible crash
PHP Version: 4.3.0 OS: HPUX 10.20
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2003-02-27 15:27 UTC] predrag dot stefanovic at telus dot com
Here is the code:
 
      $item_range  = $conn->results_array[0][0] . " - ";
      $item_range .= $conn->results_array[0][1]);
 
The ) is left over from a removed command. This mistake did not generate a parse error, but caused a segmentation fault in [Apache1.3.20 PHP 4.0.5] and hang task on [Apache 1.3.27 PHP 4.3.0 ]. The code is from an included file.
 
Trying to run the included file on it's own did generate the parse error.

On the OLD System: 
Apache/1.3.20 PHP/4.0.5 on HP-UX  B.10.20 A 9000/898 
it creates segmentaion fault without parse error.

On the NEW System:
Apache/1.3.27 PHP/4.3.0 on HP-UX  B.10.20 A 9000/898 
ita hangs task forever without any parse error.

OLD System ( segmentation fault )

./configure' '--without-mysql' '--enable-track-vars' '--enable-memory-limit' '--with-apache=/dba/dummy2/webuser/nps/build/apache_1.3.20' '--with-ttf=/opt/freetype' '--with-oracle=/opt/oracle/7.3.4' '--enable-wddx' '--with-gd=/opt/gd' '--enable-ftp' '--enable-bcmath' '--with-xml' '--with-ldap=/opt/ldap' '--with-cpdf=/opt/ClibPDF'

mod_php4, mod_setenvif, mod_auth, mod_access, mod_alias, mod_userdir, mod_actions, mod_imap, mod_asis, mod_cgi, mod_dir, mod_autoindex, mod_include, mod_status, mod_negotiation, mod_mime, mod_log_config, mod_env, http_core

NEW System ( hang httpd task )

'./configure' '--with-apache=/usr3/apache1327/apache_1.3.27' '--with-ldap=/opt/ldap' '--with-oracle=/opt/oracle/7.3.4' '--with-cpdflib=/usr/local' '--with-ttf=/opt/freetype' '--with-gd=/opt/gd' '/opt/freetype' '--without-mysql' '--without-mysql'

 mod_php4, mod_setenvif, mod_auth, mod_access, mod_alias, mod_userdir, mod_actions, mod_imap, mod_asis, mod_cgi, mod_dir, mod_autoindex, mod_include, mod_status, mod_negotiation, mod_mime, mod_log_config, mod_env, http_core 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-02-27 15:48 UTC] iliaa@php.net
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

Just for the record I cannot replicate the bug on Win32 or Linux.
 [2003-02-27 16:55 UTC] predrag dot stefanovic at telus dot com
I tried to rebuild with the php4-STABLE-2003-02272030 version, as Iliaa suggested, but it failed on config with unrelated problem. Sorry.

./configure --with-apache=/usr3/apache1327/apache_1.3.27 \
--with-ldap=/opt/ldap \
--with-oracle=/opt/oracle/7.3.4 \
--with-cpdflib=/usr/local \
--with-ttf=/opt/freetype \
--with-gd=/opt/gd /opt/freetype \
--without-mysql


...
configure: failed program was:
#line 17130 "configure"
#include "confdefs.h"

...
configure: error: Problem with libjpeg.(a|so).
 [2003-02-27 17:03 UTC] sniper@php.net
Check the config.log for reason WHY that failed..
Your configure line doesn't look quite okay either.

 [2003-03-09 19:18 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 20:01:45 2024 UTC