Hi all!

I'm running Pre-Release 2010.5.0.f10f5be9e4b9 self-compiled, default
branch on Kubuntu 10.10. Whatever I do, when I go into the fast
preview and click the 'move' tab, hugin crashes on me with a seg
fault. Here's a stack trace:

#0  0x0828b2be in std::_Rb_tree<Tool*, Tool*, std::_Identity<Tool*>,
std::less<Tool*>, std::allocator<Tool*> >::_M_begin (this=0x4) at /usr/
include/c++/4.4/bits/stl_tree.h:482
#1  0x0830ce3a in std::_Rb_tree<Tool*, Tool*, std::_Identity<Tool*>,
std::less<Tool*>, std::allocator<Tool*> >::_M_insert_unique (this=0x4,
__v=@0xbfffe384) at /usr/include/c++/4.4/bits/stl_tree.h:1164
#2  0x0830ca83 in std::set<Tool*, std::less<Tool*>,
std::allocator<Tool*> >::insert (this=0x4,
    __x=@0xbfffe384) at /usr/include/c++/4.4/bits/stl_set.h:411
#3  0x0830990a in ToolHelper::DeactivateTool (this=0x0, tool=0x0)
    at /home/kfj/src/hugin/hugin_clean.hg/src/hugin1/hugin/
ToolHelper.cpp:56
#4  0x08286ea2 in GLPreviewFrame::SetMode (this=0x8bd2648, newMode=3)
    at /home/kfj/src/hugin/hugin_clean.hg/src/hugin1/hugin/
GLPreviewFrame.cpp:1987
#5  0x0828751c in GLPreviewFrame::OnSelectMode (this=0x8bd2648, e=...)
    at /home/kfj/src/hugin/hugin_clean.hg/src/hugin1/hugin/
GLPreviewFrame.cpp:2058
#6  0x01feac2f in wxAppConsole::HandleEvent(wxEvtHandler*, void
(wxEvtHandler::*)(wxEvent&), wxEvent&) const
    () from /usr/lib/libwx_baseu-2.8.so.0
#7  0x02089089 in
wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&,
wxEvtHandler*, wxEvent&)
    () from /usr/lib/libwx_baseu-2.8.so.0
#8  0x0208a134 in wxEventHashTable::HandleEvent(wxEvent&,
wxEvtHandler*) () from /usr/lib/libwx_baseu-2.8.so.0
#9  0x0208a233 in wxEvtHandler::ProcessEvent(wxEvent&) () from /usr/
lib/libwx_baseu-2.8.so.0
#10 0x02331e72 in wxWindowBase::TryParent(wxEvent&) () from /usr/lib/
libwx_gtk2u_core-2.8.so.0
#11 0x0208a1d9 in wxEvtHandler::ProcessEvent(wxEvent&) () from /usr/
lib/libwx_baseu-2.8.so.0
#12 0x02331e72 in wxWindowBase::TryParent(wxEvent&) () from /usr/lib/
libwx_gtk2u_core-2.8.so.0
#13 0x0208a1d9 in wxEvtHandler::ProcessEvent(wxEvent&) () from /usr/
lib/libwx_baseu-2.8.so.0
#14 0x023099cc in wxNotebookBase::SendPageChangedEvent(int, int) ()
from /usr/lib/libwx_gtk2u_core-2.8.so.0
#15 0x0229114d in ?? () from /usr/lib/libwx_gtk2u_core-2.8.so.0
#16 0x03154c6f in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#17 0x036c5412 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.
0
#18 0x036db988 in ?? () from /usr/lib/libgobject-2.0.so.0
#19 0x036dc9bc in g_signal_emit_valist () from /usr/lib/
libgobject-2.0.so.0
#20 0x036dce62 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#21 0x031728b6 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#22 0x0317b106 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#23 0x03158284 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#24 0x036c3a87 in ?? () from /usr/lib/libgobject-2.0.so.0

The last bit of console output from a version compiled with Debug, run
under gdb, looks like this.

...
DEBUG END OF REDRAW_E
DEBUG REDRAW_E
DEBUG REDRAW_E IN
INFO Setting rendering context...
INFO ...got a rendering context.
INFO Rendering.
DEBUG 20:28:52.298076 (/home/kfj/src/hugin/hugin_clean.hg/src/hugin1/
hugin/ViewState.cpp:455) DoUpdates(): BEGIN UPDATES
DEBUG 20:28:52.298129 (/home/kfj/src/hugin/hugin_clean.hg/src/hugin1/
hugin/ViewState.cpp:340) DoUpdates(): VIEW STATE DO UPDATES
INFO 20:28:52.298165 (/home/kfj/src/hugin/hugin_clean.hg/src/hugin1/
hugin/TextureManager.cpp:227) CheckUpdate(): Updating texture sizes.
DEBUG 20:28:52.298268 (/home/kfj/src/hugin/hugin_clean.hg/src/hugin1/
hugin/ViewState.cpp:342) DoUpdates(): VIEW STATE END DO UPDATES
DEBUG 20:28:52.298306 (/home/kfj/src/hugin/hugin_clean.hg/src/hugin1/
hugin/ViewState.cpp:457) DoUpdates(): END UPDATES
DEBUG 20:28:52.298344 (/home/kfj/src/hugin/hugin_clean.hg/src/hugin1/
hugin/ViewState.cpp:459) DoUpdates(): END UPDATES
DEBUG 20:28:52.305907 (/home/kfj/src/hugin/hugin_clean.hg/src/hugin1/
hugin/ViewState.cpp:446) FinishedDraw(): VIS State Finished draw
INFO Finished Rendering.
DEBUG END OF REDRAW_E

Program received signal SIGSEGV, Segmentation fault.
0x0828b2be in std::_Rb_tree<Tool*, Tool*, std::_Identity<Tool*>,
std::less<Tool*>, std::allocator<Tool*> >::_M_begin (this=0x4) at /usr/
include/c++/4.4/bits/stl_tree.h:482
482           { return static_cast<_Link_type>(this-
>_M_impl._M_header._M_parent); }

Does anyone else have the same problem or is is just me?

Kay

-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/hugin-ptx

Reply via email to