|
From: | Rik |
Subject: | [Octave-bug-tracker] [bug #44470] ctrl-c after pause gives crash/segfault |
Date: | Thu, 03 Dec 2015 04:01:56 +0000 |
User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0 |
Update of bug #44470 (project octave): Status: Works For Me => Confirmed _______________________________________________________ Follow-up Comment #8: Windows and Linux were using completely different code (protected by #ifdefs) to implement the kbhit/pause routines. I have updated the code for Windows to actually work by using the _kbhit and _getch routines which are pretty much Windows specific. See http://hg.savannah.gnu.org/hgweb/octave/rev/a8ee668e7fd7. However, these routines don't detect Ctrl+C as a keypress. That seems to be specially handled by the terminal. Leaving this bug as confirmed and open until there is a fix for that. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?44470> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |