![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| core dump | bapi | AIX | 1 | 04-23-2008 01:30 AM |
| Core dump in HP-UX.. | gyanusoni | UNIX for Dummies Questions & Answers | 0 | 09-07-2007 12:29 AM |
| about core dump | zhaohaizhou | High Level Programming | 1 | 09-15-2004 03:30 AM |
| core dump | hassan2 | UNIX for Dummies Questions & Answers | 4 | 05-07-2002 05:05 AM |
| help, what is the difference between core dump and panic dump? | aileen | UNIX for Dummies Questions & Answers | 1 | 06-11-2001 05:08 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Core Dump
Hello all,
Iam new to unix while executing java program which finely working in windows know iam testing with unix ,but in unix while executing iam getting core dump, my application is in client server environment and it is menu drivrn application on clicking options no problem but after some time it result in core dump and client terminaes, iam writing scripts to run them which follow like here: At server side: Code:
#! /bin/ksh export CLASSPATH=/user/vpp/Test/jal/classes:$CLASSPATH #set var for filename config file export JAL_CONF_FILE=/user/vpp/Test/jal/conf/NJALapp.conf export JAL_CONF_FILE1=/user/vpp/Test/jal/conf/NJALHost.conf java -DJAL_CONF_FILE=$JAL_CONF_FILE -DJAL_CONF_FILE1=$JAL_CONF_FILE1 jalsvr/JALTCPServer 7712 At client side Code:
#! /bin/ksh export CLASSPATH=/user/vpp/Test/jal/classes:$CLASSPATH echo $CLASSPATH java jalcl/JALTCPClient msoc05:7712 Code:
/user/vpp/Test/jal/bin this is first time iam coming acorss core dump if u can help me it will be a great favour as u r the masters of unix.please help me. My options take there path <b> for ex: netscape=/user/bin/netscape jot=/user/bin clock=/user/bin/xclock For sometime they work when i execute them repeatedly they result in coredump.please help me.</b> |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
this might offer you some help,
these methods are from Runtime class void traceInstructions(boolean on) Enables/Disables tracing of instructions. void traceMethodCalls(boolean on) Enables/Disables tracing of method calls. there are java core analyzer tools like, jsadebugd |
|||
| Google The UNIX and Linux Forums |