Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

eval() from gdb

by diotalevi (Canon)
on Jun 26, 2008 at 03:10 UTC ( [id://694095]=sourcecode: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    set variable PL_sig_pending = 1
    b Perl_despatch_signals
    c
    
  2. or download this
    [server ~]$ perl -e 'while(1){foo()};sub foo { sleep 1 }' &
    [1] 22480
    [server ~]$ ps x
    ...
    $1 = 135614820
    (gdb) call Perl_sv_free(135614820)
    $2 = 135389568
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (5)
As of 2024-03-29 12:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found