GNOME Bugzilla – Bug 356347
Crash everytime I try to save the file
Last modified: 2006-10-09 09:39:30 UTC
Steps to reproduce: 1. Begin videoing If run from CLI, it says: DEBUG: final pipeline: istximagesrc name=videosource ! video/x-raw-rgb,framerate=10/1 ! videorate ! ffmpegcolorspace ! videoscale method=1 ! video/x-raw-yuv,width=1024,height=768,framerate=10/1 ! theoraenc ! oggmux name=mux ! filesink location=/tmp/tmpZZk8bq SaveWindow with file: /tmp/tmpZZk8bq 2. Click on tray icon to finish recording 3. Click again, so it pops up save dialog -> immediate crash after showing it CLI says: The error was 'BadAlloc (insufficient resources for operation)'. (Details: serial 45 error_code 11 request_code 141 minor_code 19) Stack trace: Dunno how to get a stack trace from a Python program Other information: Also, the about dialog hangs (I can't close it in any way)
interesting, looks like a bug in xvimagesink in GStreamer. Can you tell me what version of gstreamer and gst-plugins-base you have?
toni@toni-laptop:~$ aptitude search ~igstreamer i A gstreamer0.10-alsa - GStreamer plugin for ALSA i A gstreamer0.10-esd - GStreamer plugin for ESD i gstreamer0.10-ffmpeg - FFmpeg plugin for GStreamer i gstreamer0.10-gl - GStreamer plugin for OpenGL output i A gstreamer0.10-gnomevfs - GStreamer plugin for GnomeVFS i gstreamer0.10-pitfdll - Win32 DLL plugin for GStreamer i gstreamer0.10-plugins-bad - GStreamer plugins from the "bad" set i gstreamer0.10-plugins-bad-multiverse - GStreamer plugins from the "bad" set (Multiverse Variant) i A gstreamer0.10-plugins-base - GStreamer plugins from the "base" set i A gstreamer0.10-plugins-base-apps - GStreamer helper programs from the "base" set i A gstreamer0.10-plugins-good - GStreamer plugins from the "good" set i gstreamer0.10-plugins-ugly - GStreamer plugins from the "ugly" set i gstreamer0.10-plugins-ugly-multiverse - GStreamer plugins from the "ugly" set (Multiverse Variant) i gstreamer0.10-sdl - GStreamer plugin for SDL output i A gstreamer0.10-tools - Tools for use with GStreamer i A gstreamer0.10-x - GStreamer plugins for X11 and Pango i A libgstreamer-plugins-base0.10-0 - GStreamer libraries from the "base" set i A libgstreamer0.10-0 - Core GStreamer libraries and elements i A totem-gstreamer - A simple media player for the Gnome desktop based on gstreamer toni@toni-laptop:~$ aptitude show gstreamer0.10-plugins-base Paketti: gstreamer0.10-plugins-base Tila: asennettu Automaattisesti asennettu: on Versio: 0.10.10-1ubuntu1 toni@toni-laptop:~$ aptitude show libgstreamer0.10-0 Paketti: libgstreamer0.10-0 Tila: asennettu Automaattisesti asennettu: on Versio: 0.10.10-1ubuntu2
this is a bug in gstreamer and there is an open bug for it so duping this bug to it. *** This bug has been marked as a duplicate of 354698 ***