![]() |
|
|
|
|
|||||||
| 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 |
| what is stack winding and stack unwinding | amitpansuria | High Level Programming | 2 | 08-07-2007 02:46 PM |
| get stack trace from C program on Solaris 8 | rydahl | Filesystems, Disks and Memory | 4 | 03-23-2007 10:53 AM |
| Need to capture ERROR msg and stack trace | gswhoops | Shell Programming and Scripting | 2 | 01-11-2006 04:51 PM |
| printing a stack trace with backtrace | dmirza | High Level Programming | 2 | 11-03-2005 12:27 PM |
| Core file without a readable stack trace | ciregbu | High Level Programming | 0 | 10-02-2002 08:42 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
help required - stack trace
Hi all,
One of our programs written in Java, produced this logfile. This job runs 48 threads and only one thread failed with this error. The code is a blackbox(external product), so cant look at the source code. From what I can infer from the log, the job was trying to write the log messages into a file but didnt write and failed. THe error is below Quote:
Box: HP-UX B.11.11 swapinfo -t gives Quote:
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Was swapinfo run during the time tha Java app was running?
|
|
#3
|
|||
|
|||
|
No
Sorry for the delayed reply. Was not at desk.
I ran it seperately. But once, while monitoring the job, we got a Red alert in 'glance' saying that the 'Global swap space is nearly full'. It was after pointing out this that the swap was increased. |
|
#4
|
|||
|
|||
|
That means the app is requesting lots of virutal memory. All I get is
1. it's a 64 bit app 2. sigreturn (didn't know it was in HPUX) switches context (like longjmp) after reveiving a signal. So, what signal triggered the problem... did you check syslog? |
|
#5
|
|||
|
|||
|
no signal in syslog
No signal in syslog. Is there any command to see which job is taking up more virtual memory? If we can know the application using the resources, we can atleast ask for a rescheduling of the job.
Regards, Ranjith |
|
#6
|
|||
|
|||
|
The lsp_engine - looks like a virtual machine - is the one with the problem. If the virtual memory problem started with running this app, you don't need to worry about who/what is using memory. Try to run the app as close to solo as possible.
I have not done sysadmin for long time - maybe somebody like Perderabo can give you tuning help. What I see is that you have a lot of free pagefile space. It may also be that you will have to reconfigure the app, if that is possible. |
|
#7
|
|||
|
|||
|
Are you anywhere further along on solving this problem?
|
|||
| Google The UNIX and Linux Forums |