History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-16528
Type: Bug Bug
Status: Open Open
Assignee: Maxim Shafirov
Reporter: Simon Knott
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Changing project library JAR in the background causes OOM error and lots of stack traces

Created: 27 Nov 07 18:26   Updated: 28 Nov 07 16:02
Component/s: Project Configuration

File Attachments: 1. Text File idea.log (114 kb)
2. File idea.log.1 (1.00 Mb)
3. File idea.log.1 (1.01 Mb)

Environment: Windows XP, JDK6u2, Subversion client 1.4

Build: 7,573
Severity: Extreme


 Description  « Hide
We have an ANT script for generating some of our project libraries, which are based on the sources of other projects. A JAR is generated for the compiled classes with a second JAR file generated which contains the code source, both of which are assigned to a project library.

If the JAR files are re-created while IDEA is open, IDEA throws a whole load of exceptions and dies with an OOM error. Unfortunately, restarting has no affect and IDEA will go into the same state as soon as the project with the project libraries is re-opened. The only way to recover is to delete the system caches.

The stack traces thrown can be seen in the attached log file.



 All   Comments   Work Log   Change History      Sort Order:
Simon Knott - 28 Nov 07 16:02
Had the problem again, but this time the JAR file was re-created using the IDEA "Build JAR" functionality. IDEA didn't pick up that the file had changed initially, so I asked to synchronise the file manually and then got another blow-up.