This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Please help. Illegal instruction (core dumped)
- From: Daniel Frankowski <dfrankow at winternet dot com>
- To: s11 <s11 at umbc dot edu>
- Cc: gcc-bugs at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: Tue, 29 Apr 2003 12:50:23 -0500
- Subject: Re: Please help. Illegal instruction (core dumped)
- References: <3EB2ACAB@webmail.umbc.edu>
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
>