Same problem - segfaults in exactly the same place.
Is there anything I can add to the php source code to give me a hand?
I put in zend_error messages in different places but that didn't help me a
lot to try and track down what was happening.
$ which gcc
/usr/local/bin/gcc
$ /usr/local/bin/gcc
On Wed, 4 Jun 2003, Chris wrote:
> Which would be better to try, 2.95x or 3.x?
Our codebase has been exposed to 2.95 mostly, so going with
that would be wise.
- Sascha
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Which would be better to try, 2.95x or 3.x?
At 02:42 AM 6/4/03 +0200, Sascha Schumann wrote:
> Can anyone give me a hand with tracking down the problem?
Did you try a more stable compiler already?
- Sascha
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: ht
> Can anyone give me a hand with tracking down the problem?
Did you try a more stable compiler already?
- Sascha
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Hi all,
I'm trying to track down a segfault to do with serializing an object.
I can't reproduce it with a small script so I'm not sure where to go from
here. Any suggestions, tips, helpful hints greatly appreciated.
It's part of a largish CMS which uses lots of circular references so
pasting a