On Tue, 15 Sep 2009, JoeZ wrote: > JoeZ# ./symfony test:unit model/Invoice > 1..46 > # Totals checks > ok 1 - we have created an Invoice which contains 3 items > ok 2 - getBase() == 224.98 > ... > .... > ok 44 - getNextNumber of ASET- invoices will be 10 > ok 45 - getNextNumber of BSET- invoices will be 6 > ok 46 - getNextNumber of CSET- invoices will be 7 > Looks like everything went > fine. > Segmentation fault > > > my PHP: > PHP 5.2.8-1hardy~ppa1 with Suhosin-Patch 0.9.6.3 (cli) (built: Jan 6 > 2009 13:28:48) > Copyright (c) 1997-2008 The PHP Group > Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies > > my System Ubunty Hardy Heron 8.04 > > let me insist: the "segmentation fault" does not happen always, how am > I supposed to debug this???
On Linux machines, you can run strace to log all system calls and see where the seg fault occurs. -- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---