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
graydon opened this issue
Jun 21, 2012
· 3 comments
Labels
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
in lock_and_signal.cpp, there's a made-up looking constant for the invalid pthread. This is not actually the right thing to do. There is no by-spec invalid pthread value. you have to use a separate flag and uninitialized memory or something.
The text was updated successfully, but these errors were encountered:
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
in lock_and_signal.cpp, there's a made-up looking constant for the invalid pthread. This is not actually the right thing to do. There is no by-spec invalid pthread value. you have to use a separate flag and uninitialized memory or something.
The text was updated successfully, but these errors were encountered: