Comment 8 for bug 1562333

Revision history for this message
ironstorm (ironstorm-gmail) wrote :

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