bug-bash
[Top][All Lists]
Advanced

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

Segmentation fault bash 4.3.022


From: lolilolicon
Subject: Segmentation fault bash 4.3.022
Date: Tue, 12 Aug 2014 02:21:18 +0800

Sorry for the unhelpful title, but I can't find a one that isn't
longer than the body of the mail.

The following code segfaults when run by bash 4.3.022

  set -E
  shopt -s lastpipe
  trap -- 'true' ERR
  true | { true | false; }

This is probably related to the bug patched by bash43-022.



reply via email to

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