I have made a simple pthread program. In main I create a pthread that
has a startroutine as argument which adds two integers. The output is
correct so I guess the threas runs this startroutine. But when I try to
use gdb on the program it never jumps to the start routine, it just
goes through the main function and then returns. I use emacs on Ubuntu
and normaly a little arrow indicates where I am in the code. Why does
this arrow not move to the start routine?