cpu panic


 
Thread Tools Search this Thread
Operating Systems Solaris cpu panic
# 1  
Old 05-04-2011
cpu panic

Hi all,

solaris 10 system crashed, /var/adm/messages file:
Code:
panic[cpu19]/thread=3003ccaa060: 
unix: [ID 103648 kern.notice] mutex_exit: not owner, lp=60057340d28
owner=deadbeefdeadbee8 thread=3003ccaa06
0
unix: [ID 100000 kern.notice] 
genunix: [ID 723222 kern.notice] 000002a10c4b1a00 sockfs:accept+1a8 (0, 3, 83,
5f03, 8c, 5c00) 
genunix: [ID 179002 kern.notice]   %l0-3: 0000000000000000 0000000000000000
000000003a730000 00000000012002a 0 
%l4-7: 0000060057340d28 0000000000000003 0000000000000080 0000000000000003
unix: [ID 100000 kern.notice] 
genunix: [ID 672855 kern.notice] syncing file systems...
genunix: [ID 733762 kern.notice]  131
genunix: [ID 733762 kern.notice]  74
genunix: [ID 733762 kern.notice]  47
genunix: [ID 622722 kern.notice]  done (not all i/o completed)
genunix: [ID 111219 kern.notice] dumping to /dev/dsk/c0t0d0s1, offset 65536, content: kernel
genunix: [ID 100000 kern.notice] 
genunix: [ID 665016 kern.notice] ^M100% done: 439963 pages dumped, 
genunix: [ID 851671 kern.notice] dump succeeded
genunix: [ID 540533 kern.notice] ^MSunOS Release 5.10 Version Generic_144488-10 64-bit
genunix: [ID 218167 kern.notice] Copyright (c) 1983, 2011, Oracle and/or its affiliates. All rights reserved
.
 
 
#uname -a
SunOS app 5.10 Generic_144488-10 sun4u sparc SUNW,SPARC-Enterprise

has anybody any advice for this crash


Thanks

Moderator's Comments:
Mod Comment Please use [code] and [/code] tags when posting code, data or logs etc. to preserve formatting and enhance readability, thanks.

Last edited by zaxxon; 05-04-2011 at 08:13 AM.. Reason: code tags
# 2  
Old 05-04-2011
Something is corrupted. See the owner and 'deadbeef'...? This is an old way to identify memory so it can be seen in as hex.
Code:
long a=0xdeadbeef;

It looks like a socket app. I would look for new code that a system programmer wrote running with privilege as the problem investigation starting point.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Why Entitlement CPU can't be set to same as Virtual CPU?

I read that Entitlement CPU should be set to max 75% compare to Virtual CPU. May I know the reason. I have set the Entitlement CPU = Virtual CPU on AIX . It works fine . Can you help to understand. (1 Reply)
Discussion started by: gabhanes
1 Replies

2. AIX

Entitled CPU lesser Than Used CPU !!

Hi All, It may be a n00b question, but i really want to know , How Entitled Capacity is less and Used CPU is more when there is no Free CPU is available in the managed system. I have 5LPARs in a MS with Dual VIO. Managed System CPU details Available: 0.20 Assigned to partitions: 15.80... (11 Replies)
Discussion started by: Thala
11 Replies

3. UNIX for Dummies Questions & Answers

Is it possible to combine multiple CPU to act as a single CPU on the same server?

We have a single threaded application which is restricted by CPU usage even though there are multiple CPUs on the server, hence leading to significant performance issues. Is it possible to merge / combine multiple CPUs at OS level so it appear as a single CPU for the application? (6 Replies)
Discussion started by: Dissa
6 Replies

4. Linux

System Went panic after CPU usage high

Hi All, Yesterday my Linux server went panic and even a small command took a lot of time to run. When i monitored pl find the below output Cpu(s): 0.1%us, 98.4%sy, 0.0%ni, 1.5%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st the time spent on kernel mode is 98 % and also idle time is around 1.5 %...... (4 Replies)
Discussion started by: jegaraman
4 Replies

5. Solaris

"PANIC CPU" ERROR MESSAGE

A server that I am working on (SUN FIRE V240 , SOLARIS 10) doesn't boot because of a corrupted files system. I tried to repair de file system, I also tried to to restore all the files systems with a backup of the server that I have but the message bellow appear panic/thread=30002fc2060:... (8 Replies)
Discussion started by: feg
8 Replies

6. Solaris

cpu-shares vs cpu-cap in solaris

Can anyone tell me difference between cpu-shares vs cpu-cap in solaris & how FSS will work with cpu-caps ? (9 Replies)
Discussion started by: fugitive
9 Replies

7. Solaris

Multi CPU Solaris system shows 100% CPU usage.

Hello Friends, On one of my Solaris 10 box, CPU usage shows 100% using "sar", "vmstat". However, it has 4 CPUs and prstat and glance are not showing enough processes to justify high CPU utilization. ========================================================================= $ prstat -a ... (4 Replies)
Discussion started by: mahive
4 Replies

8. Solaris

CPU Panic.

Hi Guru's, My Sun Fire v490 PRODUCTION server(Sol 5.9) has rebooted twice - on Apr'30 & May'08 2009. And i found the following Error messages in /var/adm/messages file: Apr 30 11:36:42 mumux201 unix: Apr 30 11:36:42 mumux201 ^Mpanic/thread=2a1000c5d20: Apr 30 11:36:42 mumux201 unix: ... (4 Replies)
Discussion started by: Hari_Ganesh
4 Replies

9. UNIX for Dummies Questions & Answers

how to get persistant cpu utilization values per process per cpu in linux (! top,ps)

hi, i want to know cpu utilizatiion per process per cpu..for single processor also if multicore in linux ..to use these values in shell script to kill processes exceeding cpu utilization.ps (pcpu) command does not give exact values..top does not give persistant values..psstat,vmstat..does njot... (3 Replies)
Discussion started by: pankajd
3 Replies

10. Linux

Kernel panic - not syncing: cannot execute a PAE-enabled kernel on PAE-less CPU

ok so I just installed fedora core 6 on my dell inspiron 700m and I go to boot into linux and I get this error. Has anyone seen this before? I also had XP Pro and Vista installed on this pc prior to putting fedora core 6 on the machine. I'm trying to setup a triple boot system. Please Help... (2 Replies)
Discussion started by: dave043
2 Replies
Login or Register to Ask a Question