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: bodzio131@… 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

Change History (1)

comment:1 by Ion Gaztañaga, 12 years ago

Resolution: invalid
Status: newclosed

Could not reproduce the bug

Note: See TracTickets for help on using tickets.