Re: [Catalyst] SIGINT triggers segfault in Oracle libraries

2010-09-09 Thread Tomas Doran
On 9 Sep 2010, at 02:21, Tomas Doran wrote: On 8 Sep 2010, at 18:56, E R wrote: Does catalyst install a SIGINT handler? No. (Assuming we are talking about the built in dev server here - Catalyst never does, different engines may however0 Is there a way to trace perl execution after the

Re: [Catalyst] SIGINT triggers segfault in Oracle libraries

2010-09-08 Thread E R
On Tue, Sep 7, 2010 at 9:18 PM, Tomas Doran bobtf...@bobtfish.net wrote: This is an Oracle library thing, can't really help, sorry.. Does catalyst install a SIGINT handler? Is there a way to trace perl execution after the INT signal is received? I have a feeling that the Oracle libraries are

Re: [Catalyst] SIGINT triggers segfault in Oracle libraries

2010-09-08 Thread Tomas Doran
On 8 Sep 2010, at 18:56, E R wrote: Does catalyst install a SIGINT handler? No. (Assuming we are talking about the built in dev server here - Catalyst never does, different engines may however0 Is there a way to trace perl execution after the INT signal is received? Try Devel::bt?