Operating System - HP-UX
1834657 Members
2448 Online
110069 Solutions
New Discussion

Re: ABORT instruction (core dumped)

 
pkpras
New Member

ABORT instruction (core dumped)

hi,

following is the gdb trace:

Program received signal SIGABRT, Aborted.
0x800003ffe7ce225c in kill+0x2c () from /usr/lib/pa20_64/libc.2
(gdb) bt
#0 0x800003ffe7ce225c in kill+0x2c () from /usr/lib/pa20_64/libc.2
#1 0x800003ffe7c965c4 in raise+0x2c () from /usr/lib/pa20_64/libc.2
#2 0x800003ffe7cc9784 in abort_C+0x184 () from /usr/lib/pa20_64/libc.2
#3 0x800003ffe7cc97e4 in abort+0x1c () from /usr/lib/pa20_64/libc.2
#4 0x800003ffe7de787c in std::terminate+0x3c () from /usr/lib/pa20_64/libCsup_v2.2
#5 0x800003ffe7de7e38 in ThrowException+0xc0 () from /usr/lib/pa20_64/libCsup_v2.2
#6 0x800003ffe7de84b0 in __throw__FPvT1+0x158 () from /usr/lib/pa20_64/libCsup_v2.2
#7 0x800003ffe7f30d94 in std::ios_base::setf+0x9c () from /usr/lib/pa20_64/libstd_v2.2
#8 0x800003ffe7f306d4 in std::ios_base::Init::Init+0x1e70 () from /usr/lib/pa20_64/libstd_v2.2
#9 0x40000000010cd0bc in std::__sinit_analyze_cxx+0x1c ()
#10 0xc00000000000e788 in IN_do_entry+0xa0 () from /usr/lib/pa20_64/dld.sl
#11 0xc00000000000e66c in IN_do_dag_root_r+0xd4 () from /usr/lib/pa20_64/dld.sl
#12 0xc00000000000e6bc in IN_do_dag_root+0x34 () from /usr/lib/pa20_64/dld.sl
#13 0xc00000000000a854 in crt_dld_main+0x4dc () from /usr/lib/pa20_64/dld.sl
#14 0xc00000000002a6b8 in $START$+0x80 () from /usr/lib/pa20_64/dld.sl

the following flags are passed to aCC:

-AA -Dunix +DAportable +DA2.0W -ext +W829 -g +objdebug +ild

the platform is:
HP-UX universe B.11.00 U 9000/785 unknown

the aCC version is: HP ANSI C++ B3910B A.03.30

we have recently applied patch PHSS_22543 - HP aC++ -AA runtime libraries (aCC A.03.30)

all C++ source code are compiled will -AA option.

what possibly could be wrong here? am i missing some of the patches? please help.

thanks,
pratyush
1 REPLY 1
Scot Bean
Honored Contributor

Re: ABORT instruction (core dumped)

THe PHSS_22543 patch is fairly old, released Jan01.

The latest patch is PHSS_28879, released Oct03. May want to try that one.