Re: C Application Killed Error Msg.
From: Arvind Sharma (arvind_at_lucent.com)
Date: 04/28/03
- Next message: David P. Lurie: "Upgrade from 5.0.6 to 5.0.7"
- Previous message: Steve Lewis: "Re: Eject a tape SCO OpenServer 5.0.6"
- In reply to: Stuart J. Browne: "Re: C Application Killed Error Msg."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 28 Apr 2003 12:54:24 -0400
Does your program has any global array with a huge namber ?? e.g. char
buf[10000]. This will kill the program at the startup if the Unix cannot
malloc that much space.
Also, is the program linking with any library ( static of .so) which are NOT
there on the system ?? You can check that by running
ldd <program name>
Arvind
- Next message: David P. Lurie: "Upgrade from 5.0.6 to 5.0.7"
- Previous message: Steve Lewis: "Re: Eject a tape SCO OpenServer 5.0.6"
- In reply to: Stuart J. Browne: "Re: C Application Killed Error Msg."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|