[Hugin-devs] [Bug 731734] Re: SIGBUS in fast preview

2011-03-13 Thread tmodes
** Changed in: hugin Status: In Progress = Fix Committed ** Changed in: hugin Milestone: None = 2011.0beta3 -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/731734 Title: SIGBUS in

[Hugin-devs] [Bug 731734] Re: SIGBUS in fast preview

2011-03-10 Thread Brent Townshend
Ran this under the latest Mercurial (5096), under gdb. Looks like panorama_overview_helper is unitialized causing the crash.This should be initialized in GLPreviewFrame::MakePanosphereOverviewTools, but I found that this was never called (by setting breakpoints on it). It is supposed to be

[Hugin-devs] [Bug 731734] Re: SIGBUS in fast preview

2011-03-10 Thread tmodes
I suspect that the problem is that the call to InitPreviews() at GLPreviewFrame.cpp:679 should actually be outside the #ifdef and outside the if (i.e. 4 lines earlier). I just tried that and it seems to fix the problem. If you do that it will crash on GTK (Linux). I could only test the

[Hugin-devs] [Bug 731734] Re: SIGBUS in fast preview

2011-03-08 Thread Brent Townshend
** Attachment added: PTO file https://bugs.launchpad.net/bugs/731734/+attachment/1895417/+files/tyrolean.pto -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/731734 Title: SIGBUS in fast