Hello, How to stop the process when there is a mishandling making R system frozen? If there is a way other than quitting the system when frozen occurs? Thank you, Shengzhe
Help: how to stop the process when there is a mishandling
7 messages · Shengzhe Wu, Roger D. Peng, Duncan Murdoch +2 more
On Unix you can send one of the 'USR' signals to 'kill'. See ?Signals. -roger
Shengzhe Wu wrote:
Hello, How to stop the process when there is a mishandling making R system frozen? If there is a way other than quitting the system when frozen occurs? Thank you, Shengzhe
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Roger D. Peng http://www.biostat.jhsph.edu/~rpeng/
and how about R on windows system? since I am currently using R of windows version. Thank you, Shengzhe
On 8/4/05, Roger D. Peng <rpeng at jhsph.edu> wrote:
On Unix you can send one of the 'USR' signals to 'kill'. See ?Signals. -roger Shengzhe Wu wrote:
Hello, How to stop the process when there is a mishandling making R system frozen? If there is a way other than quitting the system when frozen occurs? Thank you, Shengzhe
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
-- Roger D. Peng http://www.biostat.jhsph.edu/~rpeng/
On 8/4/2005 11:39 AM, Shengzhe Wu wrote:
and how about R on windows system? since I am currently using R of windows version.
Hit "ESC" in the console. If that doesn't work, there's a bug. Report it to the package maintainer if you're running package code, or here if it's base code. Be sure to give enough details that others can see things freeze. And if it really is frozen, you can use Ctrl-Alt-Del to open the Windows Task Manager, select the Rgui application, and "End task". Assuming you have permission, etc. Duncan Murdoch
Thank you, Shengzhe On 8/4/05, Roger D. Peng <rpeng at jhsph.edu> wrote:
On Unix you can send one of the 'USR' signals to 'kill'. See ?Signals. -roger Shengzhe Wu wrote:
Hello, How to stop the process when there is a mishandling making R system frozen? If there is a way other than quitting the system when frozen occurs? Thank you, Shengzhe
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
-- Roger D. Peng http://www.biostat.jhsph.edu/~rpeng/
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
If you are using XEmacs, it's not that easy. I'm not completely clear on the protocol in that case, but I think you have to first click in the R window, then <ctrl-G> + <ctrl-C> + <ctrl-C>. Perhaps an Emacs wizard will enlighten us. spencer graves
Duncan Murdoch wrote:
On 8/4/2005 11:39 AM, Shengzhe Wu wrote:
and how about R on windows system? since I am currently using R of windows version.
Hit "ESC" in the console. If that doesn't work, there's a bug. Report it to the package maintainer if you're running package code, or here if it's base code. Be sure to give enough details that others can see things freeze. And if it really is frozen, you can use Ctrl-Alt-Del to open the Windows Task Manager, select the Rgui application, and "End task". Assuming you have permission, etc. Duncan Murdoch
Thank you, Shengzhe On 8/4/05, Roger D. Peng <rpeng at jhsph.edu> wrote:
On Unix you can send one of the 'USR' signals to 'kill'. See ?Signals. -roger Shengzhe Wu wrote:
Hello, How to stop the process when there is a mishandling making R system frozen? If there is a way other than quitting the system when frozen occurs? Thank you, Shengzhe
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
-- Roger D. Peng http://www.biostat.jhsph.edu/~rpeng/
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Spencer Graves, PhD Senior Development Engineer PDF Solutions, Inc. 333 West San Carlos Street Suite 700 San Jose, CA 95110, USA spencer.graves at pdf.com www.pdf.com <http://www.pdf.com> Tel: 408-938-4420 Fax: 408-280-7915
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20050804/f8cb69f9/attachment.pl
On 8/4/2005 2:25 PM, Spencer Graves wrote:
If you are using XEmacs, it's not that easy. I'm not completely clear on the protocol in that case, but I think you have to first click in the R window, then <ctrl-G> + <ctrl-C> + <ctrl-C>. Perhaps an Emacs wizard will enlighten us. spencer graves
Yes, I was talking about Rgui.exe. ESC doesn't stop Rterm.exe, which is what XEmacs is running. Duncan Murdoch
Duncan Murdoch wrote:
On 8/4/2005 11:39 AM, Shengzhe Wu wrote:
and how about R on windows system? since I am currently using R of windows version.
Hit "ESC" in the console. If that doesn't work, there's a bug. Report it to the package maintainer if you're running package code, or here if it's base code. Be sure to give enough details that others can see things freeze. And if it really is frozen, you can use Ctrl-Alt-Del to open the Windows Task Manager, select the Rgui application, and "End task". Assuming you have permission, etc. Duncan Murdoch
Thank you, Shengzhe On 8/4/05, Roger D. Peng <rpeng at jhsph.edu> wrote:
On Unix you can send one of the 'USR' signals to 'kill'. See ?Signals. -roger Shengzhe Wu wrote:
Hello, How to stop the process when there is a mishandling making R system frozen? If there is a way other than quitting the system when frozen occurs? Thank you, Shengzhe
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
-- Roger D. Peng http://www.biostat.jhsph.edu/~rpeng/
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html