[PHP-DEV] Random PHP crash in erealloc()

2006-10-18 Thread Gwynne
I'm experiencing a strange random crash in PHP 5.1.4 and 5.1.6 triggered by several separate sections of code under a number of circumstances. I can't narrow it down much, but the backtrace always ends with: (gdb) bt #0 0x081f80fe in _erealloc (ptr=0x8531b44, size=2, allow_failure=0) at

[PHP-DEV] Random PHP crash in erealloc()

2006-10-19 Thread Gwynne
I'm experiencing a strange random crash in PHP 5.1.4 and 5.1.6 triggered by several separate sections of code under a number of circumstances. I can't narrow it down much, but the backtrace always ends with: (gdb) bt #0 0x081f80fe in _erealloc (ptr=0x8531b44, size=2, allow_failure=0) at

Re: [PHP-DEV] Random PHP crash in erealloc()

2006-10-22 Thread Wez Furlong
Two things to try: - run it under valgrind to see if it highlights code problems - try it on a different box. If it works on the other box, consider testing your ram as it may be faulty. --Wez. On 10/18/06, Gwynne <[EMAIL PROTECTED]> wrote: I'm experiencing a strange random crash in PHP 5.1.4