FreeBSD Bugzilla – Attachment 127417 Details for
Bug 171252
net-p2p/bitcoin suffers a spinlock problem (fix included)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 535 bytes, created by
Steven Lee
on 2012-09-02 14:40:08 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Steven Lee
Created:
2012-09-02 14:40:08 UTC
Size:
535 bytes
patch
obsolete
>--- work/bitcoin-bitcoin-6e0c5e3/src/util.h.orig 2012-09-02 08:13:29.000000000 -0500 >+++ work/bitcoin-bitcoin-6e0c5e3/src/util.h 2012-09-02 08:14:08.000000000 -0500 >@@ -290,8 +290,6 @@ > LeaveCritical(); \ > } > >-#ifdef MAC_OSX >-// boost::interprocess::interprocess_semaphore seems to spinlock on OSX; prefer polling instead > class CSemaphore > { > private: >@@ -328,9 +326,6 @@ > val++; > } > }; >-#else >-typedef boost::interprocess::interprocess_semaphore CSemaphore; >-#endif > > inline std::string i64tostr(int64 n) > {
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 171252
: 127417