Manikantan Narender Nath created NETBEANS-4242:
--------------------------------------------------

             Summary: On Out of memory, Application is till running after 
profiler has been stopped
                 Key: NETBEANS-4242
                 URL: https://issues.apache.org/jira/browse/NETBEANS-4242
             Project: NetBeans
          Issue Type: Bug
          Components: profiler - IDE
    Affects Versions: 12.0
         Environment: Product Version: Apache NetBeans IDE 12.0-beta3
Java: 11.0.6; OpenJDK 64-Bit Server VM 11.0.6+10
Runtime: OpenJDK Runtime Environment 11.0.6+10
System: Mac OS X version 10.15.3 running on x86_64; UTF-8; en_IN (nb)
            Reporter: Manikantan Narender Nath
         Attachments: Anagram-running-after-profiler-stop.png

Test case 
[https://netbeans-vm.apache.org/synergy/client/app/#/assignment/2450/v/1]

 

Steps
 # Create project using Anagram sample
 # Open Anagrams.java
 # Add the following field ArrayList data = new ArrayList(24); // Added as a 
class field
 # Modify the event handler guessedWordActionPerformed by adding the following 
line in the method data.add(new int [500000]);
 # Open project Properties | Run
 # Set the vm option to -Xmx10m'
 # Select from profile menu Profile Project Anagram
 # Choose Telemetry and Enable Multiple Modes for the profiling configuration
 # Click Profile button
 # When the anagram application opens click Guess mutliple times until a dialog 
appears with message "Profiled application crashed and generated heap dump..."
 # Click the stop profiling button (red square button beside the profile button)
 # The Output window says Build stopped

Expected Result

Anagram application also stopped

Actual result

Anagram application still running (see attachment 
Anagram-running-after-profiler-stop.png)

 



--
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