Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

race condition != data race. Specifically, in go, a race condition can cause application level bugs but won't affect, directly, the runtime consistency; on the other hand a data race on a slice can cause torn writes and segfaults in the best case, and fandango on core in the worst case.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: