Hi,
I use Geany to write some Bash scripts. To execute my script I use the integrated terminal at the bottom.
Now when I want to abort my script by Ctrl-C Geany crashes. There is no error message even when I start Geany through a terminal. The window just doesn't react any more.
I use Geany 0.14-1 on Debian Testing with Kernel 2.6.25-2-686 and Gnome 2.22.3.
Best regards
Christian Schulze
On Sun, 20 Jul 2008 11:55:04 +0200, Crishu crishu@web.de wrote:
Hi,
most important first: this is a mailing list. In order to receive further answers, you should subscribe to this list (http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel).
I use Geany to write some Bash scripts. To execute my script I use the integrated terminal at the bottom.
Now when I want to abort my script by Ctrl-C Geany crashes. There is no error message even when I start Geany through a terminal. The window just doesn't react any more.
Thanks for reporting. This issue is already known. For details and a workaround see https://sourceforge.net/tracker/index.php?func=detail&aid=1990323&gr....
Regards, Enrico
On Sun, 20 Jul 2008 19:02:47 +0200 Enrico Tröger enrico.troeger@uvena.de wrote:
On Sun, 20 Jul 2008 11:55:04 +0200, Crishu crishu@web.de wrote:
Hi,
most important first: this is a mailing list. In order to receive further answers, you should subscribe to this list (http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel).
I use Geany to write some Bash scripts. To execute my script I use the integrated terminal at the bottom.
Now when I want to abort my script by Ctrl-C Geany crashes. There is no error message even when I start Geany through a terminal. The window just doesn't react any more.
Thanks for reporting. This issue is already known. For details and a workaround see https://sourceforge.net/tracker/index.php?func=detail&aid=1990323&gr....
And it should be fixed in the latest Geany SVN (since last week). Please let us know if there are any more problems with it.
Regards, Nick
On Tue, 29 Jul 2008 19:25:59 +0100, Nick Treleaven nick.treleaven@btinternet.com wrote:
On Sun, 20 Jul 2008 19:02:47 +0200 Enrico Tröger enrico.troeger@uvena.de wrote:
On Sun, 20 Jul 2008 11:55:04 +0200, Crishu crishu@web.de wrote:
Hi,
most important first: this is a mailing list. In order to receive further answers, you should subscribe to this list (http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel).
I use Geany to write some Bash scripts. To execute my script I use the integrated terminal at the bottom.
Now when I want to abort my script by Ctrl-C Geany crashes. There is no error message even when I start Geany through a terminal. The window just doesn't react any more.
Thanks for reporting. This issue is already known. For details and a workaround see https://sourceforge.net/tracker/index.php?func=detail&aid=1990323&gr....
And it should be fixed in the latest Geany SVN (since last week). Please let us know if there are any more problems with it.
It still happens when 'Override Geany keybindings' is changed from 'false' to 'true' and then Ctrl-C is pressed.
Regards, Enrico
On Mon, 4 Aug 2008 11:09:10 +0200 Enrico Tröger enrico.troeger@uvena.de wrote:
Now when I want to abort my script by Ctrl-C Geany crashes. There is no error message even when I start Geany through a terminal. The window just doesn't react any more.
Thanks for reporting. This issue is already known. For details and a workaround see https://sourceforge.net/tracker/index.php?func=detail&aid=1990323&gr....
And it should be fixed in the latest Geany SVN (since last week). Please let us know if there are any more problems with it.
It still happens when 'Override Geany keybindings' is changed from 'false' to 'true' and then Ctrl-C is pressed.
Confirmed, but for me it only happens the second time I press Ctrl-C, weird.
Regards, Nick
On Mon, 4 Aug 2008 11:47:25 +0100 Nick Treleaven nick.treleaven@btinternet.com wrote:
It still happens when 'Override Geany keybindings' is changed from 'false' to 'true' and then Ctrl-C is pressed.
Confirmed, but for me it only happens the second time I press Ctrl-C, weird.
Oops, forget my last comment. For me it hangs when: (vte-0.16.14) 0. override is false 1. focusing the vte 2. setting override pref (from false) to true 3. clicking ok
Then it hangs without even doing anything, even if the vte is not focused.
All this with geany trunk r2852. But if I use the custom-tab-width branch I can't reproduce the hang at all. This was branched at r2820.
Try: svn up -r 2820 src/vte.c
Regards, Nick
On Mon, 4 Aug 2008 12:19:33 +0100 Nick Treleaven nick.treleaven@btinternet.com wrote:
For me it hangs when: (vte-0.16.14) 0. override is false
- focusing the vte
I forgot: 1.5 press ctrl-c.
- setting override pref (from false) to true
- clicking ok
Then it hangs without even doing anything, even if the vte is not focused.
All this with geany trunk r2852. But if I use the
Regards, Nick
On Mon, 4 Aug 2008 12:19:33 +0100, Nick Treleaven nick.treleaven@btinternet.com wrote:
On Mon, 4 Aug 2008 11:47:25 +0100 Nick Treleaven nick.treleaven@btinternet.com wrote:
It still happens when 'Override Geany keybindings' is changed from 'false' to 'true' and then Ctrl-C is pressed.
Confirmed, but for me it only happens the second time I press Ctrl-C, weird.
Oops, forget my last comment. For me it hangs when: (vte-0.16.14) 0. override is false
- focusing the vte
- setting override pref (from false) to true
- clicking ok
Then it hangs without even doing anything, even if the vte is not focused.
All this with geany trunk r2852. But if I use the custom-tab-width branch I can't reproduce the hang at all. This was branched at r2820.
Try: svn up -r 2820 src/vte.c
r2840 would be enough...yet another thing I broke...with r2855 it should be working again regardless of the override setting, at least I can't trigger the freeze anymore.
Regards, Enrico