Re: Runtime.exec() problem (jdk1.3.1+rh7, jdk1.4.2+rh9)
- From: Gordon Beaton <not@xxxxxxxxx>
- Date: 28 Jul 2005 21:00:31 +0200
On Thu, 28 Jul 2005 10:28:43 +0200, Michal M wrote:
> - - under java 1.4.2_07 (rh9) servlet some times works fine but
> sometimes produces no output - exit value (waitFor()) is 129
The process was killed with signal 1 (hangup), it explicitly returned
129.
> - - under java 1.3.1_01 (rh7) servlet doesn't work - everytime exit
> value is 139! and there is produced no output on page
The process was killed with signal 11 (segmentation fault) or it
explicitly returned 139.
> What can I do? Where the problem cames from?
The problems come from the child process. If you can't get the source,
complain to the author. Or use the previous version that worked.
/gordon
--
[ do not email me copies of your followups ]
g o r d o n + n e w s @ b a l d e r 1 3 . s e
.
- References:
- Runtime.exec() problem (jdk1.3.1+rh7, jdk1.4.2+rh9)
- From: Michal M
- Runtime.exec() problem (jdk1.3.1+rh7, jdk1.4.2+rh9)
- Prev by Date: Re: Is a static method sufficient to call it factory?
- Next by Date: ANOMALIES TRYING TO COMPILE JAVA CODE FROM WITH IN A RUNNING JAVA APPLICATION
- Previous by thread: Runtime.exec() problem (jdk1.3.1+rh7, jdk1.4.2+rh9)
- Next by thread: opening for java professionals with 5+ exp
- Index(es):