>>>>> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
Jean-Marc> Now that I can link, I looked again at this problem. It Jean-Marc> crashes at the line workarea_.workAreaEnter Jean-Marc> .connect(boost::bind(&BufferView::Pimpl::enterView, this)); Jean-Marc> in the BufferView::Pimpl constructor. I can even add the relevant backtrace, since it is slightly more informative than what I had earlier: Program received signal SIGSEGV, Segmentation fault. 0x40323c51 in free () from /lib/libc.so.6 (gdb) bt #0 0x40323c51 in free () from /lib/libc.so.6 #1 0x4025fc24 in __builtin_delete () from /usr/lib/libstdc++-libc6.2-2.so.3 #2 0x0830b40f in boost::signals::detail::signal_base_impl::connect_slot () #3 0x0830f4f5 in boost::signal0<void, boost::last_value<void>, int, less<int>, boost::function0<void, boost::empty_function_policy, boost::empty_function_mixin, allocator<boost::function_base> > >::connect () #4 0x08056750 in BufferView::Pimpl::Pimpl () #5 0x08051a6f in BufferView::BufferView () JMarc