Running iptstate on a Raspberry Pi 3 (armhf) yields errors including the
one in this bug's title:

*** Error in `iptstate': munmap_chunk(): invalid pointer: 0x02c62e78 ***
*** Error in `iptstate': free(): invalid pointer: 0x0231ec10 ***

Seems the best that can be done without continuously crashing is to use
watch :(

sudo watch iptstate -1 # Works without crashing

sudo sh -c "while [ true ]; do clear; iptstate; done" # Works with color
by continuously restarting

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1562333

Title:
  iptstate assert failure: *** Error in `iptstate': munmap_chunk():
  invalid pointer: 0x000000000193c990 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iptstate/+bug/1562333/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to