Re: [Github-comments] [geany/geany] Geany crashes when saving something, big data is in clipboard and Qt Creator is running (#1736)

2018-01-12 Thread elextr
Ok, so its definitely Qt Creator trying to crush the GTK opposition 
editors/IDEs by making them crash :grin:

But more realistically it seems GTK and Qt don't agree over sharing X.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1736#issuecomment-357193062

Re: [Github-comments] [geany/geany] Geany crashes when saving something, big data is in clipboard and Qt Creator is running (#1736)

2018-01-11 Thread concerneddeveloper
Yes, GEdit uses GTK3. I found this: https://sourceforge.net/projects/ged - they 
say it uses GTK2. This editor crashed with the same error even before saving. 
Without Qt Creator running everything was ok.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1736#issuecomment-357166279

Re: [Github-comments] [geany/geany] Geany crashes when saving something, big data is in clipboard and Qt Creator is running (#1736)

2018-01-11 Thread elextr
Gedit is probably using GTK3, but the Geany you are using is GTK2.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1736#issuecomment-357162701

Re: [Github-comments] [geany/geany] Geany crashes when saving something, big data is in clipboard and Qt Creator is running (#1736)

2018-01-11 Thread concerneddeveloper
I tried GEdit with the same sequence. It did not crash. I tried Geany one more 
time. It did crash.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1736#issuecomment-357161733

Re: [Github-comments] [geany/geany] Geany crashes when saving something, big data is in clipboard and Qt Creator is running (#1736)

2018-01-11 Thread elextr
> would be worth mentioning here :)

It is now :)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1736#issuecomment-357119890

Re: [Github-comments] [geany/geany] Geany crashes when saving something, big data is in clipboard and Qt Creator is running (#1736)

2018-01-11 Thread Colomban Wendling
@elextr ok, would be worth mentioning here :)

And yeah, likely to be GTK/X interaction, or worse case Qt messing up X somehow.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1736#issuecomment-357119719

Re: [Github-comments] [geany/geany] Geany crashes when saving something, big data is in clipboard and Qt Creator is running (#1736)

2018-01-11 Thread elextr
@b4n, there is more info on the IRC backlog

Since it was an X error that caused GTK to crash Geany the issue is likely in X 
or in how GTK uses X.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1736#issuecomment-357119371

Re: [Github-comments] [geany/geany] Geany crashes when saving something, big data is in clipboard and Qt Creator is running (#1736)

2018-01-11 Thread Colomban Wendling
I can't reproduce on by Debian 9, but I didn't yet check with the additional 
info of QtCreator running.

However, this kind of issue, and especially if QtCreator has to be running, is 
highly likely to be in either GTK, QtCreator (or Qt), or even X11 (I doubt that 
last one, but who knows).  The save dialog is almost 100% GTK itself, so it's 
unlikely to be specific to Geany.  Could you try with another GTK save dialog, 
for example GEdit's?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1736#issuecomment-357118914