Re: system function not executed correctly
- From: "Joachim Schmitz" <nospam.jojo@xxxxxxxxxxxxxxxxxx>
- Date: Fri, 7 Mar 2008 17:10:35 +0100
Richard Tobin wrote:
In article <fqrlp8$671$1@xxxxxxxxxxxxxx>,You may be confusing signal 11, SISSEGV, with exit(11)
Anonymous User <nobody@xxxxxxxxxxxxx> wrote:
When i use system() it always get return code 11 and the command is
not executed regardless of the command used. Does anyone know what
is with it? Environment is Linux, glibc and gcc.
That usually indicates a segmentation fault in the called command.
It seems unlikely that you would get this for every command, so
you'll have to show us your exact program.
-- Richard
wq
Bye, Jojo
.
- Follow-Ups:
- Re: system function not executed correctly
- From: Richard Tobin
- Re: system function not executed correctly
- References:
- system function not executed correctly
- From: Anonymous User
- Re: system function not executed correctly
- From: Richard Tobin
- system function not executed correctly
- Prev by Date: Re: How printf() works???????
- Next by Date: Re: system function not executed correctly
- Previous by thread: Re: system function not executed correctly
- Next by thread: Re: system function not executed correctly
- Index(es):
Relevant Pages
|