Big surprise!

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
Heavy
Forum Contributor
Posts: 478
Joined: Sun Sep 22, 2002 7:36 am
Location: Viksjöfors, Hälsingland, Sweden
Contact:

Big surprise!

Post by Heavy »

WHOOHOO!
I just caused PHP to segfault!
:D :D
Syranide
Forum Contributor
Posts: 281
Joined: Fri May 20, 2005 3:16 pm
Location: Sweden

Post by Syranide »

Hahaha, that's your first time? :D
You will start doubting the sanity of PHP when you see it crashing on windows every other try when fiddeling with fairly undocumented stuff and behaviour.
User avatar
Heavy
Forum Contributor
Posts: 478
Joined: Sun Sep 22, 2002 7:36 am
Location: Viksjöfors, Hälsingland, Sweden
Contact:

Post by Heavy »

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 ;)
Post Reply