From orion@cora.nwra.com Sun Oct 12 16:27:24 2014 Received: (at submit) by bugs.x2go.org; 12 Oct 2014 14:27:26 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID, URIBL_BLOCKED autolearn=ham version=3.3.2 Received: from mail.cora.nwra.com (mercury.cora.nwra.com [4.28.99.165]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 2C8225DEA7 for ; Sun, 12 Oct 2014 16:27:24 +0200 (CEST) Received: from pacas.cora.nwra.com (vpn18.cora.nwra.com [10.11.1.18]) (authenticated bits=0) by mail.cora.nwra.com (8.14.4/8.14.4) with ESMTP id s9CERLOL018380 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Sun, 12 Oct 2014 08:27:22 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cora.nwra.com; s=default; t=1413124042; bh=kw8D6fWSXOuhBXs6rWyGTy+WDlgb+6Vff49LXMTXEys=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=JRNrHcfCohyrAhCnznAtpL/0pUlRSvZvP1tC4o/O/AroYSPVPvZ19I8yLjJ9VXXnX tp8ilRg9w5ZFaDAoaxPY9fZJnq6UeZIKRcdzMb/dkh/KvXxtCFXbWzglM7VbNNlKFP l/DHelttP3fPzv8Gjo6QtYiUtxCM0t5hmXsuT4GY= Message-ID: <543A8FC9.6010202@cora.nwra.com> Date: Sun, 12 Oct 2014 08:27:21 -0600 From: Orion Poplawski User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-Version: 1.0 To: submit@bugs.x2go.org Subject: x2goagent crash in XFreeFontPath Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Package: nx-libs Version: 3.5.0.27 Core was generated by `/usr/lib64/nx/../x2go/bin/x2goagent -extension XFIXES -nolisten tcp -nolisten t'. Program terminated with signal SIGABRT, Aborted. #0 0x00007f1be42d9877 in raise () from /lib64/libc.so.6 Missing separate debuginfos, use: debuginfo-install glibc-2.18-16.fc20.x86_64 libX11-1.6.1-1.fc20.x86_64 libXau-1.0.8-2.fc20.x86_64 libXcursor-devel-1.1.14-2.fc20.x86_64 libXfixes-5.0.1-2.fc20.x86_64 libXrender-0.9.8-2.fc20.x86_64 libgcc-4.8.3-7.fc20.x86_64 libjpeg-turbo-1.3.1-2.fc20.x86_64 libpng-1.6.6-3.fc20.x86_64 libstdc++-4.8.3-7.fc20.x86_64 libxcb-1.9.1-3.fc20.x86_64 libxml2-2.9.1-2.fc20.x86_64 sssd-client-1.11.7-2.fc20.x86_64 xz-libs-5.1.2-12alpha.fc20.x86_64 zlib-1.2.8-3.fc20.x86_64 (gdb) bt #0 0x00007f1be42d9877 in raise () from /lib64/libc.so.6 #1 0x00007f1be42daf68 in abort () from /lib64/libc.so.6 #2 0x00007f1be4319a54 in __libc_message () from /lib64/libc.so.6 #3 0x00007f1be43203ac in malloc_consolidate () from /lib64/libc.so.6 #4 0x00007f1be4320c66 in _int_free () from /lib64/libc.so.6 #5 0x00007f1be6865d8d in XFreeFontPath (list=list@entry=0x57e3980) at GetFPath.c:92 #6 0x0000000000495789 in nxagentReconnectFailedFonts (p0=) at Font.c:1353 #7 0x00000000004b8670 in nxagentReconnectSession () at Reconnect.c:482 #8 0x00000000004b8a3b in nxagentHandleConnectionChanges () at Reconnect.c:827 #9 0x00000000004b8c60 in nxagentHandleConnectionStates () at Reconnect.c:218 #10 0x000000000049b905 in nxagentWakeupHandler (data=, count=-1, mask=0xacb760 ) at Handlers.c:589 #11 0x000000000046a33b in WakeupHandler (result=result@entry=-1, pReadmask=pReadmask@entry=0xacb760 ) at dixutils.c:472 #12 0x0000000000473ca2 in WaitForSomething (pClientsReady=pClientsReady@entry=0x7fffb3d56250) at WaitFor.c:389 #13 0x0000000000445c1a in Dispatch () at X/NXdispatch.c:619 #14 0x0000000000429455 in main (argc=15, argv=0x7fffb3d56878, envp=) at main.c:450 (gdb) up 5 #5 0x00007f1be6865d8d in XFreeFontPath (list=list@entry=0x57e3980) at GetFPath.c:92 92 Xfree ((char *)list); (gdb) print list $1 = (char **) 0x57e3980 (gdb) print (char *)list $2 = 0x57e3980 "\020\263\201\006" (gdb) up #6 0x0000000000495789 in nxagentReconnectFailedFonts (p0=) at Font.c:1353 1353 XFreeFontPath(fontPaths); (gdb) print fontPaths $3 = (char **) 0x57e3980 Oct 11 11:59:33 kolea systemd: Started Session 1613 of user leka. Oct 11 11:59:35 kolea /usr/bin/x2goresume-session: x2goresume-session called with options: leka-50-1412986821_stDKDE_dp24 800x600 adsl 16m-jpeg-9 us pc105/us 1 Oct 11 11:59:35 kolea /usr/bin/x2gofeature: x2gofeature called with options: X2GO_RUN_EXTENSIONS Oct 11 11:59:36 kolea /usr/share/x2go/x2gofeature.d/x2goserver-extensions.features: x2goserver-extensions.features called with options: X2GO_RUN_EXTENSIONS Oct 11 11:59:36 kolea /usr/bin/x2goserver-run-extensions: x2goserver-run-extensions called with options: leka-50-1412986821_stDKDE_dp24 pre-resume Oct 11 11:59:36 kolea su: (to leka) root on none Oct 11 11:59:36 kolea systemd: Starting Session c67 of user leka. Oct 11 11:59:36 kolea systemd: Started Session c67 of user leka. Oct 11 11:59:37 kolea su: (to leka) root on none Oct 11 11:59:37 kolea systemd: Starting Session c68 of user leka. Oct 11 11:59:37 kolea systemd: Started Session c68 of user leka. Oct 11 11:59:37 kolea /usr/bin/x2goresume-session: client 10.10.10.1 has successfully resumed session with ID leka-50-1412986821_stDKDE_dp24 Oct 11 11:59:37 kolea /usr/bin/x2gofeature: x2gofeature called with options: X2GO_DESKTOPSHARING Oct 11 11:59:37 kolea /usr/bin/x2gosuspend-session: x2gosuspend-session called with options: leka-50-1412986821_stDKDE_dp24 Oct 11 11:59:37 kolea /usr/share/x2go/x2gofeature.d/x2goserver-extensions.features: x2goserver-extensions.features called with options: X2GO_DESKTOPSHARING Oct 11 11:59:37 kolea /usr/share/x2go/x2gofeature.d/x2goserver.features: x2goserver.features called with options: X2GO_DESKTOPSHARING Oct 11 11:59:37 kolea /usr/share/x2go/x2gofeature.d/x2goserver-fmbindings.features: x2goserver-fmbindings.features called with options: X2GO_DESKTOPSHARING Oct 11 11:59:38 kolea /usr/share/x2go/x2gofeature.d/x2goserver-xsession.features: x2goserver-xsession.features called with options: X2GO_DESKTOPSHARING Oct 11 11:59:38 kolea /usr/bin/x2gofeature: x2gofeature called with options: X2GO_RUN_EXTENSIONS Oct 11 11:59:38 kolea /usr/bin/x2gofeature: x2gofeature called with options: X2GO_DESKTOPSHARING Oct 11 11:59:38 kolea /usr/share/x2go/x2gofeature.d/x2goserver-extensions.features: x2goserver-extensions.features called with options: X2GO_RUN_EXTENSIONS Oct 11 11:59:38 kolea /usr/share/x2go/x2gofeature.d/x2goserver-extensions.features: x2goserver-extensions.features called with options: X2GO_DESKTOPSHARING Oct 11 11:59:38 kolea /usr/bin/x2goserver-run-extensions: x2goserver-run-extensions called with options: leka-50-1412986821_stDKDE_dp24 post-resume Oct 11 11:59:38 kolea /usr/share/x2go/x2gofeature.d/x2goserver.features: x2goserver.features called with options: X2GO_DESKTOPSHARING Oct 11 11:59:38 kolea /usr/share/x2go/x2gofeature.d/x2goserver-fmbindings.features: x2goserver-fmbindings.features called with options: X2GO_DESKTOPSHARING Oct 11 11:59:38 kolea /usr/share/x2go/x2gofeature.d/x2goserver-xsession.features: x2goserver-xsession.features called with options: X2GO_DESKTOPSHARING Oct 11 11:59:38 kolea /usr/bin/x2gofeature: x2gofeature called with options: X2GO_RUN_EXTENSIONS Oct 11 11:59:39 kolea /usr/share/x2go/x2gofeature.d/x2goserver-extensions.features: x2goserver-extensions.features called with options: X2GO_RUN_EXTENSIONS Oct 11 11:59:39 kolea /usr/bin/x2goserver-run-extensions: x2goserver-run-extensions called with options: leka-50-1412986821_stDKDE_dp24 pre-suspend Oct 11 11:59:39 kolea /usr/bin/x2goumount-session[20559]: x2goumount-session has been called with options: leka-50-1412986821_stDKDE_dp24 Oct 11 11:59:39 kolea /usr/bin/x2goumount-session[20559]: SSHFS share already unmounted, taking care of further clean-up (C-leka-50-1412986821_stDKDE_dp24) Oct 11 11:59:39 kolea /usr/bin/x2gofeature: x2gofeature called with options: X2GO_FMBINDINGS Oct 11 11:59:39 kolea /usr/share/x2go/x2gofeature.d/x2goserver-extensions.features: x2goserver-extensions.features called with options: X2GO_FMBINDINGS Oct 11 11:59:39 kolea /usr/share/x2go/x2gofeature.d/x2goserver.features: x2goserver.features called with options: X2GO_FMBINDINGS Oct 11 11:59:39 kolea /usr/share/x2go/x2gofeature.d/x2goserver-fmbindings.features: x2goserver-fmbindings.features called with options: X2GO_FMBINDINGS Oct 11 11:59:40 kolea /usr/bin/x2gosuspend-session: session with ID leka-50-1412986821_stDKDE_dp24 has been suspended successfully Oct 11 11:59:40 kolea /usr/bin/x2gomountdirs[20632]: x2gomountdirs has been called with options: dir leka-50-1412986821_stDKDE_dp24 leka /home/leka/.x2go/ssh/key.nt1127 /export/home/leka/.x2go/S-leka-50-1412986821_stDKDE_dp24/spool__PRINT_SPOOL___REVERSESSH_PORT__30008 Oct 11 11:59:40 kolea /usr/bin/x2gofeature: x2gofeature called with options: X2GO_RUN_EXTENSIONS Oct 11 11:59:40 kolea /usr/share/x2go/x2gofeature.d/x2goserver-extensions.features: x2goserver-extensions.features called with options: X2GO_RUN_EXTENSIONS Oct 11 11:59:41 kolea /usr/bin/x2goserver-run-extensions: x2goserver-run-extensions called with options: leka-50-1412986821_stDKDE_dp24 post-suspend Oct 11 11:59:43 kolea su: (to leka) root on none Oct 11 11:59:43 kolea systemd: Starting Session c69 of user leka. Oct 11 11:59:43 kolea systemd: Started Session c69 of user leka. Oct 11 11:59:44 kolea su: (to leka) root on none Oct 11 11:59:44 kolea systemd: Starting Session c70 of user leka. Oct 11 11:59:44 kolea systemd: Started Session c70 of user leka. Oct 11 11:59:44 kolea /usr/bin/x2gosuspend-session: x2gosuspend-session called with options: leka-50-1412986821_stDKDE_dp24 Oct 11 11:59:44 kolea /usr/bin/x2gofeature: x2gofeature called with options: X2GO_DESKTOPSHARING Oct 11 11:59:44 kolea /usr/share/x2go/x2gofeature.d/x2goserver-extensions.features: x2goserver-extensions.features called with options: X2GO_DESKTOPSHARING Oct 11 11:59:45 kolea /usr/share/x2go/x2gofeature.d/x2goserver.features: x2goserver.features called with options: X2GO_DESKTOPSHARING Oct 11 11:59:45 kolea /usr/share/x2go/x2gofeature.d/x2goserver-fmbindings.features: x2goserver-fmbindings.features called with options: X2GO_DESKTOPSHARING Oct 11 11:59:45 kolea /usr/share/x2go/x2gofeature.d/x2goserver-xsession.features: x2goserver-xsession.features called with options: X2GO_DESKTOPSHARING Oct 11 11:59:45 kolea /usr/bin/x2gofeature: x2gofeature called with options: X2GO_RUN_EXTENSIONS Oct 11 11:59:45 kolea /usr/share/x2go/x2gofeature.d/x2goserver-extensions.features: x2goserver-extensions.features called with options: X2GO_RUN_EXTENSIONS Oct 11 11:59:45 kolea /usr/bin/x2goserver-run-extensions: x2goserver-run-extensions called with options: leka-50-1412986821_stDKDE_dp24 pre-suspend Oct 11 11:59:45 kolea /usr/bin/x2goumount-session[20856]: x2goumount-session has been called with options: leka-50-1412986821_stDKDE_dp24 Oct 11 11:59:45 kolea /usr/bin/x2goumount-session[20856]: successfully unmounted "/tmp/.x2go-leka/spool/C-leka-50-1412986821_stDKDE_dp24" Oct 11 11:59:45 kolea /usr/bin/x2gofeature: x2gofeature called with options: X2GO_FMBINDINGS Oct 11 11:59:46 kolea /usr/share/x2go/x2gofeature.d/x2goserver-extensions.features: x2goserver-extensions.features called with options: X2GO_FMBINDINGS Oct 11 11:59:46 kolea /usr/share/x2go/x2gofeature.d/x2goserver.features: x2goserver.features called with options: X2GO_FMBINDINGS Oct 11 11:59:46 kolea /usr/share/x2go/x2gofeature.d/x2goserver-fmbindings.features: x2goserver-fmbindings.features called with options: X2GO_FMBINDINGS Oct 11 11:59:46 kolea /usr/bin/x2gosuspend-session: session with ID leka-50-1412986821_stDKDE_dp24 has been suspended successfully Oct 11 11:59:46 kolea /usr/bin/x2gofeature: x2gofeature called with options: X2GO_RUN_EXTENSIONS Oct 11 11:59:47 kolea /usr/share/x2go/x2gofeature.d/x2goserver-extensions.features: x2goserver-extensions.features called with options: X2GO_RUN_EXTENSIONS Oct 11 11:59:47 kolea /usr/bin/x2goserver-run-extensions: x2goserver-run-extensions called with options: leka-50-1412986821_stDKDE_dp24 post-suspend Oct 11 11:59:52 kolea abrt-hook-ccpp: Saved core dump of pid 21706 (/usr/lib64/nx/bin/nxagent) to /var/tmp/abrt/ccpp-2014-10-11-11:59:46-21706 (103579648 bytes) -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA/CoRA Division FAX: 303-415-9702 3380 Mitchell Lane orion@cora.nwra.com Boulder, CO 80301 http://www.cora.nwra.com From orion@cora.nwra.com Mon Jan 26 23:54:06 2015 Received: (at 641) by bugs.x2go.org; 26 Jan 2015 22:54:08 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,URIBL_BLOCKED autolearn=ham version=3.3.2 X-Greylist: delayed 337 seconds by postgrey-1.34 at ymir.das-netzwerkteam.de; Mon, 26 Jan 2015 23:54:06 CET Received: from mail.nwra.com (mail.nwra.com [192.163.220.161]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 65E163BC69 for <641@bugs.x2go.org>; Mon, 26 Jan 2015 23:54:06 +0100 (CET) Received: from [10.10.20.7] (NORTHWEST-R.edge3.Denver1.Level3.net [4.28.99.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.nwra.com (Postfix) with ESMTPSA id 408ED6021E for <641@bugs.x2go.org>; Mon, 26 Jan 2015 14:48:07 -0800 (PST) Message-ID: <54C6C427.2080803@cora.nwra.com> Date: Mon, 26 Jan 2015 15:48:07 -0700 From: Orion Poplawski User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: 641@bugs.x2go.org Subject: Fwd: [Bug 1186049] New: [abrt] nxagent: nxagentFreeFontCache(): nxagent killed by SIGABRT References: In-Reply-To: X-Forwarded-Message-Id: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit This seems to be a similar crash in nxagentReconnectFailedFonts(). -------- Forwarded Message -------- Subject: [Bug 1186049] New: [abrt] nxagent: nxagentFreeFontCache(): nxagent killed by SIGABRT Date: Mon, 26 Jan 2015 22:22:47 +0000 From: bugzilla@redhat.com To: orion@cora.nwra.com https://bugzilla.redhat.com/show_bug.cgi?id=1186049 Bug ID: 1186049 Summary: [abrt] nxagent: nxagentFreeFontCache(): nxagent killed by SIGABRT Product: Fedora Version: 21 Component: nx-libs Assignee: orion@cora.nwra.com Reporter: carlos.em.esteves@gmail.com QA Contact: extras-qa@fedoraproject.org CC: orion@cora.nwra.com Description of problem: x2Go Server with Mac Client, probleme with resolution the monitor... I don't now what caused this problem... Version-Release number of selected component: nxagent-3.5.0.28-1.fc21 Additional info: reporter: libreport-2.3.0 backtrace_rating: 4 cmdline: /usr/lib64/nx/../x2go/bin/x2goagent -extension XFIXES -nolisten tcp -nolisten tcp -dpi 72 -D -auth /home/cares/.Xauthority -name X2GO-cares-50-1422299914_stDXFCE_dp32 :50 crash_function: nxagentFreeFontCache executable: /usr/lib64/nx/bin/nxagent kernel: 3.18.3-201.fc21.x86_64 runlevel: N 5 type: CCpp uid: 1000 Truncated backtrace: Thread no. 1 (10 frames) #6 nxagentFreeFontCache at Font.c:199 #7 nxagentCloseDisplay at Display.c:1825 #8 AbortDDX at Init.c:455 #11 nxagentFailedFontReconnect at Font.c:1209 #12 nxagentReconnectFailedFonts at Font.c:1327 #13 nxagentReconnectSession at Reconnect.c:482 #14 nxagentHandleConnectionChanges at Reconnect.c:827 #15 nxagentHandleConnectionStates at Reconnect.c:218 #16 nxagentWakeupHandler at Handlers.c:589 #17 WakeupHandler at dixutils.c:472 -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. From mike.gabriel@das-netzwerkteam.de Fri May 15 15:08:25 2015 Received: (at 641) by bugs.x2go.org; 15 May 2015 13:08:27 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,URIBL_BLOCKED autolearn=ham version=3.3.2 Received: from freya.das-netzwerkteam.de (freya.das-netzwerkteam.de [88.198.48.199]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 312A75DA82 for <641@bugs.x2go.org>; Fri, 15 May 2015 15:08:25 +0200 (CEST) Received: from grimnir.das-netzwerkteam.de (grimnir.das-netzwerkteam.de [78.46.204.98]) by freya.das-netzwerkteam.de (Postfix) with ESMTPS id 092B1A76; Fri, 15 May 2015 15:08:25 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id 983763B980; Fri, 15 May 2015 15:08:24 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at grimnir.das-netzwerkteam.de Received: from grimnir.das-netzwerkteam.de ([127.0.0.1]) by localhost (grimnir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Mqfd6oNEOXZ6; Fri, 15 May 2015 15:08:24 +0200 (CEST) Received: from grimnir.das-netzwerkteam.de (localhost [127.0.0.1]) by grimnir.das-netzwerkteam.de (Postfix) with ESMTPS id 3781A3B961; Fri, 15 May 2015 15:08:24 +0200 (CEST) Received: from m-097.informatik.uni-kiel.de (m-097.informatik.uni-kiel.de [134.245.254.97]) by mail.das-netzwerkteam.de (Horde Framework) with HTTP; Fri, 15 May 2015 13:08:24 +0000 Date: Fri, 15 May 2015 13:08:24 +0000 Message-ID: <20150515130824.Horde.NQiBMljNMxzeDGAAXKUMhQ1@mail.das-netzwerkteam.de> From: Mike Gabriel To: Orion Poplawski , 641@bugs.x2go.org Subject: Re: [X2Go-Dev] Bug#641: x2goagent crash in XFreeFontPath In-Reply-To: <543A8FC9.6010202@cora.nwra.com> User-Agent: Internet Messaging Program (IMP) H5 (6.2.2) Accept-Language: de,en Organization: DAS-NETZWERKTEAM X-Originating-IP: 134.245.254.97 X-Remote-Browser: Mozilla/5.0 (X11; Linux x86_64; rv:32.0) Gecko/20100101 Firefox/32.0 Iceweasel/32.0 Content-Type: multipart/signed; boundary="=_h1icHNU9Iv1fNCnmgBdOoQ1"; protocol="application/pgp-signature"; micalg=pgp-sha1 MIME-Version: 1.0 This message is in MIME format and has been PGP signed. --=_h1icHNU9Iv1fNCnmgBdOoQ1 Content-Type: text/plain; charset=us-ascii; format=flowed; DelSp=Yes Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Orion, On So 12 Okt 2014 16:27:21 CEST, Orion Poplawski wrote: > Package: nx-libs > Version: 3.5.0.27 > > Core was generated by `/usr/lib64/nx/../x2go/bin/x2goagent=20=20 >=20-extension XFIXES -nolisten tcp -nolisten t'. > Program terminated with signal SIGABRT, Aborted. > #0 0x00007f1be42d9877 in raise () from /lib64/libc.so.6 > Missing separate debuginfos, use: debuginfo-install=20=20 >=20glibc-2.18-16.fc20.x86_64 libX11-1.6.1-1.fc20.x86_64=20=20 >=20libXau-1.0.8-2.fc20.x86_64 libXcursor-devel-1.1.14-2.fc20.x86_64=20=20 >=20libXfixes-5.0.1-2.fc20.x86_64 libXrender-0.9.8-2.fc20.x86_64=20=20 >=20libgcc-4.8.3-7.fc20.x86_64 libjpeg-turbo-1.3.1-2.fc20.x86_64=20=20 >=20libpng-1.6.6-3.fc20.x86_64 libstdc++-4.8.3-7.fc20.x86_64=20=20 >=20libxcb-1.9.1-3.fc20.x86_64 libxml2-2.9.1-2.fc20.x86_64=20=20 >=20sssd-client-1.11.7-2.fc20.x86_64 xz-libs-5.1.2-12alpha.fc20.x86_64=20= =20 >=20zlib-1.2.8-3.fc20.x86_64 > (gdb) bt > #0 0x00007f1be42d9877 in raise () from /lib64/libc.so.6 > #1 0x00007f1be42daf68 in abort () from /lib64/libc.so.6 > #2 0x00007f1be4319a54 in __libc_message () from /lib64/libc.so.6 > #3 0x00007f1be43203ac in malloc_consolidate () from /lib64/libc.so.6 > #4 0x00007f1be4320c66 in _int_free () from /lib64/libc.so.6 > #5 0x00007f1be6865d8d in XFreeFontPath (list=3Dlist@entry=3D0x57e3980)= =20=20 >=20at GetFPath.c:92 > #6 0x0000000000495789 in nxagentReconnectFailedFonts (p0=3D=20out>) at Font.c:1353 > #7 0x00000000004b8670 in nxagentReconnectSession () at Reconnect.c:482 > #8 0x00000000004b8a3b in nxagentHandleConnectionChanges () at=20=20 >=20Reconnect.c:827 > #9 0x00000000004b8c60 in nxagentHandleConnectionStates () at Reconnect.c= :218 > #10 0x000000000049b905 in nxagentWakeupHandler (data=3D=20out>, count=3D-1, mask=3D0xacb760 ) at Handlers.c:589 > #11 0x000000000046a33b in WakeupHandler (result=3Dresult@entry=3D-1,=20= =20 >=20pReadmask=3DpReadmask@entry=3D0xacb760 ) at dixutils.c:= 472 > #12 0x0000000000473ca2 in WaitForSomething=20=20 >=20(pClientsReady=3DpClientsReady@entry=3D0x7fffb3d56250) at WaitFor.c:389 > #13 0x0000000000445c1a in Dispatch () at X/NXdispatch.c:619 > #14 0x0000000000429455 in main (argc=3D15, argv=3D0x7fffb3d56878,=20=20 >=20envp=3D) at main.c:450 > (gdb) up 5 > #5 0x00007f1be6865d8d in XFreeFontPath (list=3Dlist@entry=3D0x57e3980)= =20=20 >=20at GetFPath.c:92 > 92 Xfree ((char *)list); > (gdb) print list > $1 =3D (char **) 0x57e3980 > (gdb) print (char *)list > $2 =3D 0x57e3980 "\020\263\201\006" > (gdb) up > #6 0x0000000000495789 in nxagentReconnectFailedFonts (p0=3D=20out>) at Font.c:1353 > 1353 XFreeFontPath(fontPaths); > (gdb) print fontPaths > $3 =3D (char **) 0x57e3980 > Can you reproduce this issue with nx-libs 3.6.x (please build it from sourc= e). In nx-libs we lately dropped nx-X11/lib/font completely and now build=20=20 against=20the libXfont.so from X.Org. As the issue causing function is a=20= =20 libXfont=20function, I presume this issue to be solved in nx-libs 3.6.x. Any feedback is highly appreciated. Mike --=20 DAS-NETZWERKTEAM mike=20gabriel, herweg 7, 24357 fleckeby fon: +49 (1520) 1976 148 GnuPG Key ID 0x25771B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.x= fb --=_h1icHNU9Iv1fNCnmgBdOoQ1 Content-Type: application/pgp-signature Content-Description: Digitale PGP-Signatur Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJVVe/IAAoJEJr0azAldxsxYRUQAIE84Nj4bvNA+EmIJv89QZ9o ynmbqrETEVjR2YWk6+BgXCPoTK9Et5LO2B4pnSrCX0hMR/+zUZuVTSlowHTZs2J6 /ZGZKqFvystogMoTMGqzKYpDbtXV3gWWsP5JZNw/sYF73W3r/V8MyysqH1UKp+qy xElCm9ylqiZ5jmgka+YvHBqi7unTDE1OFyST+vw7wMSu+E2Vhp4VexXSk+T34+f9 eJvyMTtpnrSDemME+ECHdQFyx1LnYMobjmjI1eVf4bwtD7R0GSSt/pnS4CwvDePh Ix03zFSEV3cjzDrz4GYC24PYlwt2py6Y5H6KxtBYrt+sEFYXx0p1lYpAZYqYqbTZ n81QWMVo1Nedx5WXFh4rVUMwezwN2Bxq2ulLr8RfmBBumnCVAQct44JFiv/WxhPH ZlI21H2gN5VOGQ1hfxwN0E+IU1VvzO0RA2b1CASLfI08QA9qn/+rhisxLEs0aWyg K0oTJJx1V7jgnvvo1n17aPPLd/nQ1b3R9UO3VterenoGB2pITf/0g+KjrNYWbq9v /i/IncU/nqH0uzJEwGPFlDV4KSS4QC3/8XvDveUR25dvcAdH4W61Z6t7/HYb6eZx KdfjktvWJ7cAem1tnn3wvtkBzb7LG1vq6vfyAEsEsN/8rCgTwusnEj3O60Reu2E5 lL/FMOhzCfT5nOQGhDyD =ov+Z -----END PGP SIGNATURE----- --=_h1icHNU9Iv1fNCnmgBdOoQ1-- From orion@cora.nwra.com Sat May 16 06:25:45 2015 Received: (at 641) by bugs.x2go.org; 16 May 2015 04:25:49 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,URIBL_BLOCKED autolearn=ham version=3.3.2 X-Greylist: delayed 486 seconds by postgrey-1.34 at ymir.das-netzwerkteam.de; Sat, 16 May 2015 06:25:44 CEST Received: from mail.nwra.com (mail.nwra.com [72.52.192.72]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id D44415DA82 for <641@bugs.x2go.org>; Sat, 16 May 2015 06:25:44 +0200 (CEST) Received: from pacas.cora.nwra.com (c-71-237-72-91.hsd1.co.comcast.net [71.237.72.91]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.nwra.com (Postfix) with ESMTPSA id AB85D3405D3; Fri, 15 May 2015 21:17:36 -0700 (PDT) Message-ID: <5556C4DF.3010100@cora.nwra.com> Date: Fri, 15 May 2015 22:17:35 -0600 From: Orion Poplawski User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Mike Gabriel , 641@bugs.x2go.org Subject: Re: [X2Go-Dev] Bug#641: x2goagent crash in XFreeFontPath References: <20150515130824.Horde.NQiBMljNMxzeDGAAXKUMhQ1@mail.das-netzwerkteam.de> In-Reply-To: <20150515130824.Horde.NQiBMljNMxzeDGAAXKUMhQ1@mail.das-netzwerkteam.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 05/15/2015 07:08 AM, Mike Gabriel wrote: > Hi Orion, > > On So 12 Okt 2014 16:27:21 CEST, Orion Poplawski wrote: > >> Package: nx-libs >> Version: 3.5.0.27 >> >> Core was generated by `/usr/lib64/nx/../x2go/bin/x2goagent -extension >> XFIXES -nolisten tcp -nolisten t'. >> Program terminated with signal SIGABRT, Aborted. >> #0 0x00007f1be42d9877 in raise () from /lib64/libc.so.6 >> Missing separate debuginfos, use: debuginfo-install >> glibc-2.18-16.fc20.x86_64 libX11-1.6.1-1.fc20.x86_64 >> libXau-1.0.8-2.fc20.x86_64 libXcursor-devel-1.1.14-2.fc20.x86_64 >> libXfixes-5.0.1-2.fc20.x86_64 libXrender-0.9.8-2.fc20.x86_64 >> libgcc-4.8.3-7.fc20.x86_64 libjpeg-turbo-1.3.1-2.fc20.x86_64 >> libpng-1.6.6-3.fc20.x86_64 libstdc++-4.8.3-7.fc20.x86_64 >> libxcb-1.9.1-3.fc20.x86_64 libxml2-2.9.1-2.fc20.x86_64 >> sssd-client-1.11.7-2.fc20.x86_64 xz-libs-5.1.2-12alpha.fc20.x86_64 >> zlib-1.2.8-3.fc20.x86_64 >> (gdb) bt >> #0 0x00007f1be42d9877 in raise () from /lib64/libc.so.6 >> #1 0x00007f1be42daf68 in abort () from /lib64/libc.so.6 >> #2 0x00007f1be4319a54 in __libc_message () from /lib64/libc.so.6 >> #3 0x00007f1be43203ac in malloc_consolidate () from /lib64/libc.so.6 >> #4 0x00007f1be4320c66 in _int_free () from /lib64/libc.so.6 >> #5 0x00007f1be6865d8d in XFreeFontPath (list=list@entry=0x57e3980) at >> GetFPath.c:92 >> #6 0x0000000000495789 in nxagentReconnectFailedFonts (p0=> out>) at Font.c:1353 >> #7 0x00000000004b8670 in nxagentReconnectSession () at Reconnect.c:482 >> #8 0x00000000004b8a3b in nxagentHandleConnectionChanges () at >> Reconnect.c:827 >> #9 0x00000000004b8c60 in nxagentHandleConnectionStates () at >> Reconnect.c:218 >> #10 0x000000000049b905 in nxagentWakeupHandler (data=, >> count=-1, mask=0xacb760 ) at Handlers.c:589 >> #11 0x000000000046a33b in WakeupHandler (result=result@entry=-1, >> pReadmask=pReadmask@entry=0xacb760 ) at dixutils.c:472 >> #12 0x0000000000473ca2 in WaitForSomething >> (pClientsReady=pClientsReady@entry=0x7fffb3d56250) at WaitFor.c:389 >> #13 0x0000000000445c1a in Dispatch () at X/NXdispatch.c:619 >> #14 0x0000000000429455 in main (argc=15, argv=0x7fffb3d56878, >> envp=) at main.c:450 >> (gdb) up 5 >> #5 0x00007f1be6865d8d in XFreeFontPath (list=list@entry=0x57e3980) at >> GetFPath.c:92 >> 92 Xfree ((char *)list); >> (gdb) print list >> $1 = (char **) 0x57e3980 >> (gdb) print (char *)list >> $2 = 0x57e3980 "\020\263\201\006" >> (gdb) up >> #6 0x0000000000495789 in nxagentReconnectFailedFonts (p0=> out>) at Font.c:1353 >> 1353 XFreeFontPath(fontPaths); >> (gdb) print fontPaths >> $3 = (char **) 0x57e3980 >> > > Can you reproduce this issue with nx-libs 3.6.x (please build it from > source). > > In nx-libs we lately dropped nx-X11/lib/font completely and now build > against the libXfont.so from X.Org. As the issue causing function is a > libXfont function, I presume this issue to be solved in nx-libs 3.6.x. > > Any feedback is highly appreciated. > > Mike 3.6.x still fails to build for me - https://github.com/ArcticaProject/nx-libs/issues/27 -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA/CoRA Division FAX: 303-415-9702 3380 Mitchell Lane orion@cora.nwra.com Boulder, CO 80301 http://www.cora.nwra.com