Advertisement
Guest User

Untitled

a guest
Oct 28th, 2015
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.84 KB | None | 0 0
  1. manager@manager:~$ gdb kdenlive
  2. GNU gdb (Ubuntu 7.10-1ubuntu2) 7.10
  3. Copyright (C) 2015 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-linux-gnu".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <http://www.gnu.org/software/gdb/bugs/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14. For help, type "help".
  15. Type "apropos word" to search for commands related to "word"...
  16. Reading symbols from kdenlive...Reading symbols from /usr/lib/debug/.build-id/ac/a152bfbef5b4f6125a9fc1a4866f3cacd42c95.debug...done.
  17. done.
  18. (gdb) run
  19. Starting program: /usr/bin/kdenlive
  20. [Thread debugging using libthread_db enabled]
  21. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  22. [New Thread 0x7fffe1d33700 (LWP 30862)]
  23. [New Thread 0x7fffc7fe1700 (LWP 30863)]
  24. [New Thread 0x7fffbef4a700 (LWP 31061)]
  25. [New Thread 0x7fffbde99700 (LWP 31062)]
  26. [New Thread 0x7fffb726d700 (LWP 31063)]
  27. [Thread 0x7fffb726d700 (LWP 31063) exited]
  28. [New Thread 0x7fffb726d700 (LWP 31064)]
  29. [Thread 0x7fffb726d700 (LWP 31064) exited]
  30. [New Thread 0x7fffb726d700 (LWP 31065)]
  31. [New Thread 0x7fffb5701700 (LWP 31066)]
  32. [New Thread 0x7fffabffe700 (LWP 31067)]
  33. [New Thread 0x7fffab7fd700 (LWP 31069)]
  34. [New Thread 0x7fffaabd9700 (LWP 31070)]
  35. [New Thread 0x7fffaa3d8700 (LWP 31071)]
  36. [New Thread 0x7fffa9bd7700 (LWP 31072)]
  37. [New Thread 0x7fffa93d6700 (LWP 31073)]
  38. [New Thread 0x7fffa8bd5700 (LWP 31074)]
  39. [New Thread 0x7fff9fffe700 (LWP 31075)]
  40. [Thread 0x7fffb726d700 (LWP 31065) exited]
  41. Removing cache at "/home/manager/.cache/kdenlive-thumbs.kcache"
  42. // / processing file open
  43. // / processing file open: validate
  44. Opening a document with version 0.91 / 0.91
  45. // / processing file validate ok
  46. Invalid playlist
  47. [New Thread 0x7fffb726d700 (LWP 31076)]
  48. [Thread 0x7fffaa3d8700 (LWP 31071) exited]
  49. [Thread 0x7fffaabd9700 (LWP 31070) exited]
  50. [Thread 0x7fffa9bd7700 (LWP 31072) exited]
  51. [Thread 0x7fffab7fd700 (LWP 31069) exited]
  52. [Thread 0x7fffabffe700 (LWP 31067) exited]
  53. [Thread 0x7fffb5701700 (LWP 31066) exited]
  54. [New Thread 0x7fffabffe700 (LWP 31077)]
  55. ***********
  56. FOUND GUIDES: 0
  57. **********
  58. [New Thread 0x7fffb5701700 (LWP 31078)]
  59. [New Thread 0x7fffab7fd700 (LWP 31079)]
  60. [New Thread 0x7fffa9bd7700 (LWP 31080)]
  61. [New Thread 0x7fffa2e65700 (LWP 31081)]
  62. [New Thread 0x7fffa2664700 (LWP 31082)]
  63. [New Thread 0x7fffa0e61700 (LWP 31083)]
  64. [New Thread 0x7fffa0e61700 (LWP 31084)]
  65. [New Thread 0x7fff9f0af700 (LWP 31085)]
  66. [Thread 0x7fffa0e61700 (LWP 31083) exited]
  67. [New Thread 0x7fff9e8ae700 (LWP 31086)]
  68. [New Thread 0x7fff9e0ad700 (LWP 31087)]
  69. [New Thread 0x7fff9d8ac700 (LWP 31088)]
  70. [New Thread 0x7fff9d0ab700 (LWP 31089)]
  71.  
  72. Program received signal SIGSEGV, Segmentation fault.
  73. 0x0000000000000018 in ?? ()
  74. (gdb) bt
  75. #0 0x0000000000000018 in ?? ()
  76. #1 0x00007ffff6dc661f in Mlt::Producer::get_length() () from /usr/lib/libmlt++.so.3
  77. #2 0x000000000073353e in AudioEnvelope::AudioEnvelope (this=0x34e43e0, url=...,
  78. producer=0x364dca0, offset=0, length=0, track=0, startPos=0)
  79. at ../../src/lib/audio/audioEnvelope.cpp:26
  80. #3 0x00000000005c6fc5 in CustomTrackView::setAudioAlignReference (this=0x3055cb0)
  81. at ../../src/timeline/customtrackview.cpp:6470
  82. #4 0x00000000007fa7e7 in MainWindow::slotSetAudioAlignReference (this=<optimized out>)
  83. at ../../src/mainwindow.cpp:2581
  84. #5 0x000000000084b998 in MainWindow::qt_static_metacall (_o=<optimized out>,
  85. _c=<optimized out>, _id=<optimized out>, _a=<optimized out>) at moc_mainwindow.cpp:712
  86. #6 0x00007ffff273178a in QMetaObject::activate(QObject*, int, int, void**) ()
  87. from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  88. #7 0x00007ffff3373172 in QAction::triggered(bool) ()
  89. from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
  90. #8 0x00007ffff3375618 in QAction::activate(QAction::ActionEvent) ()
  91. from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
  92. #9 0x00007ffff34f22e2 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
  93. #10 0x00007ffff34f7abc in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
  94. #11 0x00007ffff34fbede in QMenu::mouseReleaseEvent(QMouseEvent*) ()
  95. from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
  96. #12 0x00007ffff33bf188 in QWidget::event(QEvent*) ()
  97. from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
  98. #13 0x00007ffff34fc653 in QMenu::event(QEvent*) ()
  99. from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
  100. #14 0x00007ffff337cb8c in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()
  101. from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
  102. #15 0x00007ffff3382c7a in QApplication::notify(QObject*, QEvent*) ()
  103. from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
  104. #16 0x00007ffff2700f1b in QCoreApplication::notifyInternal(QObject*, QEvent*) ()
  105. from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  106. #17 0x00007ffff33816f2 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) ()
  107. from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
  108. #18 0x00007ffff33d6719 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
  109. #19 0x00007ffff33d878b in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
  110. #20 0x00007ffff337cb8c in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()
  111. from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
  112. #21 0x00007ffff3382230 in QApplication::notify(QObject*, QEvent*) ()
  113. from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
  114. #22 0x00007ffff2700f1b in QCoreApplication::notifyInternal(QObject*, QEvent*) ()
  115. from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  116. #23 0x00007ffff2a233c8 in QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
  117. #24 0x00007ffff2a25005 in QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*) () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
  118. #25 0x00007ffff2a0a5b8 in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
  119. #26 0x00007fffe4af9250 in ?? ()
  120. from /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so
  121. #27 0x00007fffee6ebff7 in g_main_context_dispatch ()
  122. from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  123. ---Type <return> to continue, or q <return> to quit---
  124. #28 0x00007fffee6ec250 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  125. #29 0x00007fffee6ec2fc in g_main_context_iteration ()
  126. from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  127. #30 0x00007ffff275827f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  128. #31 0x00007ffff26fe75a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) ()
  129. from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  130. #32 0x00007ffff27062cc in QCoreApplication::exec() ()
  131. from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
  132. #33 0x0000000000518472 in main (argc=1, argv=<optimized out>) at ../../src/main.cpp:118
  133. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement