Hello Andrey, I tried different options to have symbols for gdb, your suggestion and others with CFLAGS ( -g, -ggdb) but any seems the right. > Try 'configure --disable-optimizations'. Note: After quit gdb the fio load agaisnt CPU come back. I tried : # ./configure --disable-optimizations # gmake CC=gcc I have with gdb the same output: (gdb) info threads Id Target Id Frame * 1 process 54526172 0xd051d470 in ?? () (gdb) thread 1 [Switching to thread 1 (process 54526172)] #0 0xd051d470 in ?? () (gdb) bt #0 0xd051d470 in ?? () #1 0xffffffff in ?? () #2 0xd011f3e8 in ?? () #3 0xd011ee38 in ?? () #4 0x1001ed50 in ?? () #5 0x1001fcbc in ?? () #6 0x10020280 in ?? () #7 0x10000efc in ?? () #8 0x100001bc in ?? () (gdb) I changed to: # ./configure # CC=gcc CFLAGS='-g' gmake Attaching to process 33095880 0xd0119598 in ?? () (gdb) info threads Id Target Id Frame * 1 process 33095880 0xd0119598 in ?? () (gdb) thread 1 [Switching to thread 1 (process 33095880)] #0 0xd0119598 in ?? () (gdb) bt #0 0xd0119598 in ?? () #1 0xffffffff in ?? () #2 0xd0119bc0 in ?? () #3 0xd0118f28 in ?? () #4 0x100625dc in ?? () #5 0x1006482c in ?? () #6 0x10064b90 in ?? () #7 0xd0505c10 in ?? () #8 0x00000000 in ?? () (gdb) I changed to: # ./configure # CC=gcc CFLAGS='-ggdb' gmake 0xd051d470 in ?? () (gdb) info threads Id Target Id Frame * 1 process 12124366 0xd051d470 in ?? () (gdb) thread 1 [Switching to thread 1 (process 12124366)] #0 0xd051d470 in ?? () (gdb) bt #0 0xd051d470 in ?? () #1 0xffffffff in ?? () #2 0xd011f3e8 in ?? () #3 0xd011ee38 in ?? () #4 0x10069230 in ?? () #5 0x10069644 in ?? () #6 0x100004c4 in ?? () #7 0x100001bc in ?? () (gdb) Regards, Thierry -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html