Skip to content
Snippets Groups Projects

Replace pthread_exit(NULL) calls by return NULL

Merged Simon Praetorius requested to merge issue/pthread-exit-null into master

This MR solves a segfault problem with pthread. See the linked issue for details. It follows the accepted answer in https://stackoverflow.com/a/27235846

Closes #121 (closed)

This seems to solve the issues when tested with clang libc++ (where the error actually showed up)

Edited by Simon Praetorius

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading