Doug MacEachern wrote: > On Tue, 16 Apr 2002, Stas Bekman wrote: > > >>Carp::confess was called alright. I was just saying that it didn't give >>the trace into the C code. It never does. I was asking if you had an >>idea how to improve it on the perl core side, not modperl. > > > you mean printing the C callstack from Perl_croak??
yup. or at least to give the C code line number/filename if the debug info is available. > my idea is to just use gdb :-) :) Hmm, would it be feasible to have something like Carp::c_croak (which will work only if the symbols weren't stripped? __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
