Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 318020 Details for
Bug 426358
sys-block/partimage server crashes with pthread error when client attempts to download image
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Partimage pthread_mutexattr_t Init Patch
partimage-0.6.9-pthread.patch (text/plain), 440 bytes, created by
Justin Chevrier
on 2012-07-12 19:12:50 UTC
(
hide
)
Description:
Partimage pthread_mutexattr_t Init Patch
Filename:
MIME Type:
Creator:
Justin Chevrier
Created:
2012-07-12 19:12:50 UTC
Size:
440 bytes
patch
obsolete
>--- src/server/partimaged-client.cpp.orig 2012-07-12 14:30:15.000000000 -0400 >+++ src/server/partimaged-client.cpp 2012-07-12 14:30:29.000000000 -0400 >@@ -23,6 +23,7 @@ > CPartimagedClients::CPartimagedClients() > { > showDebug(10, "mutex init for clients\n"); >+ pthread_mutexattr_init(&mClientsAttr); > pthread_mutex_init(&mClients, &mClientsAttr); > Clients = new CIdefRemote[g_uiNbClients+1]; // one more for first client to reject > }
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 426358
: 318020