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

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.

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?