sniff.lsp "Core Dump" on 10.2.4-dev

Machine-specific discussion
Unix, Linux, OS X, OS/2, Windows, ..?
Locked
kanen
Posts: 145
Joined: Thu Mar 25, 2010 6:24 pm
Contact:

sniff.lsp "Core Dump" on 10.2.4-dev

Post by kanen »

Yep.

Code: Select all

$ newlisp sniff.lsp wlan0
Segmentation fault (core dumped)
I ran another program (sniffex.c) which I compiled after this happened and it runs just fine.

Something is broken in newLISP 10.2.4. Anything you need from me to help find and fix this issue?

Thanks.
Linux openkane 2.6.32-21-generic #32-Ubuntu SMP Fri Apr 16 08:10:02 UTC 2010 i686 GNU/Linux
[54933.260075] wlan1: associate with AP 00:23:69:66:e7:d6 (try 1)
[54933.263904] wlan1: RX AssocResp from 00:23:69:66:e7:d6 (capab=0x401 status=0 aid=5)
[54933.263918] wlan1: associated
. Kanen Flowers http://kanen.me .

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Re: sniff.lsp "Core Dump" on 10.2.4-dev

Post by Lutz »

The original sniff works fine for me using v.10.2.4 on UBUNTU 9.10. I guess it has to do with the pcap_open_offline modifications. See my answer to your other post: "More sniff.lsp woes ...".

kanen
Posts: 145
Joined: Thu Mar 25, 2010 6:24 pm
Contact:

Re: sniff.lsp "Core Dump" on 10.2.4-dev

Post by kanen »

You are correct, sir.

I assumed an offline file would be exactly the same as traffic. Turns out there's a slight difference which was causing the fault/dump.

That's what I get for assuming.
Lutz wrote:The original sniff works fine for me using v.10.2.4 on UBUNTU 9.10. I guess it has to do with the pcap_open_offline modifications. See my answer to your other post: "More sniff.lsp woes ...".
. Kanen Flowers http://kanen.me .

Locked