It segfaults in object.php on line 67, on call_user_func_array();https://trac.cakephp.org/browser/trunk/cake/ 1.1.x.x/cake/libs/object.php#L61 When I put die() before this line apache does not segfaults, and if I put after this line it does segfaults. However according to traces next call is test->__construct(); (in my case) and parent::__construct(); in __construct in model class. So when I put die() code before parent::__construct(); in class model in __construct(); apache segfaults. That's why I can find where is it segfaults, last place where I can catch it is call_user_func_array();
Thanks for your help. On Nov 9, 12:17 am, AD7six <[EMAIL PROTECTED]> wrote: > On Nov 7, 4:14 pm, MaxDao <[EMAIL PROTECTED]> wrote: > > > No I don't have Zend accelerator, neither Zend optimizer installed. > > > >From extensions that are not bundled with php I have only xdebug 1.3 > > > Look's like I can't run cake on my primary stage server..sad. > > ... so which php call is causing your seg fault then? If you don´t > know it´s a bit early for conclusions. > > AD --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---