This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug go/52583] Several new go testsuite failues on Solaris
- From: "ian at airs dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 16 Mar 2012 03:18:46 +0000
- Subject: [Bug go/52583] Several new go testsuite failues on Solaris
- Auto-submitted: auto-generated
- References: <bug-52583-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52583
--- Comment #6 from Ian Lance Taylor <ian at airs dot com> 2012-03-16 03:18:46 UTC ---
Thanks for looking at this.
The first step is to run readelf --debug=line FILE to make sure that the line
number information is recorded correctly. Which of course it probably is. If
you have trouble parsing the --debug=line output, try --debug=decodedline.
The place that Go is reading that information is libgo/go/debug/dwarf/line.go.
Most likely something is going wrong in the way that it gathers the
information, but I don't know what.