After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 330891 - crash when scrubbing a mpeg-1 video
crash when scrubbing a mpeg-1 video
Status: RESOLVED DUPLICATE of bug 335288
Product: pitivi
Classification: Other
Component: General
Git
Other Linux
: High critical
: Git
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2006-02-12 14:53 UTC by Jean-François Fortin Tam
Modified: 2006-03-23 09:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
output of pitivi --gst-debug=*:3,PITIVI:5 2>pitividebug.txt (624.60 KB, text/plain)
2006-02-12 14:54 UTC, Jean-François Fortin Tam
Details
output of pitivi --gst-debug=*:3,python:5 2>pitividebug.txt (577.49 KB, text/plain)
2006-02-12 15:01 UTC, Jean-François Fortin Tam
Details

Description Jean-François Fortin Tam 2006-02-12 14:53:06 UTC
See the attachment...
Comment 1 Jean-François Fortin Tam 2006-02-12 14:54:44 UTC
Created attachment 59182 [details]
output of pitivi --gst-debug=*:3,PITIVI:5 2>pitividebug.txt
Comment 2 Jean-François Fortin Tam 2006-02-12 15:01:22 UTC
Created attachment 59183 [details]
output of pitivi --gst-debug=*:3,python:5 2>pitividebug.txt
Comment 3 Edward Hervey 2006-02-13 10:31:58 UTC
Thanks for the bug report. Without a stack trace from the crash it's very hard to determine what caused it.
Can you provide us with one? Please see http://live.gnome.org/GettingTraces for more information on how to do so.
Comment 4 Jean-François Fortin Tam 2006-03-15 00:01:51 UTC
I can't get gdb to work with me, what am I doing wrong?

jeff@khloe:~$ gdb pitivi
This GDB was configured as "i486-linux-gnu"..."/usr/local/bin/pitivi": not in executable format: Format de fichier non reconnu

(gdb) run
Starting program:
No executable file specified.
Use the "file" or "exec-file" command.


I need my hand held for gdb backtracing. So far, I was never able to get a single backtrace correctly no matter what the app maybe I'm just unlucky/goofy :|
Comment 5 Edward Hervey 2006-03-15 06:39:30 UTC
Do you at least still get the crash with latest cvs gnonlin and pitivi ?

If you still do, you need to run gdb on python:
gdb python /usr/local/bin/pitivi
Comment 6 Edward Hervey 2006-03-15 09:37:24 UTC
The previous command is wrong
it should be: gdb python
and once in gdb: run /usr/local/bin/pitivi

Then follow the instructions as stated here : http://live.gnome.org/GettingTraces#head-b4d479311f06c3c1de7b87af8b9ba83d718fe7f0
Comment 7 Jean-François Fortin Tam 2006-03-15 15:47:38 UTC
(gdb) thread apply all bt

Thread 10 (Thread -1259574352 (LWP 14687))

  • #0 mpeg2_init_fbuf
    from /usr/lib/libmpeg2.so.0

Thread 1 (Thread -1209739040 (LWP 14672))

  • #0 pthread_mutex_lock
    from /lib/tls/i686/cmov/libpthread.so.0
  • #1 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #2 g_main_context_check
    from /usr/lib/libglib-2.0.so.0
  • #3 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #4 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #5 init_gtk
    from /usr/lib/python2.4/site-packages/gtk-2.0/gtk/_gtk.so
  • #6 PyEval_EvalFrame
  • #7 PyEval_EvalFrame
  • #8 PyEval_EvalFrame
  • #9 PyEval_EvalCodeEx
  • #10 PyEval_EvalCode
  • #11 PyRun_FileExFlags
  • #12 PyRun_SimpleFileExFlags
  • #13 Py_Main
  • #14 __libc_start_main
    from /lib/tls/i686/cmov/libc.so.6
  • #15 _start
  • #0 mpeg2_init_fbuf
    from /usr/lib/libmpeg2.so.0







Question: is there a way to tell GDB to just spit the backtrace to an output file? It's really confusing/annoying to copy-paste all this from the terminal in small steps pressing enter each time.

Comment 8 Edward Hervey 2006-03-23 09:58:07 UTC
This is a gstreamer issue, marking it as a dupe of #335288

*** This bug has been marked as a duplicate of 335288 ***