1752307 Members
5315 Online
108786 Solutions
New Discussion юеВ

Re: Coredump generated

 
Dennis Handly
Acclaimed Contributor

Re: Coredump generated

>Please find the attached file.
0x4044ca0:1 : addp4 r33=r33,r14
0x4044cb0:0 : st4 [r33]=r34 <<<<<
gr14: 0xc offset?
gr33: 0x40051d24

The value of r33 isn't swizzled properly. It appears the operands to the addp4 are reversed.
Try dropping the opt level for that one source file.
Prashantj
Valued Contributor

Re: Coredump generated

Hi Mr. Dennis,

Sorry for the delay.
Please describe the stapes to resolve the issue. how i drop the opt level.

Prashant
Good judgment comes from experience and experience comes from bad judgment.
Dennis Handly
Acclaimed Contributor

Re: Coredump generated

For your foreign devil gcc compiler, recompile with -O1 instead of -O.
Dennis Handly
Acclaimed Contributor

Re: Coredump generated

What compiler options and gcc version did you use to compile config.c?

I tried gcc-4.4.3 and -O2 or -O3 and couldn't duplicate it.