[Bug libstdc++/42734] trivial use of std::thread fails with "pure virtual method called"

fenixk19 at mail dot ru gcc-bugzilla@gcc.gnu.org
Thu Dec 4 19:28:00 GMT 2014


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42734

--- Comment #45 from Alexander Varnin <fenixk19 at mail dot ru> ---
(In reply to Damien Buhl (daminetreg) from comment #44)

While given test works properly with -latomic on my installation, my
application doesn't. It fails with segfault in approximately half of launches.
Core dump points to some thread execution code. I suppose, it is still broken
in some way.

Replacing std::thread in my code with pthread_* makes it work properly.

So I conclude, that this std::thread and atomic things is broken on my gcc
4.8.2 arm freescale imx53 yocto build.



More information about the Gcc-bugs mailing list