Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Kernel shutdown - analyze help: (1 Item)
   
Kernel shutdown - analyze help  
Hi,

Based upon the screen shot (yes picture)
S/C/F:
- #define SIGSEGV    		 11 	/* segmentation violation */
- #define SEGV_MAPERR	1	/* Address not mapped */
- #define FLTPAGE		11	/* Recoverable page fault (no associated sig) */

State:
	now — in the kernel
	lock — nonpreemptible
	exit — leaving kernel
	specret — special return processing - What does this mean ?

FL:
#define _NTO_PF_NOCLDSTOP		0x00000001	
#define _NTO_PF_CHECK_INTR		0x00001000
#define _NTO_PF_RING0			0x00008000
#define _NTO_PF_SLEADER			0x00010000

#define _NTO_TF_DETACHED		0x00020000
#define _NTO_TF_ALLOCED_STACK	0x04000000

PF:
#define _NTO_PF_CHECK_INTR		0x00001000 (May not be right)

Based upon this:
http://www.qnx.com/developers/docs/6.5.0/index.jsp?topic=%2Fcom.qnx.doc.neutrino_technotes%2Fproc_dump.html

Can anybody tell me if this is a swap fault or something in the Module program that killed it?

Thanks.
Attachment: Image shutdown-photo.JPG 1.87 MB