Application terminate

OS : Solaris X86
gcc version 3.4.6

when i run my application, C with Motif application crashed and formed core. I collected the truss ouput.

Incurred fault #6, FLTBOUNDS %pc = 0xFE8B35CD
siginfo: SIGSEGV SEGV_MAPERR addr=0x00000275
Received signal #11, SIGSEGV [default]
siginfo: SIGSEGV SEGV_MAPERR addr=0x00000275

what is this meant by?

SIGSEGV is signal 11 and its default action is to generate a core. The description is: Segmentation fault -- an address reference boundary error.

send the coredumps to Sun for analysis