[Touch-packages] [Bug 1997093] Re: bash 5.2 regression too-aggressive optimizing of forks in an `eval' command inside a (command) subshell

2023-03-17 Thread Frode Nordahl
** Changed in: bash (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bash in Ubuntu.
https://bugs.launchpad.net/bugs/1997093

Title:
  bash 5.2 regression too-aggressive optimizing of forks in an `eval'
  command inside a (command) subshell

Status in bash package in Ubuntu:
  Fix Released
Status in ovn package in Ubuntu:
  Fix Released

Bug description:
  OVN makes use of GNU autotest for its testsuite. This in turn is a
  heavy user of bash.

  For some reason, when the 'ovn-controller incremental processing' test
  is executed using bash 5.2 on Debian experimental or Ubuntu
  Kinetic/Lunar, the `eval` [0] in the `counter_delta_` function
  misinterprets successful execution of commands [1], leading to a false
  negative for the 'ovn-controller incremental processing' test [2].

  Backporting the bash 5.1 package from Jammy, or compiling bash 5.1
  from upstream sources and rerunning the test makes it succeed.

  This does come across as a regression in bash.

  0: 
https://github.com/ovn-org/ovn/blob/a042aa23e79a0d36f1ce7b0ccfcf0a5995b045cd/tests/ovn-performance.at#L116
  1: 
https://github.com/ovn-org/ovn/blob/a042aa23e79a0d36f1ce7b0ccfcf0a5995b045cd/tests/ovn-performance.at#L479
  2: 
https://github.com/ovn-org/ovn/blob/a042aa23e79a0d36f1ce7b0ccfcf0a5995b045cd/tests/ovn-performance.at#L227

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1997093/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1997093] Re: bash 5.2 regression too-aggressive optimizing of forks in an `eval' command inside a (command) subshell

2023-01-11 Thread Launchpad Bug Tracker
This bug was fixed in the package ovn - 22.12.0-4

---
ovn (22.12.0-4) unstable; urgency=medium

  * Extend list of tests to skip (LP: #2002475, LP: #2002476, LP:
#2002477).

 -- Frode Nordahl   Wed, 11 Jan 2023
09:23:01 +0100

** Changed in: ovn (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bash in Ubuntu.
https://bugs.launchpad.net/bugs/1997093

Title:
  bash 5.2 regression too-aggressive optimizing of forks in an `eval'
  command inside a (command) subshell

Status in bash package in Ubuntu:
  Fix Committed
Status in ovn package in Ubuntu:
  Fix Released

Bug description:
  OVN makes use of GNU autotest for its testsuite. This in turn is a
  heavy user of bash.

  For some reason, when the 'ovn-controller incremental processing' test
  is executed using bash 5.2 on Debian experimental or Ubuntu
  Kinetic/Lunar, the `eval` [0] in the `counter_delta_` function
  misinterprets successful execution of commands [1], leading to a false
  negative for the 'ovn-controller incremental processing' test [2].

  Backporting the bash 5.1 package from Jammy, or compiling bash 5.1
  from upstream sources and rerunning the test makes it succeed.

  This does come across as a regression in bash.

  0: 
https://github.com/ovn-org/ovn/blob/a042aa23e79a0d36f1ce7b0ccfcf0a5995b045cd/tests/ovn-performance.at#L116
  1: 
https://github.com/ovn-org/ovn/blob/a042aa23e79a0d36f1ce7b0ccfcf0a5995b045cd/tests/ovn-performance.at#L479
  2: 
https://github.com/ovn-org/ovn/blob/a042aa23e79a0d36f1ce7b0ccfcf0a5995b045cd/tests/ovn-performance.at#L227

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1997093/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1997093] Re: bash 5.2 regression too-aggressive optimizing of forks in an `eval' command inside a (command) subshell

2023-01-09 Thread Frode Nordahl
https://launchpad.net/ubuntu/+source/bash/5.2.15-2ubuntu1

** Changed in: bash (Ubuntu)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bash in Ubuntu.
https://bugs.launchpad.net/bugs/1997093

Title:
  bash 5.2 regression too-aggressive optimizing of forks in an `eval'
  command inside a (command) subshell

Status in bash package in Ubuntu:
  Fix Committed
Status in ovn package in Ubuntu:
  New

Bug description:
  OVN makes use of GNU autotest for its testsuite. This in turn is a
  heavy user of bash.

  For some reason, when the 'ovn-controller incremental processing' test
  is executed using bash 5.2 on Debian experimental or Ubuntu
  Kinetic/Lunar, the `eval` [0] in the `counter_delta_` function
  misinterprets successful execution of commands [1], leading to a false
  negative for the 'ovn-controller incremental processing' test [2].

  Backporting the bash 5.1 package from Jammy, or compiling bash 5.1
  from upstream sources and rerunning the test makes it succeed.

  This does come across as a regression in bash.

  0: 
https://github.com/ovn-org/ovn/blob/a042aa23e79a0d36f1ce7b0ccfcf0a5995b045cd/tests/ovn-performance.at#L116
  1: 
https://github.com/ovn-org/ovn/blob/a042aa23e79a0d36f1ce7b0ccfcf0a5995b045cd/tests/ovn-performance.at#L479
  2: 
https://github.com/ovn-org/ovn/blob/a042aa23e79a0d36f1ce7b0ccfcf0a5995b045cd/tests/ovn-performance.at#L227

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1997093/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1997093] Re: bash 5.2 regression too-aggressive optimizing of forks in an `eval' command inside a (command) subshell

2022-12-15 Thread Frode Nordahl
https://lists.gnu.org/archive/html/bug-bash/2022-12/msg00050.html

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bash in Ubuntu.
https://bugs.launchpad.net/bugs/1997093

Title:
  bash 5.2 regression too-aggressive optimizing of forks in an `eval'
  command inside a (command) subshell

Status in bash package in Ubuntu:
  New
Status in ovn package in Ubuntu:
  New

Bug description:
  OVN makes use of GNU autotest for its testsuite. This in turn is a
  heavy user of bash.

  For some reason, when the 'ovn-controller incremental processing' test
  is executed using bash 5.2 on Debian experimental or Ubuntu
  Kinetic/Lunar, the `eval` [0] in the `counter_delta_` function
  misinterprets successful execution of commands [1], leading to a false
  negative for the 'ovn-controller incremental processing' test [2].

  Backporting the bash 5.1 package from Jammy, or compiling bash 5.1
  from upstream sources and rerunning the test makes it succeed.

  This does come across as a regression in bash.

  0: 
https://github.com/ovn-org/ovn/blob/a042aa23e79a0d36f1ce7b0ccfcf0a5995b045cd/tests/ovn-performance.at#L116
  1: 
https://github.com/ovn-org/ovn/blob/a042aa23e79a0d36f1ce7b0ccfcf0a5995b045cd/tests/ovn-performance.at#L479
  2: 
https://github.com/ovn-org/ovn/blob/a042aa23e79a0d36f1ce7b0ccfcf0a5995b045cd/tests/ovn-performance.at#L227

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1997093/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1997093] Re: bash 5.2 regression too-aggressive optimizing of forks in an `eval' command inside a (command) subshell

2022-11-23 Thread Frode Nordahl
https://git.savannah.gnu.org/cgit/bash.git/commit/?h=devel=94d25f57f124a9b2268a3af0a0915871032f426e

** Summary changed:

- bash 5.2 regression in optimize_connection_fork
+ bash 5.2 regression too-aggressive optimizing of forks in an `eval' command 
inside a (command) subshell

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bash in Ubuntu.
https://bugs.launchpad.net/bugs/1997093

Title:
  bash 5.2 regression too-aggressive optimizing of forks in an `eval'
  command inside a (command) subshell

Status in bash package in Ubuntu:
  New
Status in ovn package in Ubuntu:
  New

Bug description:
  OVN makes use of GNU autotest for its testsuite. This in turn is a
  heavy user of bash.

  For some reason, when the 'ovn-controller incremental processing' test
  is executed using bash 5.2 on Debian experimental or Ubuntu
  Kinetic/Lunar, the `eval` [0] in the `counter_delta_` function
  misinterprets successful execution of commands [1], leading to a false
  negative for the 'ovn-controller incremental processing' test [2].

  Backporting the bash 5.1 package from Jammy, or compiling bash 5.1
  from upstream sources and rerunning the test makes it succeed.

  This does come across as a regression in bash.

  0: 
https://github.com/ovn-org/ovn/blob/a042aa23e79a0d36f1ce7b0ccfcf0a5995b045cd/tests/ovn-performance.at#L116
  1: 
https://github.com/ovn-org/ovn/blob/a042aa23e79a0d36f1ce7b0ccfcf0a5995b045cd/tests/ovn-performance.at#L479
  2: 
https://github.com/ovn-org/ovn/blob/a042aa23e79a0d36f1ce7b0ccfcf0a5995b045cd/tests/ovn-performance.at#L227

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1997093/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp