Quote:
|
Originally Posted by grcore
Code:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1218036816 (LWP 5171)]
0x0804a45d in ?? ()
(gdb) where
#0 0x0804a45d in ?? ()
#1 0xb7664008 in ?? ()
#2 0x0000000f in ?? ()
#3 0x0000006a in ?? ()
#4 0x0003129f in ?? ()
#5 0x0f000000 in ?? ()
#6 0x365757de in ?? ()
#7 0x0001004a in ?? ()
#8 0x0000000c in ?? ()
(gdb)
|
I don't think that will be very helpfull.. Did you install aircrack via make install ? If that is the case, you have stripped the debugging info available.
Change to the directory where you have compiled the beta source, then enter the gdb command as devine listed it, and try again.
That should give a more informative gdb output.
Dutch