Nikolai Varankine created NETBEANS-4407:
-------------------------------------------

             Summary: Netbeans can occasionally stall on exit
                 Key: NETBEANS-4407
                 URL: https://issues.apache.org/jira/browse/NETBEANS-4407
             Project: NetBeans
          Issue Type: Bug
    Affects Versions: 11.3
            Reporter: Nikolai Varankine
         Attachments: NetBeansGUI.txt, NetBeansGUI2.txt

Netbeans can occasionally stall on exit from debug, with no direct reason to 
the failure. It appears like a regression since version 11.1. Possible causes 
are following:
 * While NetBeans loads XML files (resources of a project) on start-up, 
multiple similar errors were logged. No other harm was noticed. A reason - XML 
parser meets non ASCII symbol in file path. See attachment for excerpt from the 
log (C:\Users\xxxxxx\AppData\Roaming\NetBeans\11.3\var\log\messages.log).
{color:#de350b}com.sun.org.apache.xerces.internal.util.URI$MalformedURIException:
 Path contains invalid character: Н{color}
 * Editing of Java file(s) is employed as a regular practice during debug 
session. See attachment for excerpt from the same log. But I wonder files 
mentioned there were not edited this time.

A typical path to error:
 # Start NetBeans; it loads last projects.
 # Start debug session for active project. Edit some Java or XML files, save.
 # Normally exit from debugged application. After that, I can occasionally find 
NetBeans GUI not responding and have to use Windows Task Manager to kill 
NetBeans process.
 # Nothing seriously wrong is found in the next launch of NetBeans. 
Configuration, in part of automatically opened files, is found obsolete. I link 
it to enforced kill of stalled NetBeans process.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to