ID:               26598
 User updated by:  robert at interjinn dot com
 Reported By:      robert at interjinn dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         Zend Engine 2 problem
 Operating System: Mandrake 9.0
 PHP Version:      5CVS-2003-12-12 (dev)
 New Comment:

The following does NOT combine everything into one file since when I do
that the segmentation fault disappears. However, it does shrink the
code into as few files as possible.

http://www.interjinn.com/download/interJinn-0.9.1-php5mods-3.tar.gz

FYI, I'm not getting payed for this, I don't get payed to do InterJinn,
and I have very little disposable time lately since I became a father 3
weeks ago. I'm doing this because I came across a bug and thought I
would help out, I was not paricularly in a rush to ensure InterJinn has
PHP5 compatibility, since I don't think it's going to have massive
adoption for a year or two. I just happened to have a little spare time
one night to test. Now I've spent about 10 hours debugging, trimming,
and rewriting various chunks of my application all so I could help you
guys. Time which probably would have been better spent helping my wife
with the baby. A little tolerance and less sarcasm would be great for
your karma.

Thanks,
Rob.


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

[2003-12-15 23:56:02] [EMAIL PROTECTED]

Maybe I wasn't clear enough..but I think I said something about ONE
file..? And that generating of some weird configuration file really
wasn't necessary either?
(one file -> no need for includes -> no need for config file)

hardcode the stuff..


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

[2003-12-15 20:46:46] robert at interjinn dot com

I have done as you asked and stripped away everything that I could
while still reproducing the same segmentation fault. You can download
the tarball at this following location:

http://www.interjinn.com/download/interJinn-0.9.1-php5mods-2.tar.gz

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

[2003-12-15 17:33:49] [EMAIL PROTECTED]

Start by removing all the unnecessary lines from the first file, all
unnecessary include()'s etc. Then remove all the includes, ie. put the
stuff in one file. But only those parts of the code that are necessary
for the reduced first file..
 
Just remove stuff line by line, run the code and if it still crashes,
continue nuking the code until it doesn't crash. :)


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

[2003-12-15 15:03:09] robert at interjinn dot com

As stated previously I was unable to come up with a short script that
can reproduce the bug. I attached a link to a big script in my last
response. I apologize if this is not suitable but I don't see another
alternative.

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

[2003-12-15 09:43:05] [EMAIL PROTECTED]

Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc.

If possible, make the script source available online and provide
an URL to it here. Try avoid embedding huge scripts into the report.



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

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/26598

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

Reply via email to