Operating System - HP-UX
1825508 Members
1628 Online
109681 Solutions
New Discussion

Program terminated with signal 11, Segmentation fault.

 
Roberto De Sibi
New Member

Program terminated with signal 11, Segmentation fault.

Hi all,
I have a core dump running a program on HP 11.0 64 bit. I get the stack trace from the core file by gdb command. Here is the stack:

Core was generated by `dis4ws'.
Program terminated with signal 11, Segmentation fault. #0 0xc019d4fc in __wcstombs_sb () from /usr/lib/libc.2 (gdb) where #0 0xc019d4fc in __wcstombs_sb () from /usr/lib/libc.2 #1 0xc019d5fc in wcstombs () from /usr/lib/libc.2 #2 0x3430d8 in DCSRowHelper::PrivateGetAsText () #3 0x342cb4 in DCSRowHelper::PrivateGetLong () #4 0x3429a8 in DCSRowHelper::operator>> () #5 0x3b2bb4 in DCSFormatOptions::Init () #6 0x3b26e0 in DCSFormatOptions::DCSFormatOptions () #7 0x336064 in DCSPreferenceDelegator::Initialize () #8 0x26187c in DCSApplication::DCSApplication () #9 0x34704c in DCSSessionManager::InitSession () #10 0x41f6d4 in main () (gdb) quit

I attach the stack trace.
Any suggestions?
Thanks in advance,
Roberto
1 REPLY 1
boley janowski
Trusted Contributor

Re: Program terminated with signal 11, Segmentation fault.

check this link out, there alot of simular problems listed:


http://us-support2.external.hp.com/cki/bin/doc.pl/sid=495d95f200442693a2/screen=ckiSearchResults?SEARCH_CRIT=AllWordsChecked&ri=0&rn=10

the gist of it is, is that what ever your running is running crazy and using up your alocated memory. but check it out.

hope this helps!