bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: bash sigabrt


From: Rajaa, Mukuntha (Nokia - IN/Bangalore)
Subject: RE: bash sigabrt
Date: Wed, 21 Jun 2017 08:15:52 +0000

Hi,

No this is an occasional issue and there is no reproducer yet. 

Regards,
Mukunth

-----Original Message-----
From: Eduardo Bustamante [mailto:dualbus@gmail.com] 
Sent: Tuesday, June 20, 2017 9:12 PM
To: Rajaa, Mukuntha (Nokia - IN/Bangalore) <mukuntha.rajaa@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.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?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]