Re: tcpdump core's on the latest snapshot

2022-02-13 Thread Mikhail
On Sun, Feb 13, 2022 at 12:54:19PM +0100, Otto Moerbeek wrote: > I can see two problems: > > 1. setjump returning 1 > 2. freechunks() segfaulting. > > Here I'll concentrate on 2), as I suspect 1) has a cause that is already in > the process of being diagnosed/fixed elsewhere. The patch works -

Re: tcpdump core's on the latest snapshot

2022-02-13 Thread Otto Moerbeek
On Sun, Feb 13, 2022 at 12:54:19PM +0100, Otto Moerbeek wrote: > On Sun, Feb 13, 2022 at 01:12:34PM +0300, Mikhail wrote: > > > Running this command on the latest snapshot produces core file for me: > > > > doas tcpdump -i urtwn0 proto ip6 BTW, the proper way to filter ipv6 packets is either

Re: tcpdump core's on the latest snapshot

2022-02-13 Thread Otto Moerbeek
On Sun, Feb 13, 2022 at 01:12:34PM +0300, Mikhail wrote: > Running this command on the latest snapshot produces core file for me: > > doas tcpdump -i urtwn0 proto ip6 > > Core details: > > misha:/home/misha:3959$ doas lldb --core tcpdump.core tcpdump > (lldb) target create "tcpdump" --core

tcpdump core's on the latest snapshot

2022-02-13 Thread Mikhail
Running this command on the latest snapshot produces core file for me: doas tcpdump -i urtwn0 proto ip6 Core details: misha:/home/misha:3959$ doas lldb --core tcpdump.core tcpdump (lldb) target create "tcpdump" --core "tcpdump.core" Core file '/home/misha/tcpdump.core' (x86_64) was loaded.