Debugging the JVM Using dbx


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Debugging the JVM Using dbx
# 1  
Old 03-06-2008
Debugging the JVM Using dbx

See how to use the Sun Studio tool dbx to debug a particularly thorny JVM crash on a Solaris x86 system.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

JVM Process Name

Hi - In AIX, how do I find the Java Virtual Machine Process Name running on a particular machine? I tried ps -ef | grep java but it does not return a process name. Please help. (4 Replies)
Discussion started by: ocbit
4 Replies

2. UNIX for Dummies Questions & Answers

JVM Memory

Hi all, I am starting a JVM in unix and when I use ps command on the pid of process starting JVM the output is something like this :- java -Xms32M -Xmx64M -Xmx128M I need to know what would be the value of Xmx in this case. And how to check that this value be picked while starting JVM... (3 Replies)
Discussion started by: Raj999
3 Replies

3. Shell Programming and Scripting

What's my JVM bitness?

/apps/wls/bea10/jdk160_05/bin/java -d64 -version execve(): No such file or directory Error trying to exec /apps/wls/bea10/jdk160_05/bin/sparcv9/java. Check if file exists and permissions are set correctly. Failed to start a 64-bit JVM process from a 32-bit JVM. Verify all necessary J2SE... (8 Replies)
Discussion started by: mohtashims
8 Replies

4. AIX

Using dbx on AIX

Hi, We are porting a virtual machine application which emits native PowerPC instructions. The instructions are written to the data segment and are then executed, similar to the JIT / hot spot technology used in the Java VM. The problem is that the AIX debugger (dbx) will not show me stack... (3 Replies)
Discussion started by: nrgiii
3 Replies

5. Web Development

need help about jvm

hi all i want to install apache and tomcat in unix solaris 10 so i need to konw about heap and jvm memory architecture in jdk version 4 and 5 and 6 i want one help me i searched alot and i can't find something helo me (1 Reply)
Discussion started by: maxim42
1 Replies

6. AIX

AIX JVM -32 or 64?

Friends, Can any one tell me what command should be used to check whether the JVM in AIX is 32 bit or 64 bit? Thanks, Govindh (2 Replies)
Discussion started by: Govindh.v
2 Replies

7. AIX

JVM Setting

What should be the idle JVM setting for the LPAR having 16 GB of memory? Currently the JVM setting is set to -Xms1024M -Xmx10240M (1 Reply)
Discussion started by: aajmani
1 Replies

8. UNIX for Advanced & Expert Users

need help on dbx commands?

Hi .. I have a core_dump in the server... AIX 5.3 . It was created by on proc executable called "ProcessIse" . from the log report i found the source file name "ProcessIseInterface.C" which created the core file. the core file name is : "core" under /iprs/bin directory. can you help me... (1 Reply)
Discussion started by: vparunkumar
1 Replies

9. UNIX for Advanced & Expert Users

inside the JVM

Hi, does anyone know how to find out what's happening inside a JVM on a unix system? Like what processes are running, which ports, memory usage etc. I'm using AIX 5.2 (1 Reply)
Discussion started by: rein
1 Replies

10. UNIX for Dummies Questions & Answers

Instaling JVM

Hi Everyone I`ve just started with unix can some please help me execute this command via webmin on avirtual server or how do you execute such .bin file this is the error ./j2sdk-1_3_1_15-linux-i586.bin: not found > ls -l total 69124 -rw------- 1 root wheel 8380 May 15 18:01... (2 Replies)
Discussion started by: J.Carlos MC05
2 Replies
Login or Register to Ask a Question
undbx(1)							       undbx								  undbx(1)

NAME
undbx - a tool to extract e-mails from Outlook Express .dbx files. SYNOPSIS
undbx [options]<DBX-DIRECTORY|DBX-FILE>[<OUTPUT-DIRECTORY>] DESCRIPTION
undbx is a tool to extract, recover and undelete e-mails messages from Outlook Express .dbx files. Email are extracted in individual .eml files. When a target directory is specified, undbx will extract e-mails from dbx files found in this directory. Instead of providing a target directory, the usr can provide a target dbx file. When no output directory is specified, undbx will extract emails in a subdirectory of the current directory. In normal mode (not recovery), a message is extracted only if there is no corresponding .eml file in the destination directory. On the other hand, if a .eml file exists in the destination directory and no corresponding mail is found in the .dbx file, the mail is con- sidered deleted and undbx will delete this .eml file. This way, undbx can be used as an synchronization backup tool for .dbx files. The file names of .eml files are composed by the From, To and Subjec: header fields. The modification time of each file is set to match the date specified in the Date field of the mail header. OPTIONS
--help Provides a short help message. --recover undbx attempt to recover e-mail messages from a corrupted .dbx file. In this mode fragments of messages are collected into .eml files. This may take a long time and some messages maybe corrupted. Also, all messages are extracted, not only the new ones. --version Shows the version string SEE ALSO
pffinfo(1) pffexport(1) munpack(1) AUTHOR
This manual page was written by Christophe Monniez <christophe.monniez@fccu.be> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. February 23, 2011 undbx(1)