hm can you make it again and go up #5 (this where customruler:243 is)
with up 5 now you are in this function (you can go up/down with "up" and "down" ins stack) when in can you please give out all variables with: p f p fontOffeset p minval .... to see why frames ist now -2147483648 and if f is starting from 0 now. thx marco Am 23.08.2008 um 16:59 schrieb Felix Hammer: > Am Samstag, 23. August 2008 schrieb Marco Gittler: >> can you test in this file, line 210: >> double f, fend, >> change it to : >> double f=0.0,fend=0.0, >> and try to test it again. > > Done. >> >> if the error remains please send again the output of the gdb attach >> "bt" >> > Unfortunately the loop is there again: > > (gdb) bt > #0 0xb749e39b in QLocalePrivate::longLongToString () > from /usr/lib/libQtCore.so.4 > #1 0xb74b69f8 in QString::setNum () from /usr/lib/libQtCore.so.4 > #2 0xb74b6ae7 in QString::number () from /usr/lib/libQtCore.so.4 > #3 0x080ffaf6 in Timecode::getTimecodeHH_MM_SS_FF (this=0x865c91c, > frames=-2147483648) > at /home/doitux/Programme/kdenlive-kde4/kdenlive/src/timecode.cpp: > 155 > #4 0x080ffe30 in Timecode::getTimecodeFromFrames (this=0x865c91c, > frames=-2147483648) > at /home/doitux/Programme/kdenlive-kde4/kdenlive/src/timecode.cpp: > 89 > #5 0x080be53f in CustomRuler::paintEvent (this=0x865c900, > e=0xbfa2244c) > at /home/doitux/Programme/kdenlive-kde4/kdenlive/src/customruler.cpp: > 243 > #6 0xb6ca6781 in QWidget::event () from /usr/lib/libQtGui.so.4 > #7 0xb6f526f4 in QAbstractSlider::event () from /usr/lib/ > libQtGui.so.4 > #8 0xb6c542ac in QApplicationPrivate::notify_helper () > from /usr/lib/libQtGui.so.4 > #9 0xb6c5b44a in QApplication::notify () from /usr/lib/libQtGui.so.4 > #10 0xb7d0f6ed in KApplication::notify () from /usr/lib/libkdeui.so.5 > #11 0xb754f671 in QCoreApplication::notifyInternal () > from /usr/lib/libQtCore.so.4 > #12 0xb6cad09e in ?? () from /usr/lib/libQtGui.so.4 > #13 0xb6ca32c0 in QWidgetPrivate::drawWidget () from /usr/lib/ > libQtGui.so.4 > #14 0xb6ca3aff in QWidgetPrivate::paintSiblingsRecursive () > from /usr/lib/libQtGui.so.4 > #15 0xb6ca3037 in QWidgetPrivate::drawWidget () from /usr/lib/ > libQtGui.so.4 > #16 0xb6ca3aff in QWidgetPrivate::paintSiblingsRecursive () > from /usr/lib/libQtGui.so.4 > #17 0xb6ca39c1 in QWidgetPrivate::paintSiblingsRecursive () > from /usr/lib/libQtGui.so.4 > #18 0xb6ca39c1 in QWidgetPrivate::paintSiblingsRecursive () > from /usr/lib/libQtGui.so.4 > #19 0xb6ca3037 in QWidgetPrivate::drawWidget () from /usr/lib/ > libQtGui.so.4 > #20 0xb6ca3aff in QWidgetPrivate::paintSiblingsRecursive () > from /usr/lib/libQtGui.so.4 > #21 0xb6ca3037 in QWidgetPrivate::drawWidget () from /usr/lib/ > libQtGui.so.4 > #22 0xb6ca3aff in QWidgetPrivate::paintSiblingsRecursive () > from /usr/lib/libQtGui.so.4 > #23 0xb6ca3037 in QWidgetPrivate::drawWidget () from /usr/lib/ > libQtGui.so.4 > #24 0xb6ca3aff in QWidgetPrivate::paintSiblingsRecursive () > from /usr/lib/libQtGui.so.4 > #25 0xb6ca3037 in QWidgetPrivate::drawWidget () from /usr/lib/ > libQtGui.so.4 > #26 0xb6df5810 in ?? () from /usr/lib/libQtGui.so.4 > #27 0xb6df65c2 in ?? () from /usr/lib/libQtGui.so.4 > #28 0xb6ca6b4f in QWidget::event () from /usr/lib/libQtGui.so.4 > #29 0xb6fafe17 in QMainWindow::event () from /usr/lib/libQtGui.so.4 > #30 0xb7dd2898 in KMainWindow::event () from /usr/lib/libkdeui.so.5 > #31 0xb7e1388c in KXmlGuiWindow::event () from /usr/lib/libkdeui.so.5 > #32 0xb6c542ac in QApplicationPrivate::notify_helper () > from /usr/lib/libQtGui.so.4 > #33 0xb6c5b44a in QApplication::notify () from /usr/lib/libQtGui.so.4 > #34 0xb7d0f6ed in KApplication::notify () from /usr/lib/libkdeui.so.5 > #35 0xb754f671 in QCoreApplication::notifyInternal () > from /usr/lib/libQtCore.so.4 > #36 0xb754ff31 in QCoreApplicationPrivate::sendPostedEvents () > from /usr/lib/libQtCore.so.4 > #37 0xb75500cd in QCoreApplication::sendPostedEvents () > from /usr/lib/libQtCore.so.4 > #38 0xb6cde91f in ?? () from /usr/lib/libQtGui.so.4 > #39 0xb7550306 in QCoreApplication::processEvents () > from /usr/lib/libQtCore.so.4 > #40 0x080e6502 in KdenliveDoc::setRenderer (this=0x8221808, > render=0x0) > at /home/doitux/Programme/kdenlive-kde4/kdenlive/src/kdenlivedoc.cpp: > 440 > #41 0x080afa84 in MainWindow::connectDocument (this=0x82ffec8, > trackView=0x8c15da8, doc=0x861aab0) > at /home/doitux/Programme/kdenlive-kde4/kdenlive/src/ > mainwindow.cpp:1065 > #42 0x080b26e5 in MainWindow::activateDocument (this=0x82ffec8) > at /home/doitux/Programme/kdenlive-kde4/kdenlive/src/mainwindow.cpp: > 790 > #43 0x080b7b8d in MainWindow::qt_metacall (this=0x82ffec8, > _c=QMetaObject::InvokeMetaMethod, _id=4, _a=0xbfa23b2c) > > at /home/doitux/Programme/kdenlive-kde4/kdenlive/src/cmake_bindir/ > mainwindow.moc:190 > #44 0xb7560faa in QMetaObject::activate () from /usr/lib/ > libQtCore.so.4 > #45 0xb7561522 in QMetaObject::activate () from /usr/lib/ > libQtCore.so.4 > #46 0xb7003f93 in QTabWidget::currentChanged () from /usr/lib/ > libQtGui.so.4 > #47 0xb70047c4 in ?? () from /usr/lib/libQtGui.so.4 > #48 0xb7005917 in QTabWidget::qt_metacall () from /usr/lib/ > libQtGui.so.4 > #49 0xb7df840a in KTabWidget::qt_metacall () from /usr/lib/ > libkdeui.so.5 > #50 0xb7560faa in QMetaObject::activate () from /usr/lib/ > libQtCore.so.4 > #51 0xb7561522 in QMetaObject::activate () from /usr/lib/ > libQtCore.so.4 > #52 0xb6ffbd73 in QTabBar::currentChanged () from /usr/lib/ > libQtGui.so.4 > #53 0xb6ffd58a in QTabBar::setCurrentIndex () from /usr/lib/ > libQtGui.so.4 > #54 0xb70043bd in QTabWidget::setCurrentIndex () from /usr/lib/ > libQtGui.so.4 > #55 0x080b1da6 in MainWindow::openFile (this=0x82ffec8, > [EMAIL PROTECTED]) > at /home/doitux/Programme/kdenlive-kde4/kdenlive/src/mainwindow.cpp: > 878 > #56 0x080b20b1 in MainWindow::openFile (this=0x82ffec8) > at /home/doitux/Programme/kdenlive-kde4/kdenlive/src/mainwindow.cpp: > 838 > #57 0x080b7bbc in MainWindow::qt_metacall (this=0x82ffec8, > _c=QMetaObject::InvokeMetaMethod, _id=6, _a=0xbfa23f5c) > ---Type <return> to continue, or q <return> to quit--- > > at /home/doitux/Programme/kdenlive-kde4/kdenlive/src/cmake_bindir/ > mainwindow.moc:192 > #58 0xb7560faa in QMetaObject::activate () from /usr/lib/ > libQtCore.so.4 > #59 0xb75612a0 in QMetaObject::activate () from /usr/lib/ > libQtCore.so.4 > #60 0xb6c4ed01 in QAction::triggered () from /usr/lib/libQtGui.so.4 > #61 0xb6c4f66f in QAction::activate () from /usr/lib/libQtGui.so.4 > #62 0xb6fd81b2 in ?? () from /usr/lib/libQtGui.so.4 > #63 0xb6fd8e22 in QMenu::mouseReleaseEvent () from /usr/lib/ > libQtGui.so.4 > #64 0xb7dd59d5 in KMenu::mouseReleaseEvent () from /usr/lib/ > libkdeui.so.5 > #65 0xb6ca6996 in QWidget::event () from /usr/lib/libQtGui.so.4 > #66 0xb6fd9899 in QMenu::event () from /usr/lib/libQtGui.so.4 > #67 0xb6c542ac in QApplicationPrivate::notify_helper () > from /usr/lib/libQtGui.so.4 > #68 0xb6c5bd07 in QApplication::notify () from /usr/lib/libQtGui.so.4 > #69 0xb7d0f6ed in KApplication::notify () from /usr/lib/libkdeui.so.5 > #70 0xb754f671 in QCoreApplication::notifyInternal () > from /usr/lib/libQtCore.so.4 > #71 0xb6c5affe in QApplicationPrivate::sendMouseEvent () > from /usr/lib/libQtGui.so.4 > #72 0xb6cb9d34 in ?? () from /usr/lib/libQtGui.so.4 > #73 0xb6cb8e34 in QApplication::x11ProcessEvent () from /usr/lib/ > libQtGui.so.4 > #74 0xb6cdecbe in ?? () from /usr/lib/libQtGui.so.4 > #75 0xb754ddea in QEventLoop::processEvents () from /usr/lib/ > libQtCore.so.4 > #76 0xb754dfaa in QEventLoop::exec () from /usr/lib/libQtCore.so.4 > #77 0xb755018d in QCoreApplication::exec () from /usr/lib/ > libQtCore.so.4 > #78 0xb6c54127 in QApplication::exec () from /usr/lib/libQtGui.so.4 > #79 0x080ade4a in main (argc=1, argv=0xbfa24e84) > at /home/doitux/Programme/kdenlive-kde4/kdenlive/src/main.cpp:72 > > vG > Felix > > ________________________________ > http://www.lehrsaiten.de > http://www.pokerth.net > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________ > Kdenlive-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/kdenlive-devel ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Kdenlive-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kdenlive-devel
