Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!usenet.stanford.edu!not-for-mail From: isabella parakiss 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: References: 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 To: "Chris F.A. Johnson" 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: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com gnu.bash.bug:11430 On 8/22/15, Chris F.A. Johnson 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