[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bash sigabrt
From: |
Eduardo Bustamante |
Subject: |
Re: bash sigabrt |
Date: |
Tue, 20 Jun 2017 10:41:32 -0500 |
On Tue, Jun 20, 2017 at 9:12 AM, Rajaa, Mukuntha (Nokia -
IN/Bangalore) <mukuntha.rajaa@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?
- bash sigabrt, Rajaa, Mukuntha (Nokia - IN/Bangalore), 2017/06/20
- Re: bash sigabrt,
Eduardo Bustamante <=