Skip to content
Snippets Groups Projects
Commit 3d87cf55 authored by Florian Schmaus's avatar Florian Schmaus
Browse files

eval/BFP9000: explicitly sync fibril

The binary fails if the fibril is synced implicitly over its
destructor. It appears that after membar(doSync()), the base pointer
is wrong, causing the subsequent "reverseStealCount = 0" in
syncWaitFree() to write to unallocate memory. I am not sure yet why,
but this works around the issue.
parent 9be56bd1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment