[Bug 649954] crash with wv files

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jun 1 12:13:23 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=649954
  GStreamer | don't know | unspecified

--- Comment #43 from Michael <mike.sudouest at gmail.com> 2011-06-01 19:13:17 UTC ---
michael at wst2:~> gst-launch-0.10 filesrc
location="/home/michael/anniversaire/09.Milord.wv"! wavpackparse ! wavpackdec !
fakesink
Définition du pipeline à PAUSED...
ERREUR : le pipeline refuse de se mettre en pause.
ERREUR : de l'élément /GstPipeline:pipeline0/GstFileSrc:filesrc0 : Ressource
introuvable.
Information de débogage supplémentaire :
gstfilesrc.c(1036): gst_file_src_start ():
/GstPipeline:pipeline0/GstFileSrc:filesrc0:
No such file "/home/michael/anniversaire/09.Milord.wv!"
Définition du pipeline à NULL...
Libération du pipeline...
michael at wst2:~> export G_SLICE=always-malloc
michael at wst2:~> valgrind /usr/bin/gst-launch-0.10 filesrc
==19655== Memcheck, a memory error detector
==19655== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
==19655== Using Valgrind-3.6.1 and LibVEX; rerun with -h for copyright info
==19655== Command: /usr/bin/gst-launch-0.10 filesrc
==19655== 
GStreamer has detected that it is running inside valgrind.
It might now take different code paths to ease debugging.
Of course, this may also lead to different bugs.
Définition du pipeline à PAUSED...
ERREUR : le pipeline refuse de se mettre en pause.
ERREUR : de l'élément /GstPipeline:pipeline0/GstFileSrc:filesrc0 : Aucun nom de
fichier indiqué pour la lecture.
Information de débogage supplémentaire :
gstfilesrc.c(1028): gst_file_src_start ():
/GstPipeline:pipeline0/GstFileSrc:filesrc0
Définition du pipeline à NULL...
Libération du pipeline...
==19655== 
==19655== HEAP SUMMARY:
==19655==     in use at exit: 416,834 bytes in 1,872 blocks
==19655==   total heap usage: 43,987 allocs, 42,115 frees, 3,619,024 bytes
allocated
==19655== 
==19655== LEAK SUMMARY:
==19655==    definitely lost: 0 bytes in 0 blocks
==19655==    indirectly lost: 0 bytes in 0 blocks
==19655==      possibly lost: 4,150 bytes in 136 blocks
==19655==    still reachable: 412,684 bytes in 1,736 blocks
==19655==         suppressed: 0 bytes in 0 blocks
==19655== Rerun with --leak-check=full to see details of leaked memory
==19655== 
==19655== For counts of detected and suppressed errors, rerun with: -v
==19655== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 17 from 12)
michael at wst2:~> valgrind /usr/bin/gst-launch-0.10 filesrc
==19661== Memcheck, a memory error detector
==19661== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
==19661== Using Valgrind-3.6.1 and LibVEX; rerun with -h for copyright info
==19661== Command: /usr/bin/gst-launch-0.10 filesrc
==19661== 
GStreamer has detected that it is running inside valgrind.
It might now take different code paths to ease debugging.
Of course, this may also lead to different bugs.
Définition du pipeline à PAUSED...
ERREUR : le pipeline refuse de se mettre en pause.
ERREUR : de l'élément /GstPipeline:pipeline0/GstFileSrc:filesrc0 : Aucun nom de
fichier indiqué pour la lecture.
Information de débogage supplémentaire :
gstfilesrc.c(1028): gst_file_src_start ():
/GstPipeline:pipeline0/GstFileSrc:filesrc0
Définition du pipeline à NULL...
Libération du pipeline...
==19661== 
==19661== HEAP SUMMARY:
==19661==     in use at exit: 416,834 bytes in 1,872 blocks
==19661==   total heap usage: 43,987 allocs, 42,115 frees, 3,619,024 bytes
allocated
==19661== 
==19661== LEAK SUMMARY:
==19661==    definitely lost: 0 bytes in 0 blocks
==19661==    indirectly lost: 0 bytes in 0 blocks
==19661==      possibly lost: 4,150 bytes in 136 blocks
==19661==    still reachable: 412,684 bytes in 1,736 blocks
==19661==         suppressed: 0 bytes in 0 blocks
==19661== Rerun with --leak-check=full to see details of leaked memory
==19661== 
==19661== For counts of detected and suppressed errors, rerun with: -v
==19661== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 17 from 12)
michael at wst2:~> location="/home/michael/anniversaire/09.Milord.wv" !
wavpackparse ! wavpackdec
If '!' is not a typo you can use command-not-found to lookup the package that
contains it, like this:
    cnf !
michael at wst2:~> ! fakesink
If 'fakesink' is not a typo you can use command-not-found to lookup the package
that contains it, like this:
    cnf fakesink
michael at wst2:~> gst-launch-0.10 filesrc \
>   location="/home/michael/anniversaire/09.Milord.wv" \
>   ! wavpackparse ! wavpackdec ! fakesink
Définition du pipeline à PAUSED...
Le pipeline est en phase de PREROLL...
Le pipeline a terminé la phase PREROLL...
Passage du pipeline à la phase PLAYING...
New clock: GstSystemClock
EOS reçu de l'élément « pipeline0 ».
Execution ended after 7831140604 ns.
Définition du pipeline à PAUSED...
Définition du pipeline à READY (prêt)...
Définition du pipeline à NULL...
Libération du pipeline...
michael at wst2:~> G_SLICE=always-malloc valgrind \
>   /usr/bin/gst-launch-0.10 filesrc \
>   location="/home/michael/anniversaire/09.Milord.wv" \
>   ! wavpackparse ! wavpackdec ! fakesink
==19680== Memcheck, a memory error detector
==19680== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
==19680== Using Valgrind-3.6.1 and LibVEX; rerun with -h for copyright info
==19680== Command: /usr/bin/gst-launch-0.10 filesrc
location=/home/michael/anniversaire/09.Milord.wv ! wavpackparse ! wavpackdec !
fakesink
==19680== 
GStreamer has detected that it is running inside valgrind.
It might now take different code paths to ease debugging.
Of course, this may also lead to different bugs.
Définition du pipeline à PAUSED...
Le pipeline est en phase de PREROLL...
Le pipeline a terminé la phase PREROLL...
Passage du pipeline à la phase PLAYING...
New clock: GstSystemClock
EOS reçu de l'élément « pipeline0 ».
Execution ended after 145631689013 ns.
Définition du pipeline à PAUSED...
Définition du pipeline à READY (prêt)...
Définition du pipeline à NULL...
Libération du pipeline...
==19680== 
==19680== HEAP SUMMARY:
==19680==     in use at exit: 433,495 bytes in 2,099 blocks
==19680==   total heap usage: 53,596 allocs, 51,497 frees, 148,311,314 bytes
allocated
==19680== 
==19680== LEAK SUMMARY:
==19680==    definitely lost: 0 bytes in 0 blocks
==19680==    indirectly lost: 0 bytes in 0 blocks
==19680==      possibly lost: 4,194 bytes in 138 blocks
==19680==    still reachable: 429,301 bytes in 1,961 blocks
==19680==         suppressed: 0 bytes in 0 blocks
==19680== Rerun with --leak-check=full to see details of leaked memory
==19680== 
==19680== For counts of detected and suppressed errors, rerun with: -v

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list