I presume most people aren't seeing this (otherwise, there wouldn't be much development going on ;), but I've tried on and off for a couple weeks to get the svn (git) version of kdenlive to run, and it doesn't get anywhere.
It goes through the little "hey, I see you're upgrading" deal, but then falls over with perfect consistency before displaying the main window. The backtrace (attached) just goes into Qt and then segfaults. (Qt 4.6.3) Any ideas? -- Matthew Fuller (MF4839) | fullermd at over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream. -------------- next part -------------- Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 8078071c0 (LWP 100830)] 0x0000000803c02300 in QMenu::setIcon () from /usr/local/lib/qt4/libQtGui.so.4 (gdb) bt #0 0x0000000803c02300 in QMenu::setIcon () from /usr/local/lib/qt4/libQtGui.so.4 #1 0x0000000000482eb2 in MainWindow (this=0x807858200, MltPath=Variable "MltPath" is not available. ) at /home/fullermd/src/kdenlive/kdenlive.git/src/mainwindow.cpp:314 #2 0x000000000044ee51 in main (argc=1, argv=0x7fffffffe458) at /home/fullermd/src/kdenlive/kdenlive.git/src/main.cpp:81 (gdb) bt full #0 0x0000000803c02300 in QMenu::setIcon () from /usr/local/lib/qt4/libQtGui.so.4 No symbol table info available. #1 0x0000000000482eb2 in MainWindow (this=0x807858200, MltPath=Variable "MltPath" is not available. ) at /home/fullermd/src/kdenlive/kdenlive.git/src/mainwindow.cpp:314 No locals. #2 0x000000000044ee51 in main (argc=1, argv=0x7fffffffe458) at /home/fullermd/src/kdenlive/kdenlive.git/src/main.cpp:81 args = (KCmdLineArgs *) 0x80780f270 mltPath = { static null = {<No data fields>}, static shared_null = { ref = { _q_value = 22931 }, alloc = 0, size = 0, data = 0x9d6b3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0} }, static shared_empty = { ref = { _q_value = 163 }, alloc = 0, size = 0, data = 0x80336c31a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0} }, d = 0x80336c300, static codecForCStrings = 0x0 } url = { <QUrl> = { d = 0x0 }, members of KUrl: d = 0x0 } window = (MainWindow *) 0x807858200 aboutData = { d = 0x807837540 } options = { d = 0x8078533a0 } app = { <QApplication> = { <QCoreApplication> = { <QObject> = { _vptr$QObject = 0x8013efe30, static staticMetaObject = { d = { superdata = 0x0, stringdata = 0x8032567e0 "QObject", data = 0x803256880, extradata = 0x80336e7a0 } }, d_ptr = { d = 0x807849300 }, static staticQtMetaObject = { d = { superdata = 0x0, stringdata = 0x80325f6e0 "Qt", data = 0x803262d40, extradata = 0x0 } } }, members of QCoreApplication: static staticMetaObject = { d = { superdata = 0x9d7070, stringdata = 0x8032687c0 "QCoreApplication", data = 0x803268860, extradata = 0x0 } }, static self = 0x7fffffffdf30 }, members of QApplication: static staticMetaObject = { d = { superdata = 0x803373dc0, stringdata = 0x803e75f40 "QApplication", data = 0x803e76180, extradata = 0x0 } } }, members of KApplication: static staticMetaObject = { d = { superdata = 0x804025740, stringdata = 0x8012ad240 "KApplication", data = 0x8012ad3e0, extradata = 0x0 } }, static loadedByKdeinit = false, static KApp = 0x7fffffffdf30, d = 0x80783bc80 } __PRETTY_FUNCTION__ = "int main(int, char**)"
