[ptx] Hugin crashes just after startup

Edouard Gomez edouard.gomez at gmail.com
Wed Mar 2 00:25:14 GMT 2005


douglas wilkins (dgswilkins at yahoo.co.uk) wrote:
> If the segfault produces a core dump (it should) then:
> gdb hugin <core file name> 
> should give it to you

Thanks for the tip :-) i forgot about core dumps because Debian SID
doesn't allow them by default.

So here it goes, the faulty call is in MainFrame.cpp:
#ifdef __unix__
        splash = new wxSplashScreen(bitmap,
                              wxSPLASH_CENTRE_ON_SCREEN|wxSPLASH_NO_TIMEOUT,
                              0, NULL, -1, wxDefaultPosition,
                                    wxDefaultSize,
                                    wxSIMPLE_BORDER|wxSTAY_ON_TOP);
#else ...

I've put a DEBUG_INFO before this call and after, the second DEBUG_INFO
never gets called, so some data passed to the wxWidget function is
probably wrong.

Today it's already 1:30AM, so i'll just post this for now, i'l try to do
some more real debugging with insight in the next days, but no promise,
i'm quite busy with real life stuff :-(

Hope this helps other devs to find what's wrong there.

-- 
Edouard Gomez


More information about the ptX mailing list