python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why does pthread_join crash (seg fault) at 306 Joins?
I'm playing around with creating a BUNCH of threads, just see learn a bit more about pthread. I've copied a program I found, and instead of making 1 thread, and joining it, it will create X threads, ...
ParallelNewB
Votes: 0
Answers: 2
Threaded application fails for 32bit mode while it works fine for 64bit mode
I have a normal server application which hits SIGSEGV during booting. Code involved in SIGSEGV part contains pthread_cond_wait, pthread_setcancelstate, pthread_cond_timedwait, pthread_cleanup_push and...
Digvijaysingh Gour
Votes: 0
Answers: 1
Threads appear to run randomly.. Reliable only after slowing down the join after thread creation
I am observing strange behavior using pthreads. Note the following code -
#include <iostream>
#include <string>
#include <algorithm>
#include <vector>
#include <pthread.h>...

Rajat Mitra
Votes: 0
Answers: 1