View Single Post
Old 07-10-2005   #22 (permalink)
grcore
Member at large
 
grcore's Avatar
 
Join Date: Aug 2004
Posts: 121
Quote:
Originally Posted by devine
Ok, I guess I'll just disable the timeout and not reassociate every 30s.
Maybe just add an option for reassociate timeout value from the command line.
Quote:
Originally Posted by devine
Some people reported it, but I couldn't reproduce :/. Could you start:

gdb --args ./aircrack [options] my_dump.cap

Then type run, and when it segfaults type "where". Also have a look at variables and such. Thanks!
-- Christophe
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)
Another one
Code:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1218434128 (LWP 5320)]
0x0804a380 in ?? ()
(gdb) where
#0  0x0804a380 in ?? ()
#1  0xb7603008 in ?? ()
#2  0x0000000f in ?? ()
#3  0x0000007f in ?? ()
#4  0x000937f6 in ?? ()
#5  0x0f000000 in ?? ()
#6  0x5e7272a3 in ?? ()
(gdb)

Last edited by grcore : 07-10-2005 at 01:45 PM.
grcore is offline   Reply With Quote