This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug go/50166] ICE in go1: SEGV on Solaris 10/x86
- From: "ian at airs dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 24 Aug 2011 17:59:14 +0000
- Subject: [Bug go/50166] ICE in go1: SEGV on Solaris 10/x86
- Auto-submitted: auto-generated
- References: <bug-50166-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50166
--- Comment #1 from Ian Lance Taylor <ian at airs dot com> 2011-08-24 17:59:14 UTC ---
I haven't been able to recreate this crash yet. According to the backtrace the
crash occurs the very first time a value is added to
Integer_type::named_integer_types, which is a std::map. The backtrace seems to
show that the code is trying to decrement a variable set to end(), which
crashes because the map is empty. I don't know why this is happening. With
the information I have so far it does not seem to be Go related.