Re: JDK on HP-UX : Attaching shared libraries so that they are visible to gdb
- From: Paul Pluzhnikov <ppluzhnikov-nsp@xxxxxxxxxxx>
- Date: Mon, 04 Sep 2006 09:02:56 -0700
bnswami@xxxxxxxxx writes:
I'm trying to debug a java core on HP-UX 11iv2 (PA-RISC) .The core is a
PA1.1 binary file.
I am debugging using the following steps.
invoke gdb with $gdb <path_to_java_exe>/java <core_file_name>
Depending on your version of java, <path_to_java_exe>/java
may be an actual executable (I believe with Java 1.4 and above),
or a shell script.
In the latter case, actual (native) java binary is elsewhere,
e.g. /opt/java1.3/bin/PA_RISC/native_threads/java and you must give
gdb *that* path; not the path to the shell wrapper.
My questions are this:
Both of your questions are answered with "this already supposed to
happen automatically" (provided you invoked gdb correctly).
Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
.
- Follow-Ups:
- Re: JDK on HP-UX : Attaching shared libraries so that they arevisible to gdb
- From: Eric Gouriou
- Re: JDK on HP-UX : Attaching shared libraries so that they arevisible to gdb
- References:
- Prev by Date: Re: JDK on HP-UX : Attaching shared libraries so that they are visible to gdb
- Next by Date: Re: JDK on HP-UX : Attaching shared libraries so that they arevisible to gdb
- Previous by thread: Re: JDK on HP-UX : Attaching shared libraries so that they are visible to gdb
- Next by thread: Re: JDK on HP-UX : Attaching shared libraries so that they arevisible to gdb
- Index(es):
Relevant Pages
|