On Wed, 5 Sep 2001, Doug MacEachern wrote:
> On Thu, 6 Sep 2001, Stas Bekman wrote:
>
> > cool. I'm not interested in perl trace (it was just an example), i want to
> > catch segv, fire gdb and get the bt trace, and get the email report
> > without user doing anything at all.
>
> since ulimit is setup now to leave core files, you can use
> Devel::CoreStack todo that.
looks very cool. One problem with relying on the core file. It's possible
that more than one core file will be dumped. If we don't trap segv we
catch only the last segv, which can be very misleading.
So it looks like we want to have something like that:
- trap SEGVs and abort the tests immediately (need to write some C level
trap)
- run Devel::CoreStack on the dumped core file
If I'm not mistaken this can be developed as a standalone module.
_____________________________________________________________________
Stas Bekman JAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide http://perl.apache.org/guide
mailto:[EMAIL PROTECTED] http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]