Opened 15 years ago
Closed 12 years ago
#1210 closed Bugs (invalid)
interprocess::barrier hangs during second use under linux (boost 1.33.1)
Reported by: | Owned by: | Ion Gaztañaga | |
---|---|---|---|
Milestone: | To Be Determined | Component: | interprocess |
Version: | Boost 1.34.1 | Severity: | Problem |
Keywords: | Cc: |
Description
I tried to use interprocess::barrier for synchronizing threads from different processes. Under windows it works fine, but under linux it hangs if I want to use barrier object second time. Workaround I found: destroy barrier after first usage and create it again - it works for both platforms.
Regards Bogdan
Note:
See TracTickets
for help on using tickets.
Could not reproduce the bug