Troubleshooting GT.M

From VistApedia
Revision as of 15:09, 15 June 2005 by 152.131.9.69 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Since GT.M is a Just-In-Time Compiler generating native code, it loads a data segment with executable machine language code and then calls that code as a subroutine. Unfortunately, this is the behaviour of some computer worms as well. There is a group of security programs that kill any processes using this technique shortly after the code starts to execute.


One set of commands to disable these security programs is:

  echo 0 >/proc/sys/kernel/exec-shield
  echo 0 >/proc/sys/kernel/exec-shield-randomize

Again, your mileage may vary, and this may cause your computer to not do all that it is supposed to do.