Open GoogleCodeExporter opened 9 years ago
Original comment by trialuser02
on 28 Sep 2010 at 3:42
After thinking bout it some more, I decided to make a new playlist out of video
clips only. Qmmp segfaulted when I tried to play it.
I had to create the playlist, close Qmmp and reopen it until it played
something.
after that, I had to play with it a bit until it would play more then one video
in a row.
when it played more then one video in a row it behaved strange. the playlist's
current song acted like it should, but mplayer opened every file twice, and
because of that it actually lagged behind the current song indicator.
for example, if the current song was A,B,C,D,E,F,G,H, then the video showing
was A,A,B,B,C,C,D,D.
After a while Qmmp decided to stop on it's own. weird, eh?
Original comment by avih...@gmail.com
on 28 Sep 2010 at 4:46
Try latest svn.
Original comment by trialuser02
on 28 Sep 2010 at 4:53
[deleted comment]
Can't recreate with latest SVN.
So it's fixed?
Original comment by avih...@gmail.com
on 5 Oct 2010 at 12:32
Yes, I think so. But it require testing.
Original comment by trialuser02
on 7 Oct 2010 at 6:54
OK, I can recreate a similar bug if not the same bug:
method:
1. let a song play.
2. add a video to the queue.
3. turn on the "Auto Stop" feature.
result: segfault
this doesn't happen if you:
1. create a playlist where the song before last is an mp3, and the last is a
video.
2. make sure shuffle and repeat and repeat playlist are off.
3. play the before last song.
Sooooooooo, looks like I messed something with the autostop...
Bad signal hijacking?
Attached the output.
Original comment by avih...@gmail.com
on 12 Oct 2010 at 6:12
Attachments:
OK, yet another fix. Please test.
Original comment by trialuser02
on 16 Oct 2010 at 7:24
I've compiled, and now I can't play music files:
StateHandler: Current state: Playing; previous state: Buffering
qmmp: pcm.c:1942: snd_pcm_bytes_to_frames: Assertion `pcm' failed.
Aborted
Disabling the cross-fade plugin doesn't help.
If I set the installed Qmmp to play a video, then I can queue up movies in the
compiled version and see them without problem.
I've only just noticed that to recreate the bug in comment #7, you need to
either start Qmmp on a song/music file, instead of step 1, or play a video
before step 1.
Assert/Abort log attached (starting Qmmp on a music file).
Original comment by avih...@gmail.com
on 16 Oct 2010 at 3:13
Attachments:
Installed version: 0.5.0-svn-r1927
Compiled version: 0.5.0-svn-r1941
Original comment by avih...@gmail.com
on 16 Oct 2010 at 3:22
May be alsa plugin links with old version. Try to remove old version first and
run 'make distclean' before compilation.
Original comment by trialuser02
on 17 Oct 2010 at 8:53
Yes, you are right, it was loading the installed plugin.
This isn't an issue when I just tinker with the UI, so forgot...
I "sudo make install"ed, and it works.
I can no longer recreate the bug from comment #7.
I wonder how many of the crashes that I experienced before adding auto stop
this solves.
I also wonder if you managed to recreate my bugs, or if the log and description
were enough.
Original comment by avih...@gmail.com
on 17 Oct 2010 at 10:19
Original issue reported on code.google.com by
avih...@gmail.com
on 28 Sep 2010 at 12:48Attachments: