This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: segfault


Leonardo Santagostini wrote:
Hello all

I have the following problem:

kernel: RGPVISAServer[15121]: segfault at 0000000000000000 rip
000000394dd2a089 rsp 0000000048c089f0 error 4

I assume RGPVISAServer is some sort of application you are trying to build? This isn't strictly a gcc-help question (unless you know for a fact that the program shouldn't segfault).


Have you tried running it under a debugger?

Usually changing the optimization level just serves to expose/hide bugs in your code rather than the compiler itself.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]