[quote=grcore]
Code:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1218036816 (LWP 5774)]
crack_wep_thread (arg=0x0) at linux/aircrack.c:923
923 o1 = wep.ivbuf[xv + 3] ^ 0xAA; io1 = Si[o1]; S1 = S[1];
(gdb) where
#0 crack_wep_thread (arg=0x0) at linux/aircrack.c:923
#1 0xb7fccb3c in start_thread () from /lib/tls/libpthread.so.0
#2 0xb7f6793a in clone () from /lib/tls/libc.so.6
(gdb)
Ok, something wrong is happening with the global IV buffer. Can this segfault be reproduced in a deterministic manner ? If so, could you send me your pcap input files.