X2Go Bug report logs -
#187
Destroying SshMasterConnection off the main thread leads to a diagnostic from Qt debug libs
Reply or subscribe to this bug.
Toggle useless messages
Report forwarded
to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>
:
Bug#187
; Package x2goclient
.
(Tue, 23 Apr 2013 19:18:01 GMT) (full text, mbox, link).
Acknowledgement sent
to Gary Kratkin <gary@surfcrew.com>
:
New Bug report received and forwarded. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>
.
(Tue, 23 Apr 2013 19:18:01 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.x2go.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Package: x2goclient
Version: 4.0.1.0
Note: I'm running a debug build from 4.0.1.0 sources, linked against Qt debug libs.
When shutting down a connection (e.g. by closing the x2goclient window), the debug build of Qt gives two diagnostics when two SshMasterConnection objects are destructed:
ASSERT failure in QCoreApplication::sendEvent: "Cannot send events to objects owned by a different thread. Current thread 27050c0. Receiver '' (of type 'SshMasterConnection') was created in thread 5d7500", file kernel\qcoreapplication.cpp, line 532
ASSERT failure in QCoreApplication::sendEvent: "Cannot send events to objects owned by a different thread. Current thread 27050c0. Receiver '' (of type 'SshMasterConnection') was created in thread 5d7500", file kernel\qcoreapplication.cpp, line 532
Thread 5d7500 is the main thread.
Ignoring the assert messagebox sometimes results in a GP fault. Most of the time the app exits cleanly. I'm not getting the fault at the moment, so I don't have a callstack for you.
The callstack from the diagnostic is as follows:
QtCored4.dll!qt_message_output
QtCored4.dll!qt_message
QtCored4.dll!qFatal
QtCored4.dll!qt_assert_x
QtCored4.dll!QCoreApplicationPrivate::checkReceiverThread
QtGuid4.dll!QApplication::notify Line 3845 C++
QtCored4.dll!QCoreApplication::notifyInternal Line 946 + 0x15 bytes C++
QtCored4.dll!QCoreApplication::sendEvent Line 231 + 0x39 bytes C++
QtCored4.dll!QObjectPrivate::setParent_helper Line 1933 + 0x10 bytes C++
QtCored4.dll!QObject::~QObject() Line 939 C++
QtCored4.dll!QThread::~QThread() Line 455 + 0xf bytes C++
> x2goclient.exe!SshMasterConnection::~SshMasterConnection() Line 552 + 0x171 bytes C++
x2goclient.exe!SshMasterConnection::`scalar deleting destructor'() + 0xf bytes C++
x2goclient.exe!SshMasterConnection::channelLoop() Line 1004 + 0x47 bytes C++
for ( int i=reverseTunnelConnections.size()-1; i>=0; --i)
{
*** delete reverseTunnelConnections[i];
}
x2goclient.exe!SshMasterConnection::run() Line 526 C++
QtCored4.dll!QThreadPrivate::start(void * arg=0x01164d08) Line 348 C++
msvcr100d.dll!__beginthreadex() + 0x243 bytes
msvcr100d.dll!__beginthreadex() + 0x1d4 bytes
kernel32.dll!@BaseThreadInitThunk@12() + 0x12 bytes
ntdll.dll!___RtlUserThreadStart@8() + 0x27 bytes
ntdll.dll!__RtlUserThreadStart@8() + 0x1b bytes
Thank you,
Gary Kratkin
[Message part 2 (text/html, inline)]
Information forwarded
to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>
:
Bug#187
; Package x2goclient
.
(Tue, 23 Apr 2013 21:18:01 GMT) (full text, mbox, link).
Acknowledgement sent
to Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>
.
(Tue, 23 Apr 2013 21:18:02 GMT) (full text, mbox, link).
Message #10 received at 187@bugs.x2go.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
tag #187 moreinfo
thanks
Hi Gary,
thanks for reporting your bug and welcome to X2Go.
On Di 23 Apr 2013 21:15:18 CEST Gary Kratkin wrote:
> Package: x2goclient
> Version: 4.0.1.0
>
> Note: I'm running a debug build from 4.0.1.0 sources, linked against
> Qt debug libs.
>
> When shutting down a connection (e.g. by closing the x2goclient
> window), the debug build of Qt gives two diagnostics when two
> SshMasterConnection objects are destructed:
> [...]
Can you check, if the described issue gets fixed by a patch in bug
report #101?
http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=101#15
Thanks,
Mike
--
DAS-NETZWERKTEAM
mike gabriel, rothenstein 5, 24214 neudorf-bornstein
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)]
Added tag(s) moreinfo.
Request was from Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
to control@bugs.x2go.org
.
(Tue, 23 Apr 2013 21:18:02 GMT) (full text, mbox, link).
Information forwarded
to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>
:
Bug#187
; Package x2goclient
.
(Wed, 24 Apr 2013 00:03:02 GMT) (full text, mbox, link).
Acknowledgement sent
to Gary Kratkin <gary@surfcrew.com>
:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>
.
(Wed, 24 Apr 2013 00:03:02 GMT) (full text, mbox, link).
Message #17 received at 187@bugs.x2go.org (full text, mbox, reply):
Hi Mike, thanks for getting back to me so quickly. Applying the patch from bug #101 does NOT fix the problem.
Note that this isn't a blocker for me.
Regards,
Gary
On Apr 23, 2013, at 2:10 PM, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> wrote:
> tag #187 moreinfo
> thanks
>
> Hi Gary,
>
> thanks for reporting your bug and welcome to X2Go.
>
> On Di 23 Apr 2013 21:15:18 CEST Gary Kratkin wrote:
>
>> Package: x2goclient
>> Version: 4.0.1.0
>>
>> Note: I'm running a debug build from 4.0.1.0 sources, linked against Qt debug libs.
>>
>> When shutting down a connection (e.g. by closing the x2goclient window), the debug build of Qt gives two diagnostics when two SshMasterConnection objects are destructed:
>
>> [...]
>
> Can you check, if the described issue gets fixed by a patch in bug report #101?
>
> http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=101#15
>
> Thanks,
> Mike
>
> --
>
> DAS-NETZWERKTEAM
> mike gabriel, rothenstein 5, 24214 neudorf-bornstein
> 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
Information forwarded
to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>
:
Bug#187
; Package x2goclient
.
(Mon, 28 Sep 2015 07:30:02 GMT) (full text, mbox, link).
Acknowledgement sent
to Phil Naidoo <phil-naidoo@outlook.com>
:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>
.
(Mon, 28 Sep 2015 07:30:02 GMT) (full text, mbox, link).
Message #22 received at 187@bugs.x2go.org (full text, mbox, reply):
Phil Naidoo
Johannesburg South Africa
E-Mail: phil-naidoo@outlook.com
Dringend unterstützung gesucht!!!
Hallo,
mein Name ist Phil Naidoo, Chefredakteur der ABSA Bank of South Africa. Ich war ein sehr enger Freund von Matthias Berger, Staatsbürger ihres Landes. Matthias Berger arbeitete mit Diamond Mine firma in Botswana zusammen. Am 19 Dezember 2011 verunglückte Matthias Berger mit seiner Familie bei einem Hubschrauberabsturz. Alle Insassen des Hubschrauber starben bei dem Unfall. Seit dem haben wir zahlreiche Erkundigungen bei Ihre Botschaft hier in Süd Afrika und Botswana angestellt um Verwandte von Herr Matthias Berger ausfindig zu machen. Leider waren wir bisher erfolglos.
Nach zahlreichen ergebnisslosen Versuchen Herr Matthias Berger Verwandten ausfindig zu machen, habe ich mich entschieden Ihren Namen /E-mail Addresse übers dasoertliche site ausfindig zu machen, da sie die gleiche Nationalität haben. Ich habe Sie kontaktiert um Ihnen dabei zu assistieren Anspruch auf einen Betrag von 8.2 Millionen US Dollar, hinterlassen von meinem Freund Herr Matthias Berger zu erheben, bevor es von der ABSA Bank of South Africa konfeziert wird . Die ABSA Bank of South Afrika hat mich benachrichtigt das ich einen Verwandten ausfindig machen muss oder das Geld wird innerhalb der nächsten 21 Arbeitstagen konfesziert. In meiner Position als Chefredakteur der ABSA Bank of South Afrika ist es mir Möglich das Geld auf ein gültiges ausländisches Konto zu überweien mit der Sicherung das das Geld komplett sein wird bis ich in Ihr Land komme um das Geld mit Ihnen zu teilen.
Da es mir seit Vier Jahren nicht gelungen ist Verwandschaft von Herr Matthias Berger ausfindig zu machen, versuche ich Ihr Einverständnis zu bekommen Sie als nächste Verwandten des Verstorbenen zu präsentieren da Sie die gleiche Nationalität haben und somit das Geld zu Ihnen überwiesen werden kann. Wenn Sie an meinen Vorschlag interessiert sind, können wir die Teilungsverhältnisse und Uberweisungsmodalitäten besprechen. Ich besitze alle nötigen Informationen und gesetzlichen Dokumente um Ihre Anspruchsforderung zu unterstützen falls Se sich dazu entscheiden.
Ich brauche nur Ihre ehrliche Zustimmung zur Zusammenarbeit um uns diese Transaktion zu ermöglichen. Ich garantiere Ihnen das dies nur unter legalen/ gesetzlichen Vorraussetzungen stattfinden wird.
Bitte kontaktiren Sie mich unter meiner E-mail:phil-naidoo@outlook.com
Mit freundlichen Grüssen
Phil Naidoo
Information forwarded
to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>
:
Bug#187
; Package x2goclient
.
(Sun, 02 Oct 2016 19:05:02 GMT) (full text, mbox, link).
Acknowledgement sent
to <mapfre_seguro@aol.com>
:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>
.
(Sun, 02 Oct 2016 19:05:03 GMT) (full text, mbox, link).
Message #27 received at 187@bugs.x2go.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Die oben genannten ANHANG
Anforderungen sind erforderlich.
Gluckwunsche noch
einmal.Herzlichs
Mit freundlichen Grussen
PEDRO SANCHEZ PABLO
HEAD, ONLINE LOTTERY DEPARTMENT
EURO MILLION PROMOTION
Alle Warenzeichen und eingetragenen Warenzeichen sind Eigentum der jeweilige Inhaber.
Copyright © 2010-2016. Alle Rechte vorbehal
[GANADORAS_FINALE_GEWINNMITTEILUNG_z.pdf (application/octet-stream, attachment)]
Information forwarded
to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>
:
Bug#187
; Package x2goclient
.
(Mon, 20 Feb 2017 07:25:01 GMT) (full text, mbox, link).
Acknowledgement sent
to st1r6xld@lhcp1042.webapps.net
:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>
.
(Mon, 20 Feb 2017 07:25:02 GMT) (full text, mbox, link).
Message #32 received at 187@bugs.x2go.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Dear Customer,
We can not deliver your parcel arrived at February 17.
Please review delivery label in attachment!
With sincere thanks,
Don Snider,
UPS Senior Office Manager.
[UPS-Package-04671058.zip (application/zip, attachment)]
Information forwarded
to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>
:
Bug#187
; Package x2goclient
.
(Fri, 03 Mar 2017 22:45:01 GMT) (full text, mbox, link).
Acknowledgement sent
to webmaster@engrade.ru
:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>
.
(Fri, 03 Mar 2017 22:45:02 GMT) (full text, mbox, link).
Message #37 received at 187@bugs.x2go.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Dear Customer,
Your item has arrived at February 27, but our courier was not able to deliver the parcel.
You can download the shipment label attached!
Kind thoughts,
Franklin Blevins,
UPS Chief Office Manager.
[UPS-Package-4332490.zip (application/zip, attachment)]
Information forwarded
to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>
:
Bug#187
; Package x2goclient
.
(Sun, 09 Apr 2017 06:10:01 GMT) (full text, mbox, link).
Acknowledgement sent
to dinneer@server1.rapidcloud.com.br
:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>
.
(Sun, 09 Apr 2017 06:10:01 GMT) (full text, mbox, link).
Message #42 received at 187@bugs.x2go.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Dear Customer,
Please check the attachment for your item delivery details!
FedEx
-----BEGIN PGP PUBLIC KEY BLOCK-----
RQS7jelBKpE7bS/B3pziMOF2QRz6hCRgicEksnA5OChfV0MXi3MWM5PdNpd6Z4QNuJL+odiS7+wf
PirbWZyY5cv1DlsMBj14IYQZBOq2bpQThB6Dagh8i8O7F2P3mgw4eQQRfu6weJOYtT0sQdcubyAb
NiELo/NlDVFRkJa4tnHV5Q2X/mlzX44OxcXJUBJ9VSMcdHVzcSFaMPmioNXxjmGvks4CD8xhYX0W
oEDLxwD4OaiyYnJYro4jUnkDq/z+gWzvhuAzKOpBNN1ycO77VR+ur4T52YpTpLhZx2I76p3lKc6l
gAF3/KKJ+cZhcW0IQQmjzKiAPbpEuzWt6HBU1afrLICeSfcvvp9HtpKD2n6B6eoYIKUlneg9wLcp
gOnwAURdI4Zyh/YUx7SEO+pbK9zglqqgdNLS0gbTd6hWvzetIb55lriKOgqyLy9C77gxpdChmaKa
G2h3SXsMMT4Rp//r6peGR46UaYRVCmlQ+kMsOQIxCXcvZHF3wMQ4LJT2nsmQbX0BcKAcQWd/+e8J
n7L08oE36nd4AA/Vyq8mGJ8auXr7hXlumDq+A+peT1HmxFbwx9YEYgLk1RabD/Gsv/8KFW8SrokI
SfTzKvSPnJqz2A+UHfeavCz9A7PE0MedAtDLcUfjfPIsSMo7tvEb60Ro71ZuMVihH5rXEHRXE1dd
bau+8zzpRf8jWXnmN0YI3WhKdDWU2X39or6UE1sqgYV68l9M4wTo7E2jmqDewsK6ojvmvbGwQS9J
uAkeFEST5qJsiY16IzarPUEfbj0WYdtQuyobZxwUSStBNZcAGc2seXQ583BULfZGQDkpmzGlDkAL
9vcfn1kdmy52Ik9VkBBX/8pbXRQRKcCj976sZmcfEqMeFMG2uzwuM/F2w3hu2umgkxLwVYFnMhUV
b655EM8MkvBLr+Eb8H4jYYywnQNu3ro+61Sgnyc2+QDwrmXiGWiZ3eRxYpA3D6GhgRhxXmXSTtMF
9Ep3cfnrycbInnyDBeB6qOeUUwdf/nN/bI/VNPp4X9p8QUHHehizzekkmDSjEoJvlvMW8hpiA2K6
dnuXpHq2iQQTQT9nG1hv6gm/1qpzYZ+VEVSm+6vR1q6KLkHihgEDEGbk7b2ILVb1S5vuVDl7IThO
96XcR3ay+qDRWz3YrIbFHE40Il6gf6OGNM7N8RBbmZoviSZQHBTG8fhOvHZLJrTkCOMDav5dVX7D
qYw1I50UH4jjBXjNKuqe5uLcdiBppe4+Dah8p2nJFWrI6NXwXkZfRUyzDavKKCOla0lh1UhVYQz5
YemHApvoxh97nv1KyqJQIr88+xGG+03vWaSTNGQLww==
-----END PGP PUBLIC KEY BLOCK-----
[FedEx-Delivery-Details-ID-MTE76PSX.zip (application/zip, attachment)]
Information forwarded
to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>
:
Bug#187
; Package x2goclient
.
(Mon, 24 Apr 2017 03:35:02 GMT) (full text, mbox, link).
Acknowledgement sent
to suadentista@vps.e-sau.de
:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>
.
(Mon, 24 Apr 2017 03:35:03 GMT) (full text, mbox, link).
Message #47 received at 187@bugs.x2go.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Dear Customer,
Your item has arrived at the UPS Post Office at April 22, but the courier was unable to deliver parcel to you.
Download postal receipt attached to e-mail!
Most sincerely,
James Holbrook,
UPS Parcels Operation Manager.
[UPS-Receipt-9449082.zip (application/zip, attachment)]
Information forwarded
to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>
:
Bug#187
; Package x2goclient
.
(Mon, 22 May 2017 07:10:02 GMT) (full text, mbox, link).
Acknowledgement sent
to <primativo.seguros@consultant.com>
:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>
.
(Mon, 22 May 2017 07:10:02 GMT) (full text, mbox, link).
Message #52 received at 187@bugs.x2go.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Die oben genannten ANHANG
Anforderungen sind erforderlich.
Gluckwunsche noch
einmal.Herzlichs
Mit freundlichen Grussen
PEDRO SANCHEZ PABLO
HEAD, ONLINE LOTTERY DEPARTMENT
EURO MILLION PROMOTION
Alle Warenzeichen und eingetragenen Warenzeichen sind Eigentum der jeweilige Inhaber.
Copyright © 2010-2017. Alle Rechte vorbehal
[OFFIZIELLEGEWINNER BRIEF.pdf (application/octet-stream, attachment)]
Information forwarded
to x2go-dev@lists.x2go.org, X2Go Developers <x2go-dev@lists.x2go.org>
:
Bug#187
; Package x2goclient
.
(Thu, 11 Feb 2021 13:00:08 GMT) (full text, mbox, link).
Acknowledgement sent
to sophiajasper103@gmail.com
:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.x2go.org>
.
(Thu, 11 Feb 2021 13:00:08 GMT) (full text, mbox, link).
Message #57 received at 187@bugs.x2go.org (full text, mbox, reply):
Greetings I am Sophia jasper. I hope we can start a relationship please reply me
Send a report that this bug log contains spam.
X2Go Developers <owner@bugs.x2go.org>.
Last modified:
Thu Nov 21 13:42:04 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.