Pavel Sanda wrote: > Pavel Sanda wrote: > > will try to come up with backtrace soon. > > #0 0x000003f1 in ?? () > #1 0x081298e4 in lyx::Buffer::Impl::~Impl() () > #2 0x080f76de in lyx::Buffer::~Buffer() () > #3 0x080f71ff in lyx::Buffer::~Buffer() () > #4 0x0868581a in > lyx::frontend::GuiView::GuiViewPrivate::autosaveAndDestroy(lyx::Buffer > const*, lyx::Buffer*) () > #5 0x086a63b6 in QtConcurrent::StoredFunctorCall2<std::basic_string<wchar_t, > std::char_traits<wchar_t>, std::allocator<wchar_t> >, > std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > > (*)(lyx::Buffer const*, lyx::Buffer*), lyx::Buffer*, > lyx::Buffer*>::runFunctor() () > #6 0x086ac0ad in QtConcurrent::RunFunctionTask<std::basic_string<wchar_t, > std::char_traits<wchar_t>, std::allocator<wchar_t> > >::run() () > #7 0xb70742c6 in ?? () from /usr/lib/qt4/libQtCore.so.4 > #8 0xb7081234 in ?? () from /usr/lib/qt4/libQtCore.so.4 > #9 0xb6ee1a54 in start_thread () from /lib/libpthread.so.0 > #10 0xb6e4eb4e in clone () from /lib/libc.so.6 > (gdb)
with debug symbols in trunk: #0 0x00000441 in ?? () #1 0x081307fd in lyx::Buffer::Impl::~Impl() () #2 0x08100aae in lyx::Buffer::~Buffer (this=0x9ac4a90, __in_chrg=<value optimized out>) at Buffer.cpp:429 #3 0x081005cf in lyx::Buffer::~Buffer (this=0x8fb0238, __in_chrg=<value optimized out>) at Buffer.cpp:404 #4 0x0868cc6a in lyx::frontend::GuiView::GuiViewPrivate::autosaveAndDestroy (orig=0x8fb1db0, buffer=0x8fb0238) at GuiView.cpp:1555 #5 0x086b0d40 in QtConcurrent::StoredFunctorCall2<std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > (*)(lyx::Buffer const*, lyx::Buffer*), lyx::Buffer*, lyx::Buffer*>::runFunctor() () the recipy is to open file (many many childern documents) and just wait for autosave action. i will try to finish bisect as time permits, at this moment i know its very close to r39600, so most probably r39599. > > pavel