Description of problem: When running on a machine without smp you can generate an exception trying to make an oprofile project. Version-Release number of selected component (if applicable): eclipse-oprofile-1.1.0-5 How reproducible: always Steps to Reproduce: 1. Make a C project 2. Run -> Run, Profile C/C++ Application, select new 3. When it prompts you for a password hit cancel Actual results: It cancels displays a message noting that the Oprofile kernel module couldn't be loaded and generates an exception in the log file, if you try to click the "New" button again nothing happens but this message is generated on the command line " Unhandled event loop exception Reason: java.lang.NullPointerException Unhandled event loop exception " Expected results: It should cancel gracefully and not give any message about the oprofile module since you cancelled so it shouldn't try and load it.
Created attachment 102271 [details] logfile logfile from canceling the password dialogue, getting the error message, then clicking "New" once.