HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Getting an Exception in Native Libraries and g...
Operating System - HP-UX
1836428
Members
3246
Online
110100
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
06-25-2003 01:09 AM
06-25-2003 01:09 AM
Getting an Exception in Native Libraries and generating Core.
Hi,
One of our test application is giving core dump after changing the JDK version from 1.3 to 1.4.1. It gives core dump only on hp11 machine and it doesn't create a core on hp11i machine (core dumps only on hpux11). Please find below the details and core trace on this. Can you pls advise on this?
We have already applied all the HP/JAVA recommended patches on this machine.
http://www.hp.com/products1/unix/java/infolibrary/patches.html#11
Below I have pasted the core stack
========================================================================================================
hplc002:/clarify_vol3/users/home/clkrishna/12.0/cbo_29/hp/scripts[236]> gdb /opt/java1.4/bin/PA_RISC2.0/java core
HP gdb 3.0 for PA-RISC 1.1 or 2.0 (narrow), HP-UX 11.00.
Copyright 1986 - 2001 Free Software Foundation, Inc.
Hewlett-Packard Wildebeest 3.0 (based on GDB) is covered by the
GNU General Public License. Type "show copying" to see the conditions to
change it and/or distribute copies. Type "show warranty" for warranty/support.
..
Core was generated by `java'.
Program terminated with signal 6, Aborted.
warning: The shared libraries were not privately mapped; setting a
breakpoint in a shared library will not work until you rerun the program.
#0 0xc01f45a0 in kill () from /usr/lib/libc.2
(gdb) where
#0 0xc01f45a0 in kill () from /usr/lib/libc.2
#1 0xc0191948 in raise () from /usr/lib/libc.2
#2 0xc01d1f7c in abort_C () from /usr/lib/libc.2
#3 0xc01d1fd4 in abort () from /usr/lib/libc.2
#4 0xc8978b44 in os::abort () from /opt/java1.4/jre/lib/PA_RISC2.0/server/libjvm.sl
#5 0xc897105c in os::handle_unexpected_exception () from /opt/java1.4/jre/lib/PA_RISC2.0/server/libjvm.sl
#6 0xc897ad44 in os::Hpux::JVM_handle_hpux_signal () from /opt/java1.4/jre/lib/PA_RISC2.0/server/libjvm.sl
#7 0xc8977bf4 in os::Hpux::signalHandler () from /opt/java1.4/jre/lib/PA_RISC2.0/server/libjvm.sl
#8
#9 0xc8a04124 in shlib_hpux::shl_getsymbols_all () from /opt/java1.4/jre/lib/PA_RISC2.0/server/libjvm.sl
#10 0xc8a04748 in shlib_hpux::pc2shsym () from /opt/java1.4/jre/lib/PA_RISC2.0/server/libjvm.sl
#11 0xc89744e0 in os::dll_address_to_function_name () from /opt/java1.4/jre/lib/PA_RISC2.0/server/libjvm.sl
#12 0xc896fbb8 in os::report_fatal_error () from /opt/java1.4/jre/lib/PA_RISC2.0/server/libjvm.sl
#13 0xc8971264 in os::handle_unexpected_exception () from /opt/java1.4/jre/lib/PA_RISC2.0/server/libjvm.sl
#14 0xc897ad44 in os::Hpux::JVM_handle_hpux_signal () from /opt/java1.4/jre/lib/PA_RISC2.0/server/libjvm.sl
#15 0xc8977bf4 in os::Hpux::signalHandler () from /opt/java1.4/jre/lib/PA_RISC2.0/server/libjvm.sl
#16
#17 0xc002bd64 in ?? ()
#18 0xc002bd44 in ?? ()
#19 0xc0191948 in raise () from /usr/lib/libc.2
Cannot access memory at address 0xffffffd4
(gdb)
======================================================================
Thanks and Regards
Krishna
One of our test application is giving core dump after changing the JDK version from 1.3 to 1.4.1. It gives core dump only on hp11 machine and it doesn't create a core on hp11i machine (core dumps only on hpux11). Please find below the details and core trace on this. Can you pls advise on this?
We have already applied all the HP/JAVA recommended patches on this machine.
http://www.hp.com/products1/unix/java/infolibrary/patches.html#11
Below I have pasted the core stack
========================================================================================================
hplc002:/clarify_vol3/users/home/clkrishna/12.0/cbo_29/hp/scripts[236]> gdb /opt/java1.4/bin/PA_RISC2.0/java core
HP gdb 3.0 for PA-RISC 1.1 or 2.0 (narrow), HP-UX 11.00.
Copyright 1986 - 2001 Free Software Foundation, Inc.
Hewlett-Packard Wildebeest 3.0 (based on GDB) is covered by the
GNU General Public License. Type "show copying" to see the conditions to
change it and/or distribute copies. Type "show warranty" for warranty/support.
..
Core was generated by `java'.
Program terminated with signal 6, Aborted.
warning: The shared libraries were not privately mapped; setting a
breakpoint in a shared library will not work until you rerun the program.
#0 0xc01f45a0 in kill () from /usr/lib/libc.2
(gdb) where
#0 0xc01f45a0 in kill () from /usr/lib/libc.2
#1 0xc0191948 in raise () from /usr/lib/libc.2
#2 0xc01d1f7c in abort_C () from /usr/lib/libc.2
#3 0xc01d1fd4 in abort () from /usr/lib/libc.2
#4 0xc8978b44 in os::abort () from /opt/java1.4/jre/lib/PA_RISC2.0/server/libjvm.sl
#5 0xc897105c in os::handle_unexpected_exception () from /opt/java1.4/jre/lib/PA_RISC2.0/server/libjvm.sl
#6 0xc897ad44 in os::Hpux::JVM_handle_hpux_signal () from /opt/java1.4/jre/lib/PA_RISC2.0/server/libjvm.sl
#7 0xc8977bf4 in os::Hpux::signalHandler () from /opt/java1.4/jre/lib/PA_RISC2.0/server/libjvm.sl
#8
#9 0xc8a04124 in shlib_hpux::shl_getsymbols_all () from /opt/java1.4/jre/lib/PA_RISC2.0/server/libjvm.sl
#10 0xc8a04748 in shlib_hpux::pc2shsym () from /opt/java1.4/jre/lib/PA_RISC2.0/server/libjvm.sl
#11 0xc89744e0 in os::dll_address_to_function_name () from /opt/java1.4/jre/lib/PA_RISC2.0/server/libjvm.sl
#12 0xc896fbb8 in os::report_fatal_error () from /opt/java1.4/jre/lib/PA_RISC2.0/server/libjvm.sl
#13 0xc8971264 in os::handle_unexpected_exception () from /opt/java1.4/jre/lib/PA_RISC2.0/server/libjvm.sl
#14 0xc897ad44 in os::Hpux::JVM_handle_hpux_signal () from /opt/java1.4/jre/lib/PA_RISC2.0/server/libjvm.sl
#15 0xc8977bf4 in os::Hpux::signalHandler () from /opt/java1.4/jre/lib/PA_RISC2.0/server/libjvm.sl
#16
#17 0xc002bd64 in ?? ()
#18 0xc002bd44 in ?? ()
#19 0xc0191948 in raise () from /usr/lib/libc.2
Cannot access memory at address 0xffffffd4
(gdb)
======================================================================
Thanks and Regards
Krishna
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 01:39 AM
06-25-2003 01:39 AM
Re: Getting an Exception in Native Libraries and generating Core.
Hi
Have you tried a re-install of JDK, also did the first install show any errors?
Paula
Have you tried a re-install of JDK, also did the first install show any errors?
Paula
If you can spell SysAdmin then you is one - anon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 01:43 AM
06-25-2003 01:43 AM
Re: Getting an Exception in Native Libraries and generating Core.
Also
Chech your version against OS here:-
http://www.hp.com/products1/unix/java/versions/
Paula
Chech your version against OS here:-
http://www.hp.com/products1/unix/java/versions/
Paula
If you can spell SysAdmin then you is one - anon
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