Re: [tcpdump-workers] libpcap filter parsing bug

2005-11-28 Thread richard
Ack. I didn't even think to be suspicious of the compiler. When I turned the gcc compiler optimization for libpcap from -O2 to -O0 (optimization off), the tcpdump started working fine. I further narrowed it down to the -fstrict-aliasing optimization. So I can settle on optimzations set to: -O2

Re: [tcpdump-workers] libpcap filter parsing bug

2005-11-27 Thread Christian Kreibich
There's also the possibility of the SE Linux default configuration shipped with FC4 causing trouble. Try disabling it and see if the error persists? Cheers, Christian. --

Re: [tcpdump-workers] libpcap filter parsing bug

2005-11-24 Thread Guy Harris
Guy Harris wrote: I'd advise you to talk to the Fedora team about this, and mention that this stuff *doesn't* crash on any other platform. ...and that there is already one known FC4 compiler bug - Google for fc4 compiler bug gcc libvgahw for some reports of it. That bug might also

Re: [tcpdump-workers] libpcap filter parsing bug

2005-11-23 Thread Guy Harris
richard wrote: I am using tcpdump version 3.8.3, with libpcap 0.8.3. This has worked for me on various versions of solaris, aix, and linux, but crashes when I use it in Fedora Linux version 2.6.13-1.1532_FC4smp. Perhaps there's a compiler bug in FC4. Libpcap isn't crashing on other