![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| core dump | bapi | AIX | 1 | 04-23-2008 05:30 AM |
| Core dump in HP-UX.. | gyanusoni | UNIX for Dummies Questions & Answers | 0 | 09-07-2007 04:29 AM |
| about core dump | zhaohaizhou | High Level Programming | 1 | 09-15-2004 07:30 AM |
| core dump | hassan2 | UNIX for Dummies Questions & Answers | 4 | 05-07-2002 09:05 AM |
| help, what is the difference between core dump and panic dump? | aileen | UNIX for Dummies Questions & Answers | 1 | 06-11-2001 09:08 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
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 and iam running these scripts in Code:
/user/vpp/Test/jal/bin place please check this if u come across any solutions please tell me step by step 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> |
|
||||
|
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 |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|