On 04.12.2007 17:07, Rachmel, Nir (Nir) wrote: > Hi, > > Are there any tools you can recommend me for debugging my error? > Standard gdb debugging doesn't seem to help, and using valgrind in a > real-time webserver environment simply doesn't work on my device (or on > anyone's device I guess.. :) ).
Well, these are two the most useful tools I know of. Tracing code flow with GDB and memory errors with valgrind usually helps to locate any problem. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php