This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 151050

Summary: Console/Process still shows as running when Ctrl-D (or exit()) used to exit
Product: python Reporter: tonybeckham <tonybeckham>
Component: ConsoleAssignee: Lou Dasaro <mr_lou_d>
Status: NEW ---    
Severity: blocker CC: Jenselme
Priority: P2    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description tonybeckham 2008-10-22 18:18:18 UTC
If you exit the interactive console using exit() there is correct behavior, however, exiting by pressing ctrl-d exits
the session but the window still shows the stop icon.

System:
Product Version: NetBeans IDE 6.5 RC1 (Build 081022)
Java: 1.6.0_0; OpenJDK Client VM 1.6.0_0-b11
System: Linux version 2.6.24-21-generic running on i386; UTF-8; en_US (nb)

Steps:
Open Python Console
Exit using exit()
Use green arrows to restart
Exit using ctrl-d, stop is still enabled but the session has exited
Comment 1 tonybeckham 2008-10-22 18:19:06 UTC
Also the IDE task try still shows as running as well.
Comment 2 tonybeckham 2008-10-22 18:20:22 UTC
Using quit() also works as expected like exit() does
Comment 3 ardavis26 2008-10-22 18:39:02 UTC
This is a problem with extexecution.  It will not any control + char commands. This is a know issue.  I have to go
through my e-mail to find which one.  
Comment 4 tonybeckham 2008-10-22 18:46:03 UTC
I did a query and didn't see any existing issues with "ctrl" or similar description.  Maybe it was on dev.java.net?
Comment 5 ardavis26 2008-11-04 19:40:23 UTC
I need to pass this one to Petr. I think its an extexecution issue.  
Comment 6 Jenselme 2017-06-22 22:25:38 UTC
This is still an issue.