Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 48011 Details for
Bug 77220
xmms-arts plugin fails after some seconds
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/xmms-arts-0.7.1-eintr.patch
xmms-arts-0.7.1-eintr.patch (text/plain), 377 bytes, created by
Simone Piccinini
on 2005-01-09 05:01:51 UTC
(
hide
)
Description:
files/xmms-arts-0.7.1-eintr.patch
Filename:
MIME Type:
Creator:
Simone Piccinini
Created:
2005-01-09 05:01:51 UTC
Size:
377 bytes
patch
obsolete
>--- audio.c.old 2005-01-09 13:32:09.629042808 +0100 >+++ audio.c 2005-01-09 13:32:59.646439008 +0100 >@@ -86,8 +86,12 @@ > timeout.tv_sec = 10; > timeout.tv_usec = 0; > >+again: > sr = select(fd + 1, &rdfs, NULL, NULL, &timeout); > if (sr < 0) { >+ if(errno==EINTR) { >+ goto again; >+ } > g_message("wait_for_helper(): select failed: %s", > strerror(errno)); > return -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 77220
: 48011 |
49407