Re: [Scilab-users] Scilab not completely closing

2024-10-15 Thread Francis Testa
documentation on how to properly exit a GUI application? Thanks very much. Best regards, Frank From: users On Behalf Of DAVID Clément Sent: Monday, September 30, 2024 3:32 AM To: Users mailing list for Scilab Subject: Re: [Scilab-users] Scilab not completely closing Hello Franck, In Scilab 2024.1.0, we

Re: [Scilab-users] Scilab not completely closing

2024-09-30 Thread DAVID Clément
Hello Franck, In Scilab 2024.1.0, we made some modification to exit the JVM properly for call_scilab / javasci fixes. There might be some Java Thread running from the code you are running. To get more insight, you can get the list of running thread at exit using the jstack command from the Java