X2Go Bug report logs - #757
Segfault of QDialog in a PyQt application

version graph

Package: nx-libs; Maintainer for nx-libs is X2Go Developers <x2go-dev@lists.x2go.org>;

Reported by: PAILLAT Olivier SOPRA GROUP <olivier.paillat@cea.fr>

Date: Thu, 22 Jan 2015 10:10:01 UTC

Severity: wishlist

Tags: pending

Merged with 758, 760

Found in version 3.5.0.31

Fixed in version 2:3.5.0.33

Done: X2Go Release Manager X2Go Release Manager <git-admin@x2go.org>

Bug is archived. No further changes may be made.

Full log


🔗 View this message in rfc822 format

X-Loop: owner@bugs.x2go.org
Subject: Bug#757: [X2Go-Dev] Bug#757: Segfault of QDialog in a PyQt application
Reply-To: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, 757@bugs.x2go.org
Resent-From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Resent-To: x2go-dev@lists.x2go.org
Resent-CC: X2Go Developers <x2go-dev@lists.x2go.org>
X-Loop: owner@bugs.x2go.org
Resent-Date: Fri, 15 May 2015 13:33:32 +0000
Resent-Message-ID: <handler.757.B757.143169680919592@bugs.x2go.org>
Resent-Sender: owner@bugs.x2go.org
X-X2Go-PR-Message: followup 757
X-X2Go-PR-Package: nxagent
X-X2Go-PR-Keywords: build-win32 moreinfo
Received: via spool by 757-submit@bugs.x2go.org id=B757.143169680919592
          (code B ref 757); Fri, 15 May 2015 13:33:32 +0000
Received: (at 757) by bugs.x2go.org; 15 May 2015 13:33:29 +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 C3DEC5DA82
	for <757@bugs.x2go.org>; Fri, 15 May 2015 15:33:27 +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 78E86B24;
	Fri, 15 May 2015 15:33:27 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTP id 300433B977;
	Fri, 15 May 2015 15:33:27 +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 mPi9t2Al+lne; Fri, 15 May 2015 15:33:26 +0200 (CEST)
Received: from grimnir.das-netzwerkteam.de (localhost [127.0.0.1])
	by grimnir.das-netzwerkteam.de (Postfix) with ESMTPS id 758553B961;
	Fri, 15 May 2015 15:33:26 +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:33:26 +0000
Date: Fri, 15 May 2015 13:33:26 +0000
Message-ID: <20150515133326.Horde.wfCX19HWluOHPzOT-zZmnA5@mail.das-netzwerkteam.de>
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: PAILLAT Olivier SOPRA GROUP <olivier.paillat@cea.fr>
Cc: 757@bugs.x2go.org
References: <6E73732311A2AA4E9DA9E714347C6C471B205B25@EXDAG0-B3.intra.cea.fr>
 <6E73732311A2AA4E9DA9E714347C6C471B205B63@EXDAG0-B3.intra.cea.fr>
 <20150122125255.Horde.uTa71XvyxTcSFVedcS2sCw8@mail.das-netzwerkteam.de>
 <6E73732311A2AA4E9DA9E714347C6C471B205C6B@EXDAG0-B3.intra.cea.fr>
In-Reply-To: <6E73732311A2AA4E9DA9E714347C6C471B205C6B@EXDAG0-B3.intra.cea.fr>
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="=_1RzaEvfddeXHzK8PvZVI7g1";
 protocol="application/pgp-signature"; micalg=pgp-sha1
MIME-Version: 1.0
[Message part 1 (text/plain, inline)]
Control: forcemerge #875 -1

Hi Olivier,

On  Do 22 Jan 2015 15:47:12 CET, PAILLAT Olivier SOPRA GROUP wrote:

> Hello,
>
> Thank you for your answer.
> I have made a simple python application (see the tar.gz attached)  
> that reproduce the problem
> You will need PyQt4 to run it
>
> The command is simple
> python gui.py
>
> if it work it open a QDialog nearly empty
> If you reproduce the bug you will end with a segmentation fault with  
> a very brief QDialog opening
>
> Actually we have some doubts about our environment and we won't be  
> surprised if you don't reproduce the bug with your PyQt4
> But we want to close some of the paths of explanation of our bug and  
> since it occurs only with X2Go we submit it to you
>
> Regards

Sorry for getting back so late. We are currently working on the  
nx-libs 3.6.x release and I have just tested your GUI example under  
the development version of nx-libs.

The issue seems to be fixed there. I will merge this bug into #875  
which is the tracking bug for the nx-libs 3.6.x upgrade in X2Go.

Mike



-- 

DAS-NETZWERKTEAM
mike gabriel, 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.xfb
[Message part 2 (application/pgp-signature, inline)]

Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Thu Apr 18 23:06:52 2024; Machine Name: ymir.das-netzwerkteam.de

X2Go Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.