Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #11430
| Path | csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!usenet.stanford.edu!not-for-mail |
|---|---|
| From | isabella parakiss <izaberina@gmail.com> |
| Newsgroups | gnu.bash.bug |
| Subject | Re: coredump with wait -n |
| Date | Sun, 23 Aug 2015 20:17:58 +0200 |
| Lines | 28 |
| Approved | bug-bash@gnu.org |
| Message-ID | <mailman.145.1440353882.11330.bug-bash@gnu.org> (permalink) |
| References | <CAAZkfo+PhLwFZ_XD3-K70eumZfUHzs_h2DxrUzDhCWfJ2Bmytg@mail.gmail.com> <alpine.DEB.2.10.1508221632200.4115@chris.tor> |
| NNTP-Posting-Host | lists.gnu.org |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| X-Trace | usenet.stanford.edu 1440353883 7606 208.118.235.17 (23 Aug 2015 18:18:03 GMT) |
| X-Complaints-To | action@cs.stanford.edu |
| Cc | bug-bash <bug-bash@gnu.org> |
| To | "Chris F.A. Johnson" <chris@cfajohnson.com> |
| Envelope-to | bug-bash@gnu.org |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=+GY3BOcqqv3B9FLvkkumsh+4qtR/0WBo3c1HFppFzYo=; b=QzQCENI6fE6Q12om5mp1KZ5rDkzcOPuq8hwjQxEhaf/Ue+iLQsU8G5B+PfA6utgabm sxH7g7lyaRbjUoCYfva66w6kUlg/JjM3ORK3IUpHC0HfzgizF8ZweifyDePYVP8dlEhD HmZwz+nRTys0aZ73QPfd0UGA23bWZ9njHCzLlDxkmB3Xmw1GG6J+UhIIcu/WPz9d70AR qdgRKex2S6vLMzLoXb9ZyhrC+VjbIrScSEEv2WqZ889yiWnYGYdegwdW/apszCMowdbx JT9webq/75ezlETvjGxDP0tUfypX9M3KmnmvZ3ifVIx51z5l/lFRFLVul5yNCqFEeJ5B E2hg== |
| X-Received | by 10.107.154.13 with SMTP id c13mr15798092ioe.104.1440353878837; Sun, 23 Aug 2015 11:17:58 -0700 (PDT) |
| In-Reply-To | <alpine.DEB.2.10.1508221632200.4115@chris.tor> |
| X-detected-operating-system | by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). |
| X-Received-From | 2607:f8b0:4001:c06::232 |
| X-BeenThere | bug-bash@gnu.org |
| X-Mailman-Version | 2.1.14 |
| Precedence | list |
| List-Id | Bug reports for the GNU Bourne Again SHell <bug-bash.gnu.org> |
| List-Unsubscribe | <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe> |
| List-Archive | <http://lists.gnu.org/archive/html/bug-bash> |
| List-Post | <mailto:bug-bash@gnu.org> |
| List-Help | <mailto:bug-bash-request@gnu.org?subject=help> |
| List-Subscribe | <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe> |
| Xref | csiph.com gnu.bash.bug:11430 |
Show key headers only | View raw
On 8/22/15, Chris F.A. Johnson <chris@cfajohnson.com> wrote: > On Sat, 22 Aug 2015, isabella parakiss wrote: > >> Hi, after running wait -n there's something wrong, ^C doesn't work >> properly anymore: it displays ^C in the readline buffer, but the current >> line stays there until I press enter. Running any command "fixes" it. >> >> >> It can also dump core if you try with multiple jobs. >> >> $ bash --norc >> bash-4.3$ sleep 1 & sleep 2 & wait -n >> [1] 8368 >> [2] 8369 >> [1]- Done sleep 1 >> bash-4.3$ ^C*** stack smashing detected ***: bash terminated > > I have no problem running that line, and ^C still works. > I can provide additional infos if you tell me what to do. I tried to reproduce it in gdb without much success, but anyway others confirmed that bash crashes... --- xoxo iza
Back to gnu.bash.bug | Previous | Next | Find similar
Re: coredump with wait -n isabella parakiss <izaberina@gmail.com> - 2015-08-23 20:17 +0200
csiph-web