Process plsqldev.exe hangs when closing program

I have problem with PLSQL Developer. Process plsqldev.exe hangs when I close program or when I try to connect to another user. Using comman-line parameters "debug" and "debugsql" program created file debug.txt and result is:

1) when I close program, debug.txt ends on the row with "SessionChanged EnableAuthorizedMenus"

2) when I try to connect as another user debug.txt ends on the row with "Finalization DBNamesUnit"

In both cases I must kill process plsqldev.exe with task manager. Does anybody know, what the problem is?
 
To obtain some more diagnostic information, can you modify the shortcut and add the debugsql parameter? For example:

"C:\Program Files\PLSQL Developer\plsqldev.exe" debugsql

Reproduce the problem and send me the debug.txt file that is generated in the PL/SQL Developer directory.
 
Back
Top