in reply to Re^2: Getting full traceback from (someone elses) XS routinein thread Getting full traceback from (someone elses) XS routine
In XS, croak() is pretty much the same as die in Perl code. It indeed has nothing to do with Carp.
- tye