![]() |
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 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Memory fault(coredump) | fkaba81 | Ubuntu | 2 | 03-26-2008 01:56 PM |
| Memory fault in ql session | param_it | UNIX for Advanced & Expert Users | 0 | 10-26-2007 04:54 AM |
| memory fault | iwbasts | High Level Programming | 1 | 03-21-2006 04:15 AM |
| Memory fault(coredump) | ralo | High Level Programming | 0 | 10-14-2005 04:35 AM |
| Coredump (memory fault) | araziki | UNIX for Dummies Questions & Answers | 1 | 11-27-2002 12:25 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
I am using Unix OpenServer Release 5.
When a run a application with user different to "Superuser" the application give me the following error: "Memory Fault - Core Dump". What's that mean? Thank you in advance. Roberto Veras. |
|
||||
|
Hi
This happens when there is some sort of conflict within memory. A file called "core" is produced. This contains an image of the memory at the time the problem occurred. There are packages available to examine the "core" file to find out where the memory conflict occurs. But, its not always easy to trace the error. There could be numerous reasons why this is happening. It could be that he application could require permissions or environment variables which are only available to the superuser. Although it may be just "luck" that the core dump does not happen as "superuser", such is the nature of memory faults. Do you have the source code to the application? If so, it may be worth checking the permissions/env variables theory within the code. It could also be a totally unrelated error in the source code. Sorry to be vague, but memory faults are unpredictable by nature and difficult to track down without usually a great deal of investigation. Good luck! |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|