ID:               23952
 Updated by:       [EMAIL PROTECTED]
 Reported By:      anton at ur dot ru
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         Scripting Engine problem
 Operating System: FreeBSD 4.8-STABLE
 PHP Version:      4.3.2
 New Comment:

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.




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

[2003-07-12 23:55:29] [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

And update the version information to be what it says in phpinfo().
Also, if this still happens, provide a short, complete example script.
(everything in ONE file, max 20 lines long)


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

[2003-06-02 13:33:40] anton at ur dot ru

I've installed the snapshot. Result is the same:

Program received signal SIGSEGV, Segmentation fault.
0x8097db7 in zend_get_executed_lineno ()
    at
/usr/src-new/.apache/php4-STABLE-200306021730/Zend/zend_execute_API.c:271

271                     return active_opline->lineno;
Program received signal SIGSEGV, Segmentation fault.
#0  0x8097db7 in zend_get_executed_lineno ()
    at
/usr/src-new/.apache/php4-STABLE-200306021730/Zend/zend_execute_API.c:271

#1  0x80a1b36 in zend_error (type=8, format=0x8233b3b "Undefined index:
 %s")
    at /usr/src-new/.apache/php4-STABLE-200306021730/Zend/zend.c:733
#2  0x80b711b in zend_fetch_dimension_address_inner (ht=0x844de24,
    op2=0x8428458, Ts=0xbfbf9618, type=0)
    at
/usr/src-new/.apache/php4-STABLE-200306021730/Zend/zend_execute.c:626
#3  0x80aedbb in zend_fetch_dimension_address (result=0x8428438,
    op1=0x8428448, op2=0x8428458, Ts=0xbfbf9618, type=0)
    at
/usr/src-new/.apache/php4-STABLE-200306021730/Zend/zend_execute.c:777
#4  0x80b0bec in execute (op_array=0x83c12a4)
    at
/usr/src-new/.apache/php4-STABLE-200306021730/Zend/zend_execute.c:1273
#5  0x80a2095 in zend_execute_scripts (type=8, retval=0x0,
file_count=3)
    at /usr/src-new/.apache/php4-STABLE-200306021730/Zend/zend.c:887
#6  0x8076caf in php_execute_script (primary_file=0xbfbff708)
    at /usr/src-new/.apache/php4-STABLE-200306021730/main/main.c:1683
#7  0x80b739e in apache_php_module_main (r=0x8347034,
display_source_mode=0)
    at
/usr/src-new/.apache/php4-STABLE-200306021730/sapi/apache/sapi_apache.c:5

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

[2003-06-02 13:00:59] [EMAIL PROTECTED]

No, don't send me the files. Just try the snapshot first.


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

[2003-06-02 12:35:24] anton at ur dot ru

Can i send you via email this script and all included files ?

I have this error not only in this script - lot of scripts on my server
causes this error. 

I'l try CVS snapshot tomorrow.

I have to say, that i see this error in php 4.3.*

Scripts works fine in php 4.2.2 and older.

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

[2003-06-02 10:36:59] [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


Also, without a complete script it is impossible for us to start
looking where the bug might be. (it's like looking for a needle in
haystack, without a magnet :)

First you need to include everything in one file (no include()'s or
other external references) and then work
your way down reducing the code piece by piece until you get the
shortest possible script causing the crash.

It looks like your script is causing some error, and the error output
procedure crashes when trying to figure out the line of where the error
happens..


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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/23952

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

Reply via email to