On Tue, Jun 20, 2017 at 9:12 AM, Rajaa, Mukuntha (Nokia - IN/Bangalore) <mukuntha.ra...@nokia.com> wrote: > Hi, > > Bash-4.4.12(1) release occasionally coredumps. This was tested on mips64 > platform. Could you please confirm, is this a known bug or should I raise a > ticket for this ?
This error means that bash's internal allocator found an issue (perhaps the code is trying to `free' a memory region that was not allocated by it) and calls `abort()' which causes the process to end. It looks like it crashed during completion for `netst'. Can you reproduce this consistently? And if so, how?