On 11/23/16 8:25 PM, Jeremie Courreges-Anglas wrote:
"Andy Bradford" <amb-open...@bradfords.org> writes:

Thus said Jeff Ross on Wed, 23 Nov 2016 15:42:08 -0700:

The  stack may  indeed  be too  damaged--I get  the  following but  it
doesn't look very helpful:

More likely the symbols were stripped.

Assuming this was installed from sources,  edit conf-cc and add -g, then
edit conf-ld and remove the -s:

$ head -1 conf-cc
cc -O2 -g
$ head -1 conf-ld
cc

Better add -g here too.

$

Then recompile  and try  again (e.g.  get a  new core  file and  run gdb
again).

Andy


I made the change to conf-cc and conf-ld and indeed, I got a core file that showed the source and the point of failure.

Thanks Andy and Jeremie!

Jeff

Reply via email to