[Bug c++/58366] New: thread_local class containing bound function leads to : "Illegal instruction: 4"

2013-09-08 Thread jbcoe at me dot com
NCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: jbcoe at me dot com Created attachment 30768 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30768&action=edit small program illustrating crash I

[Bug c++/58366] invocation of thread_local class containing bound function leads to : "Illegal instruction: 4"

2013-09-09 Thread jbcoe at me dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58366 Jonathan Coe changed: What|Removed |Added CC||jbcoe at me dot com --- Comment #2 from

[Bug c++/58366] invocation of thread_local class containing bound function leads to : "Illegal instruction: 4"

2013-09-09 Thread jbcoe at me dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58366 --- Comment #4 from Jonathan Coe --- Yes, I've built on OS X 10.8.4 using a macports build of GCC 4.8.1. I've tried adding -pthread when building - it makes no difference to the crashing. 19 of 20 runs on my machine crash. I think if you managed 1

[Bug c++/58366] invocation of thread_local class containing bound function leads to : "Illegal instruction: 4"

2013-09-09 Thread jbcoe at me dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58366 --- Comment #8 from Jonathan Coe --- I've pared down the example. The crash is much harder to reproduce now (maybe 1 in 20 runs). Please find code and crash log attached.

[Bug c++/58366] invocation of thread_local class containing bound function leads to : "Illegal instruction: 4"

2013-09-09 Thread jbcoe at me dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58366 --- Comment #10 from Jonathan Coe --- Created attachment 30780 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30780&action=edit OSX 10.8.4 Crash log from smaller program crash

[Bug c++/58366] invocation of thread_local class containing bound function leads to : "Illegal instruction: 4"

2013-09-09 Thread jbcoe at me dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58366 Jonathan Coe changed: What|Removed |Added Attachment #30768|0 |1 is obsolete|