[quake3] Crash Error output

Tony J. White tjw at webteam.net
Wed May 17 10:36:33 EDT 2006


On Wed, May 17, 2006 at 04:14:58PM +0200, Thilo Schulz wrote:
> On Wednesday 17 May 2006 02:45, Scott Harper wrote:
> > Anyway, if there's somewhere in the code I should start looking based
> > on this, please let me know.
> 
> > Received signal 10, exiting...
> > ----- CL_Shutdown -----
> > clientCommand: Scott Evil : 3 : disconnect
> > Going to CS_ZOMBIE for Scott Evil
> > RE_Shutdown( 1 )
> > DOUBLE SIGNAL FAULT: Received signal 10, exiting...
> 
> On POSIX compliant systems, signal 10 is SIGUSR1. The question would be: where 
> does that signal come from? a quick grep on the ioquake3 source didn't turn 
> up anything conclusive.

Signal 10 is SIGBUS on OS X which I think usually means illegal memory access.
I have no idea what the difference is between this and a regular signal 11
segfault.

According to the Linux man page this is defined POSIX 1003.1-2001 and SUS, but
not POSIX.1.

-Tony



More information about the quake3 mailing list