HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ABORT instruction (core dumped)
Operating System - HP-UX
1834704
Members
2397
Online
110069
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 12:05 AM
05-24-2004 12:05 AM
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
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2004 03:04 AM
05-24-2004 03:04 AM
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.
The latest patch is PHSS_28879, released Oct03. May want to try that one.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP