Guest User

Untitled

a guest
Aug 10th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Segmentation fault caused by pthread_kill
  2. int
  3. __pthread_kill (threadid, signo)
  4. pthread_t threadid;
  5. int signo;
  6. {
  7. struct pthread *pd = (struct pthread *) threadid;
Add Comment
Please, Sign In to add comment