You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See this commit for a program that triggers it on my machine:
"It's a bug in pony, I only slightly modified counter.c such that
several threads send to one actor. The actor mailbox has a race that
leads to a crash. We'll need Sylvain's help to fix it without hurting
performance terribly."
Edit: more general: we need someone who knows lock free data structures to fix it without hurting performance terribly.
See this commit for a program that triggers it on my machine:
"It's a bug in pony, I only slightly modified counter.c such that
several threads send to one actor. The actor mailbox has a race that
leads to a crash. We'll need Sylvain's help to fix it without hurting
performance terribly."
Edit: more general: we need someone who knows lock free data structures to fix it without hurting performance terribly.
0c2dcf6
The text was updated successfully, but these errors were encountered: