Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 105707 Details for
Bug 160575
media-sound/audacious: crash, infinite loop (100% CPU) because of an erroneous playlist
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Upstream backport
upstream-derived-patch (text/plain), 588 bytes, created by
Raphael Marichez (Falco) (RETIRED)
on 2007-01-06 21:11:06 UTC
(
hide
)
Description:
Upstream backport
Filename:
MIME Type:
Creator:
Raphael Marichez (Falco) (RETIRED)
Created:
2007-01-06 21:11:06 UTC
Size:
588 bytes
patch
obsolete
>--- /home/falco/playback.c.orig 2006-10-30 11:32:34.000000000 +0100 >+++ playback.c 2007-01-06 21:47:55.949404655 +0100 >@@ -82,6 +82,7 @@ > bmp_playback_initiate(void) > { > PlaylistEntry *entry = NULL; >+ int penalty = 0 ; > > if (playlist_get_length() == 0) > return; >@@ -112,6 +113,12 @@ > > if (entry == NULL) > return; >+ >+ if (entry->decoder == NULL && (entry->decoder = input_check_file(entry->filename, FALSE)) == NULL) >+ penalty++; >+ >+ if (penalty > 15) >+ return; > } > > if (bmp_playback_get_time() != -1) { >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 160575
: 105707 |
105709