Discussion:
Return Code 128
(too old to reply)
Baba O'Reilly
2008-02-16 02:16:50 UTC
Permalink
I have a Java program which is running under ksh via Windows SFU 3.5
When I check the value of $? (return code of the last command in Unix in case you don't know)
it shows me 128. I have no idea what this means, although some googling has pointed me
to a problem with the JVM. Can anyone elaborate on this for me? Would specifying more
memory when the program runs help?

I'm stuck

Thanks
--
I write all my emails in Cobol
http://improve-usenet.org
RLU #451587
Roedy Green
2008-02-16 13:48:52 UTC
Permalink
Post by Baba O'Reilly
I have a Java program which is running under ksh via Windows SFU 3.5
When I check the value of $? (return code of the last command in Unix in case you don't know)
it shows me 128. I have no idea what this means, although some googling has pointed me
to a problem with the JVM. Can anyone elaborate on this for me? Would specifying more
memory when the program runs help?
You need to read the docs on the program that generated it. Generally
the higher the number the more terrible the way the program
terminated.
--

Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
The Walrus
2008-02-16 16:39:10 UTC
Permalink
Post by Roedy Green
Post by Baba O'Reilly
I have a Java program which is running under ksh via Windows SFU 3.5
When I check the value of $? (return code of the last command in Unix in
case you don't know) it shows me 128. I have no idea what this means,
although some googling has pointed me to a problem with the JVM. Can
anyone elaborate on this for me? Would specifying more memory when the
program runs help?
You need to read the docs on the program that generated it. Generally
the higher the number the more terrible the way the program terminated.
Alrighty then, it looks like the error is being generated by ksh rather
than Java. I'll have to look further into this as MS SFU 3.5 is what we
are running our stuff under.

Thanks
--
I write all my emails in Cobol
http://improve-usenet.org
RLU #451587
codycook
2014-12-02 02:58:38 UTC
Permalink
If you are using an application that is built on Perl or other console-mode applications that reference a certain procedure code, you may find that the application stops running completely or locks up followed by Windows error <a href="http://www.keepautomation.com/products/java_barcode/barcodes/code_128.html">code128</a>.
Loading...