Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3391E200B7C for ; Thu, 8 Sep 2016 10:43:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 324E5160AA5; Thu, 8 Sep 2016 08:43:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 69A0B160ABD for ; Thu, 8 Sep 2016 10:43:22 +0200 (CEST) Received: (qmail 89088 invoked by uid 500); 8 Sep 2016 08:43:21 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 89074 invoked by uid 99); 8 Sep 2016 08:43:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Sep 2016 08:43:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 648112C1B75 for ; Thu, 8 Sep 2016 08:43:21 +0000 (UTC) Date: Thu, 8 Sep 2016 08:43:21 +0000 (UTC) From: "Guillaume Nodet (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (KARAF-4697) Infinite error loop on F24 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 08 Sep 2016 08:43:23 -0000 [ https://issues.apache.org/jira/browse/KARAF-4697?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated KARAF-4697: ----------------------------------- Affects Version/s: (was: 4.0.6) 4.1.0 > Infinite error loop on F24 > -------------------------- > > Key: KARAF-4697 > URL: https://issues.apache.org/jira/browse/KARAF-4697 > Project: Karaf > Issue Type: Bug > Components: karaf-shell > Affects Versions: 4.1.0 > Reporter: John Poth > > Since [KARAF-4188|https://github.com/apache/karaf/commit/12fdb85f3afb34b9= cbd3207aa405a3036ce27913], KARAF will use the JnaNativePty by default which= causes the following infinite error loop on F24: {code} 2016-09-02T13:30:4= 9,505 | ERROR | Karaf local console user karaf | ShellUtil | 43 - org.apach= e.karaf.shell.core - 4.1.0.SNAPSHOT | Exception caught while executing comm= and com.sun.jna.LastErrorException: [22] at com.sun.jna.Native.invokeVoid(N= ative Method) ~[?:?] at com.sun.jna.Function.invoke(Function.java:367) [?:?= ] at com.sun.jna.Function.invoke(Function.java:315) [?:?] at com.sun.jna.Li= brary$Handler.invoke(Library.java:212) [?:?] at com.sun.proxy.$Proxy33.tcse= tattr(Unknown Source) [9:jline:3.0.0.M1] at org.jline.terminal.impl.jna.lin= ux.LinuxNativePty.setAttr(LinuxNativePty.java:71) [9:jline:3.0.0.M1] at org= .jline.terminal.impl.AbstractPosixTerminal.setAttributes(AbstractPosixTermi= nal.java:36) [9:jline:3.0.0.M1] at org.jline.terminal.impl.AbstractTerminal= .enterRawMode(AbstractTerminal.java:94) [9:jline:3.0.0.M1] at org.apache.ka= raf.shell.impl.console.JLineTerminal.enterRawMode(JLineTerminal.java:138) [= 43:org.apache.karaf.shell.core:4.1.0.SNAPSHOT] at org.jline.reader.impl.Lin= eReaderImpl.readLine(LineReaderImpl.java:444) [9:jline:3.0.0.M1] at org.jli= ne.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:390) [9:jline:3.= 0.0.M1] {code} I created an [issue|https://github.com/jline/jline3/issues/1= 1] and [PR|https://github.com/jline/jline3/pull/12] in JLine3 to resolve th= is. -- This message was sent by Atlassian JIRA (v6.3.4#6332)