Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 872938 Details for
Bug 915827
app-misc/utimer-0.4-r1 with glibc 2.38-r5: deadlock at exit in countdown mode
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Workaround fix
utimer-use-unlocked-io-in-thread.patch (text/plain), 252 bytes, created by
Maciej S. Szmigiero
on 2023-10-15 16:58:40 UTC
(
hide
)
Description:
Workaround fix
Filename:
MIME Type:
Creator:
Maciej S. Szmigiero
Created:
2023-10-15 16:58:40 UTC
Size:
252 bytes
patch
obsolete
>--- a/src/utils.c 2023-10-15 17:45:06.363030149 +0200 >+++ b/src/utils.c 2023-10-15 18:35:02.228297179 +0200 >@@ -226,7 +226,7 @@ > gint c; > do > { >- c = fgetc (stdin); >+ c = fgetc_unlocked (stdin); > g_print ("\b "); > switch (c) > {
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 915827
: 872938