![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| How to set CoreDump in SuSE 10 | Laksmi | Security | 1 | 11-06-2008 10:47 PM |
| bus error (coredump) | charu | UNIX for Dummies Questions & Answers | 4 | 12-12-2007 06:05 AM |
| different between soft reboot and hard reboot | seelan3 | SUN Solaris | 3 | 09-21-2006 02:12 AM |
| Bus error(coredump | Student37 | UNIX for Dummies Questions & Answers | 3 | 07-01-2005 03:53 PM |
| coredump | lala | High Level Programming | 2 | 03-12-2002 09:26 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
coredump after every reboot
Every time I reboot our solaris 9 (SunOS 5.9 Generic_118558-19 sun4u sparc SUNW,Sun-Fire-480R) box,
I get the messages below: # dmesg | grep dump Mar 24 12:39:55 hostname savecore: [ID 346688 auth.error] initial dump header corrupt Mar 24 12:39:55 hostname genunix: [ID 454863 kern.info] dump on /dev/dsk/c1t0d0s1 size 700 MB Mar 24 12:48:08 hostname genunix: [ID 454863 kern.info] dump on /dev/md/dsk/d10 size 700 MB Mar 24 12:48:22 hostname genunix: [ID 454863 kern.info] dump on /dev/dsk/c1t0d0s1 size 700 MB Is this something I should be concerned about? Is this normal? I checked our other solaris 9 machines and some have it and some don't. |
|
||||
|
core dumps for anything are not normal behavior. The only ways this could happen:
One process is signaling another with SIGABRT or some other sinal that forces a core dump. This is odd behavior and I've not seen it. Some process itself had a bus error or a segfault, which means there is a problem with the process code. Or a shared library. This sometimes happens when there are upgrades or patches applied to a sytem. It may also be that the process cannot do what it is supposed to do - maybe it has been started at the wrong time. Or run on a system that is not configured to do what the process expects. Or a control file for the process is corrupted.... Yes, you need to research it and fix it if possible. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|