|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hopefully a small problem.
I was working on my contest submission and everything was going nicely until all of a sudden PHP gave me a segmentation fault. What causes a segmentation fault? Anyone help me out?
Thanks. |
|
#2
|
|||
|
|||
|
RE: Hopefully a small problem.
Ooo... a segfault... uhm, check out ye-olde http://bugs.php.net/.
A segment fault is where something very bad happened internally to PHP and it (Generally) isn't your fault. Try upgrading to the latest PHP version, too. I'd ask you to post some of your code, but that just wouldn't work, now would it? |
|
#3
|
|||
|
|||
|
RE: Hopefully a small problem.
It often happens, if you use a recursive function and go in too deep, so that might be the case (if everything is otherwise working OK)...
|
|
#4
|
|||
|
|||
|
RE: Hopefully a small problem.
thanks dudes, I will take a look
|
![]() |
| Viewing: Codewalkers Forums > PHP Contests > Older Contests > Hopefully a small problem. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|