What is fault#6, FLTBOUNDS?

This forum is read only. No new submissions are accepted.

Questions about motif? Contact us

2 posts / 0 new
Last post
What is fault#6, FLTBOUNDS?

Submitted by Anonymous on Thu, 03/15/2001 - 23:04. Developers
I am facing problem while creating XmFileSelectionBox. I got the following system trace when my application hung while creating the file selection box.

Incurred fault #6, FLTBOUNDS %pc = 0xFD446514
siginfo SIGSEGV SEGV SEGV_MAPERR addr = 0x00000018
Received signal # 11, SIGSEGV [caught]
siginfo SIGSEGV SESEGV SEGV_MAPERR addr = 0x00000018
sysconfig(_CONFIG_SIGRT_MIN) =38
sigpromask(SIG_SETMASK, 0xFDBED980, 0x00000000) = 0
uadmin(16,2,-40299148)

ICS_support

Looks like you`re probably passing in some sort of bogus data -- either a bad parent widget pointer, an ASCII string instead of an XmString, or some other incorrect data type.