![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Memory Fault - Core Dumped | bayuz | UNIX for Advanced & Expert Users | 0 | 10-17-2007 11:21 AM |
| Segmentation Fault (core dumped) | bankpro | High Level Programming | 2 | 01-20-2006 04:23 AM |
| Abort core dumped!!!! | zing | Filesystems, Disks and Memory | 2 | 07-09-2003 09:59 PM |
| Bus Error Core Dumped | j1yant | UNIX for Advanced & Expert Users | 1 | 10-05-2002 08:10 AM |
| Segmentation fault (core dumped) | Ivo | UNIX for Dummies Questions & Answers | 1 | 02-08-2002 08:23 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#8
|
|||
|
|||
|
cannot find appname.core
hi all, i had core dumped but i could not match it in the form of appname.core. please advise..
thanks |
| Forum Sponsor | ||
|
|
|
#9
|
||||
|
||||
|
Some systems just call it "core". If you see a core file, you may be able to use the command "file core" in order to see what created it. YMMV.
|
|
#10
|
|||
|
|||
|
you could also issue
find / -name core to find the core fileon your system than issue file core or adb core to debug the core file. this will tell the application that cause the core dump |
|||
| Google The UNIX and Linux Forums |