Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Sending <ctrl><break> to java

by sgifford (Prior)
on Apr 27, 2007 at 02:34 UTC ( [id://612308]=note: print w/replies, xml ) Need Help??


in reply to Sending <ctrl><break> to java

Three ideas:
  • Try kill('ABRT',$pid). Traditionally ABRT has caused core dumps, so maybe on Java you'll get a stack dump.
  • Try kill('BREAK',$pid). Perl handles CTRL-BREAK in a $SIG{BREAK} handler, IIRC, so maybe you can send a break signal this way?
  • Win32::Console claims to have code to send break signals, though I haven't tried it.
Good luck! Hopefully one of these will help!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-03-28 20:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found