Mam rdzeń, który wygląda bardzo różni się od tych, I zazwyczaj - większość wątków są w __kernel_vsyscall():Co to jest __kernel_vsyscall?
9 process 11334 0xffffe410 in __kernel_vsyscall()
8 process 11453 0xffffe410 in __kernel_vsyscall()
7 process 11454 0xffffe410 in __kernel_vsyscall()
6 process 11455 0xffffe410 in __kernel_vsyscall()
5 process 11474 0xffffe410 in __kernel_vsyscall()
4 process 11475 0xffffe410 in __kernel_vsyscall()
3 process 11476 0xffffe410 in __kernel_vsyscall()
2 process 11477 0xffffe410 in __kernel_vsyscall()
1 process 11323 0x08220782 in MyClass::myfunc()
Co to znaczy?
EDYCJA: W szczególności zwykle widzę wiele wątków w "pthread_cond_wait" i "___newselect_nocancel", a teraz są one w drugiej ramce w każdym wątku - dlaczego ten rdzeń jest inny?
ANSWERED szczegółowo: http://stackoverflow.com/questions/12905799/having-trouble-finding-the-method-kernel-vsyscall-within-the-linux-kernel –