Hi, No this is an occasional issue and there is no reproducer yet.
Regards, Mukunth -----Original Message----- From: Eduardo Bustamante [mailto:dual...@gmail.com] Sent: Tuesday, June 20, 2017 9:12 PM To: Rajaa, Mukuntha (Nokia - IN/Bangalore) <mukuntha.ra...@nokia.com> Cc: bug-bash@gnu.org Subject: Re: bash sigabrt 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?