![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Why not a segmentation fault?? | lagigliaivan | High Level Programming | 22 | 05-21-2008 08:07 AM |
| segmentation fault | rockgal | High Level Programming | 8 | 12-05-2006 09:16 AM |
| Segmentation Fault | compbug | UNIX for Dummies Questions & Answers | 3 | 04-21-2006 07:43 AM |
| segmentation fault | wojtyla | High Level Programming | 3 | 02-19-2005 11:53 AM |
| Segmentation fault | jshaulis | AIX | 1 | 06-01-2004 01:16 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
segmentation fault
hi all
i'm trying to execute a c program under linux RH and it gives me segmentation fault, this program was running under unix at&t anybody kow what the problem could be? thanx in advance regards |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Most likely the program has a bug. Buggy programs are not guaranteed to fail. I test my programs on different platforms. Sometimes I get a failure on one platform. When I do, I know that I have found a bug.
|
|
#3
|
|||
|
|||
|
threads??
Does your programme uses threads??
Another hardware related issue.. Are you sure that signal killing your process is Signal 9 i.e SIGSEGV and not signal 10 i.e SIGBUS? |
|||
| Google The UNIX and Linux Forums |