This is the mail archive of the gcc-bugs@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: Please help. Illegal instruction (core dumped)


I am not a member of the gcc group, so I will not support you.

However, I can tell you this is not nearly enough information to debug
this problem.  You need to submit fully annonated source to the gnats
database.  See

  http://gcc.gnu.org/bugs.html

for more information.

Dan

On Tue, Apr 29, 2003 at 12:30:02PM -0400, s11 wrote:
> When I tried to run the compiled program. It returned a message "Illegal 
> instruction (core dumped)" .
> I debugged the program, and found that it appears because this line:
> 
>     Signal = new OptSignal("Filename", &RN);
> 
> But I can successfully run the code under another machine.
> 
> 
> Redhat linux 9.0
> gcc version is 2.95.3 (I installed this version because the code can't be 
> compile under 3.2.2)
> 
> another machine run the code well:
> Redhat linux 7.2
> egcs 1.1.2
> 
> Please help me about the problem. Thanks
> 
> Best regards,
> Yang Sun
> 


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