Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: lightweight stack info

by LanX (Saint)
on Jun 11, 2014 at 23:07 UTC ( [id://1089619]=note: print w/replies, xml ) Need Help??


in reply to lightweight stack info

We just had a similar problem a day ago.

Re: Bizarre Proc::Daemon error # die-handler

I don't see a faster way to get the backtrace - only the possibility to filter out messages from the problematic module.(like already suggested)

Either always check caller for the source (well you already got the backtrace anyway) or try to localize your die handler.

If you are very desperate you can also try to write XS-code to speed up you're handler, but I think logging to the file system should be you're bottleneck°. (Did you already run benchmarks?)

In this case logging to a DB could be an option.

HTH! :)

Cheers Rolf

(addicted to the Perl Programming Language)

update

°) but after reading your question a third time, this doesn't seem to be the problem

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1089619]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (9)
As of 2024-04-23 08:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found