Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "StatET/R Console"

Line 11: Line 11:
  
 
You get one or two additional console pages showing debug information.
 
You get one or two additional console pages showing debug information.
 
  
 
=== Error File hs_err_pid ===
 
=== Error File hs_err_pid ===

Revision as of 04:32, 14 October 2019

Troubleshooting

Error Log Console

If the start of the R console fails or an error occurs while using the console, you can enable the additional error log console:

  1. Open the launch configuration of the R console
  2. In the tab "Common", enable "Allocate console"/"Allocate additional Error Log Consoles"

Statet r-console configure error-log.png

You get one or two additional console pages showing debug information.

Error File hs_err_pid

If a Java-based R console crashes, search for a file named hs_err_pid* created by the Java VM at the time of the crash.

Back to the top