I just caused PHP to segfault!
Big surprise!
Moderator: General Moderators
- Heavy
- Forum Contributor
- Posts: 478
- Joined: Sun Sep 22, 2002 7:36 am
- Location: Viksjöfors, Hälsingland, Sweden
- Contact:
Big surprise!
WHOOHOO!
I just caused PHP to segfault!

I just caused PHP to segfault!
- Heavy
- Forum Contributor
- Posts: 478
- Joined: Sun Sep 22, 2002 7:36 am
- Location: Viksjöfors, Hälsingland, Sweden
- Contact:
I don't know exactly what I did wrong.
I would guess i was doing too deep recursion or ran out of memory or references in a way that PHP couldn't catch.
I am writing a flexible parser and made some serious data juggling, and it went completely silent.
The apache errlog said:
[Sat Jul 02 21:25:19 2005] [notice] child pid 1472 exit signal Segmentation fault (11)
I worked around it. But I would prefer a message before a crash really
I would guess i was doing too deep recursion or ran out of memory or references in a way that PHP couldn't catch.
I am writing a flexible parser and made some serious data juggling, and it went completely silent.
The apache errlog said:
[Sat Jul 02 21:25:19 2005] [notice] child pid 1472 exit signal Segmentation fault (11)
I worked around it. But I would prefer a message before a crash really