Update of /cvsroot/nice/Nice/bin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26559/bin
Modified Files:
nicec
Log Message:
Ignore SIGHUP signals, as these seem to terminate the JVM and override
the exit status with certain JVM under Emacs.
Index: nicec
===================================================================
RCS file: /cvsroot/nice/Nice/bin/nicec,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** nicec 29 Jun 2004 18:54:49 -0000 1.38
--- nicec 2 Jul 2004 23:29:08 -0000 1.39
***************
*** 87,89 ****
--- 87,94 ----
esac
+ # Certain JVMs seem to exit by throwing SIGHUP, thus replacing the exit code
+ # with 129.
+ # This happens only when running inside Emacs with Sun's 1.4.2_04-b05.
+ trap "" SIGHUP
+
exec ${java} $class ${system_args} "$@"
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
|