![]() |
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 |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Core Dump | vinp | UNIX for Advanced & Expert Users | 1 | 10-22-2007 07:49 AM |
| Core dump in HP-UX.. | gyanusoni | UNIX for Dummies Questions & Answers | 0 | 09-07-2007 03:29 AM |
| about core dump | zhaohaizhou | High Level Programming | 1 | 09-15-2004 06:30 AM |
| core dump | hassan2 | UNIX for Dummies Questions & Answers | 4 | 05-07-2002 08:05 AM |
| help, what is the difference between core dump and panic dump? | aileen | UNIX for Dummies Questions & Answers | 1 | 06-11-2001 08:08 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
core dump
My application gives core dump. When i am debugging with dbx getting instructions below:
pthdb_session.c, 818: 695445 PTHDB_INTERNAL (internal error) pthreaded.c, 1941: PTHDB_INTERNAL (internal error) Illegal instruction (illegal opcode) in . at 0x0 warning: Unable to access address 0x0 from core What these instruction are actually. plz help me. |
|
||||
|
Hi,
->if you feel the problem is with core, just spawn the application through gdb. $gdb applicatonname $run arguments to aplication $where this would give you the exact location of the error.after executing the where command gdb would give the list of functions executed before reaching the falut(in a order such that the first function or instruction would be the exact cause of it). the function list would contains the name of your application specific function or library api/instruction or kernal api/instruction you have concentrate on the function which is invoked by your application Best Regards, Rakesh UV |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|