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)
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.