How do I prevent Stata(GUI) from crashing when executed remotely through
X11 forwarding?
| Title |
|
Stata(GUI) crashes when executed remotely through X11 forwarding
|
| Author |
Theresa Boswell, StataCorp |
| Date |
October 2007 |
Some users who remotely execute Stata(GUI) through an ssh connection and X11
forwarding may experience a crash when using a pulldown menu or the
toolbar. To stop this crashing from happening, you should use ssh -Y
to enable trusted X11 forwarding instead of ssh -X.
|