jrmuizel / banshee-unofficial-plugins

Automatically exported from code.google.com/p/banshee-unofficial-plugins
0 stars 1 forks source link

Segmentation fault #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Turn on banshee 1.4.2 
2. choose Tools -> Mirage playlist generator -> rescan the music collection
3.

What actually happens when you follow these steps?

A: segmentation fault at certain point.

What would you expect to happen when you follow them?

A: Mirage will scan my entire music collection and terminates normally.

What version of the product are you using? On what operating system?

A: Strange thing is I installed 0.4 through official deb package, but in
banshee extension info, it's still 0.3. I purged everything before
installing; I'm on Ubuntu 8.04; 

Please provide any additional information below.

With banshee's --debug option, I cannot see any error info just regular
mirage and banshee output.

Original issue reported on code.google.com by li.bei...@gmail.com on 25 Jan 2009 at 7:44

GoogleCodeExporter commented 9 years ago
The 0.3 version shown in the extension dialog is wrong, it should be 0.4. I just
fixed this, so that it get updated automatically.

Could you try to run banshee with the --debug option, reproduce the crash, and 
post
the whole output here, including the segmentation fault ?

Original comment by bertrand.lorentz@gmail.com on 30 Jan 2009 at 7:29

GoogleCodeExporter commented 9 years ago
I think this is related to http://bugzilla.gnome.org/show_bug.cgi?id=545370 -- 
For me
mirage (acutally gstreamer) always segfaults at a certain MP3.

When I try to play that MP3 every gstreamer-based player segfaults.

Could you try to play the MP3 where mirage stops processing?

Original comment by dominik....@gmail.com on 2 Mar 2009 at 3:28

GoogleCodeExporter commented 9 years ago
No, I don't think my players would segfault, I don't think my players ever did. 
But I
can doublecheck and get back here.

Original comment by li.bei...@gmail.com on 2 Mar 2009 at 10:49

GoogleCodeExporter commented 9 years ago
Here is an mp3, which crashes every gstreamer-based player (on Ubuntu 8.10):

http://hop.at/tmp/test.mp3

mplayer, mpg123, xine play it w/o any problems.
Banshee crashes, Mirage crashes.

Original comment by dominik....@gmail.com on 4 Mar 2009 at 10:35

GoogleCodeExporter commented 9 years ago
Dominik, your link gives me a "403 Forbidden".

Original comment by bertrand.lorentz@gmail.com on 5 Mar 2009 at 8:40

GoogleCodeExporter commented 9 years ago
oops. now the link to the mp3 should work

Original comment by dominik....@gmail.com on 6 Mar 2009 at 8:14

GoogleCodeExporter commented 9 years ago
The file indeed crashes gstreamer when run like this :
gst-launch-0.10 playbin uri=file:///path/to/test.mp3

I think I have the latest versions of all GStreamer stuff, so this might be 
another
bug than the one that was linked to.
I'll try to get a good stacktrace and report it to http://bugzilla.gnome.org

Original comment by bertrand.lorentz@gmail.com on 1 Apr 2009 at 7:08