[Bug libstdc++/58822] Segfault when calling make_shared

2013-10-23 Thread michi at triodia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58822 --- Comment #15 from Michi Henning --- OK, glad you are seeing it too. I initially opened this as a library issue because I thought make_shared is to blame. But maybe not. Should I reassign to C++?

[Bug libstdc++/58822] Segfault when calling make_shared

2013-10-23 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58822 Paolo Carlini changed: What|Removed |Added CC|michi at triodia dot com | --- Comment #14 from Paolo Carlin

[Bug libstdc++/58822] Segfault when calling make_shared

2013-10-22 Thread michi at triodia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58822 --- Comment #13 from Michi Henning --- Just had a collegue of mine reproduce the problem with the attached archive on a machine that was installed from the Saucy .iso image, so I think this bug is real. It's not just something on my machines.

[Bug libstdc++/58822] Segfault when calling make_shared

2013-10-22 Thread michi at triodia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58822 --- Comment #12 from Michi Henning --- Output from gcc -v: Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ub

[Bug libstdc++/58822] Segfault when calling make_shared

2013-10-22 Thread michi at triodia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58822 Michi Henning changed: What|Removed |Added Attachment #31066|0 |1 is obsolete|

[Bug libstdc++/58822] Segfault when calling make_shared

2013-10-22 Thread michi at triodia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58822 --- Comment #10 from Michi Henning --- Created attachment 31078 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31078&action=edit main.ii illustrating the segfault

[Bug libstdc++/58822] Segfault when calling make_shared

2013-10-22 Thread michi at triodia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58822 Michi Henning changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Bug libstdc++/58822] Segfault when calling make_shared

2013-10-22 Thread michi at triodia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58822 Michi Henning changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug libstdc++/58822] Segfault when calling make_shared

2013-10-22 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58822 --- Comment #7 from Paolo Carlini --- Ok, thanks!

[Bug libstdc++/58822] Segfault when calling make_shared

2013-10-22 Thread michi at triodia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58822 --- Comment #6 from Michi Henning --- My apologies, I'm a newbie in the gcc bug world. Will try to mend my ways! Cheers, Michi. PS: I'll work on this more tomorrow, but I'm pretty sure that gcc is not to blame. There is some stale header kickin

[Bug libstdc++/58822] Segfault when calling make_shared

2013-10-22 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58822 --- Comment #5 from Paolo Carlini --- Thanks. Note that, in general, tarballs, using make, etc, is not fine: http://gcc.gnu.org/bugs/#report Please, just a single preprocessed .ii file. I'm keeping the bug open for now.

[Bug libstdc++/58822] Segfault when calling make_shared

2013-10-22 Thread michi at triodia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58822 --- Comment #4 from Michi Henning --- Hmmm... Trying this on a different machine, it works perfectly. It looks like there is something screwed up with the gcc installation on the machine where I'm seeing this. So, please hold off putting any work

[Bug libstdc++/58822] Segfault when calling make_shared

2013-10-21 Thread michi at triodia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58822 --- Comment #3 from Michi Henning --- To build and run the code in the tarball: cd exception-fix/build cmake .. make make test The problem is caused by the call to make_shared on line 33 of UnityExceptions.h. If you comment out the initializer

[Bug libstdc++/58822] Segfault when calling make_shared

2013-10-21 Thread michi at triodia dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58822 --- Comment #2 from Michi Henning --- Created attachment 31066 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31066&action=edit Stand-alone test case

[Bug libstdc++/58822] Segfault when calling make_shared

2013-10-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58822 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|