
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
Environment:
|
Linux
|
|
| Build: |
7,126
|
| Fixed in build: |
7,365
|
| Severity: |
Medium
|
We're attempting to write a plugin for IDEA 6 while using IDEA 7. IDEA 6 doesn't seem to be launched correctly when running the plugin in a sandbox.
To reproduce:
- start IDEA 7
- create a new, empty project for plugin development. For the JDK, choose IDEA 6.0.5 (build 6180).
- under Run/Debug configurations, create a new configuration for launching IntelliJ in a sandbox with the (empty) plugin. (May need to add '-Xmx512m' under VM Parameters.)
- launch IDEA 6.0.5 in the sandbox
- in the sandbox, create a new Java project with one "hello world" Java file
- select "rebuild project"
Information:Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
Information: at com.intellij.rt.compiler.JavacRunner.readString(JavacRunner.java:98)
Information: at com.intellij.rt.compiler.JavacRunner.readClasspath(JavacRunner.java:87)
Information: at com.intellij.rt.compiler.JavacRunner.expandClasspath(JavacRunner.java:78)
Information: at com.intellij.rt.compiler.JavacRunner.main(JavacRunner.java:52)
Information:Compilation completed with 1 error and 0 warnings
Information:1 error
Information:0 warnings
Error:Compiler internal error. Process terminated with exit code 1
Changing the compiler's Maximum Heap Size has no effect. However, I can build in the sandbox if I change the compiler from javac to Eclipse. Also,
javac works using the same sandbox project in an IDEA 7 sandbox.
|
|
Description
|
We're attempting to write a plugin for IDEA 6 while using IDEA 7. IDEA 6 doesn't seem to be launched correctly when running the plugin in a sandbox.
To reproduce:
- start IDEA 7
- create a new, empty project for plugin development. For the JDK, choose IDEA 6.0.5 (build 6180).
- under Run/Debug configurations, create a new configuration for launching IntelliJ in a sandbox with the (empty) plugin. (May need to add '-Xmx512m' under VM Parameters.)
- launch IDEA 6.0.5 in the sandbox
- in the sandbox, create a new Java project with one "hello world" Java file
- select "rebuild project"
Information:Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
Information: at com.intellij.rt.compiler.JavacRunner.readString(JavacRunner.java:98)
Information: at com.intellij.rt.compiler.JavacRunner.readClasspath(JavacRunner.java:87)
Information: at com.intellij.rt.compiler.JavacRunner.expandClasspath(JavacRunner.java:78)
Information: at com.intellij.rt.compiler.JavacRunner.main(JavacRunner.java:52)
Information:Compilation completed with 1 error and 0 warnings
Information:1 error
Information:0 warnings
Error:Compiler internal error. Process terminated with exit code 1
Changing the compiler's Maximum Heap Size has no effect. However, I can build in the sandbox if I change the compiler from javac to Eclipse. Also,
javac works using the same sandbox project in an IDEA 7 sandbox.
|
Show » |
|