This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/53455] boost::python segfault


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53455

--- Comment #9 from mbec at gmto dot org 2012-06-13 22:14:31 UTC ---
maybe related: https://svn.boost.org/trac/boost/ticket/6919
Had similar crash issue. Though in my case (which may well be different from
the OP) rebuilding boost with new flags fixed it.
If OP posts crashtest.cpp source, I'll be happy to run it through.
Here's how I rebuilt the f17 rpms:

# cat ~/.rpmrc
optflags: x86_64 -O2 -g -std=c++11 -fno-strict-aliasing
# rpmbuild --rebuild boost-1.48.0-11.fc17.src.rpm


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]