$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Tanguy Fautre (tanguy.fautre_at_[hidden])
Date: 2006-08-29 05:29:14
I narrowed the problem a bit.
The problem arise when a boost::python::error_already_set is thrown but
never caught (i.e. adding a try/catch block in main() solves the problem).
It seems to me that an uncaught exception should not cause a segfault in
Boost.Python. Should it?
Tanguy