Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Mar 2000 15:49:08 -0500
From:      Naief BinTalal <naief@cyfari.com>
To:        Zhibing Wang <wang_zb@yahoo.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: exited on signal 11
Message-ID:  <20000328154908.A65559@cyfari.com>
In-Reply-To: <20000328183115.9600.qmail@web118.yahoomail.com>; from wang_zb@yahoo.com on Tue, Mar 28, 2000 at 10:31:15AM -0800
References:  <20000328183115.9600.qmail@web118.yahoomail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 28, 2000 at 10:31:15AM -0800, Zhibing Wang wrote:
> hi :
>     I am writing a c program on Freebsd.
>     Every time the child process exit, I get a
> message:
> /kernel: pid xxx (process name), uid 0: exited on 
> signal 11(core dumped) .
>     The child process is terminated with "exit(0); ".
>     What's the problem?
>     Thank you for your attention.

   Your program is crashing. signal 11 is SIGSEGV (Segmentation
   Violation).
   Attach to the child with gdb and trace the process to see where it is
   crashing, and fix it ;>

   HTH
   Cheers
-- 
-------------------------------------------------------
Naief BinTalal         |  naief@cyfari.com
Engineering	       |  http://www.cyfari.com/
-------------------------------------------------------
"A rock pile ceases to be a rock pile the moment a
 single man contemplates it, bearing within him the
 image of a cathedral" -- Antoine de Saint-Exupery
------------------------------------------------------- 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000328154908.A65559>