Description of problem: If a jsp includes itself, the incremental compiler will try to process it causing a JVM core dump. Version-Release number of selected component (if applicable): eclipse-lomboz-3.0-7 How reproducible: always Steps to Reproduce: 1. Create a new J2EE project with a web module (choose Jonas 1.4.x server) 2. Open up the default "index.jsp" 3. add the line "<%@ include file="index.jsp" %> 4. Save the file Actual results: JVM core dumps Expected results: Lomboz should report an error. Additional info: This may seem pointless as recursively including a jsp in itself is a bad idea in the first place. However, if a user accidentally types the wrong jsp name, the jvm will crash and the workspace can only be recovered by manually removeing the recursive include from the jsp. (eclipse will cause JVM crash every time the file is [re]opened)
Created attachment 104121 [details] java core
*** Bug 133198 has been marked as a duplicate of this bug. ***
No longer a full crash but an Eclipse internal error does occur and an error log is produced.
I don't get a crash, but Eclipse hangs in some sort of loop with this continuously echoed to the command line: Searching for valid stack frames. Stack trace information below may not be accurate or complete. It is provided for diagnostic purposes.
Lomboz is dead and Developer suite is not supported in long time.