Peter Kay wrote: > Wireshark, running on -current, is dumping core ('illegal > instruction') on two separate pentium ii systems here. It's fine on a > Core2Duo running i386. > > I'm presuming it's using pentium 3 or later instructions/SSE2 etc. Has > anyone else seen this before I look at it?
Can you run it in GDB and trigger the crash? That seems like the easiest way to get the offending instruction. I know we had to handle something like this in lang/go recently. There was a discussion on ports@.