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

Key: IDEA-15576
Type: Bug Bug
Status: Open Open
Assignee: Alexey Kudravtsev
Reporter: Sergei Ivanov
Votes: 0
Watchers: 0
Operations

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

IDEA locks up trying to clear the debug console backlog

Created: 09 Oct 07 15:13   Updated: 11 Oct 07 19:29
Component/s: Debugger

File Attachments: 1. Text File stack.txt (28 kb)


Build: 7,330
Severity: High


 Description  « Hide
In my debugger settings, I've limited the debug console output to 1 Mb, because there is quite a lot of verbose logging going on.
I sometimes pause my debug output to inspect the log. This has two unpleasant consequences:
1. IDEA starts consuming a lot of memory, accumulating a backlog of debug output. This often results in an OutOfMemoryError being thrown by IDEA. The circular backlog buffer should be also limited to 1Mb (or whatever user setting is) and should not grow beyond that.
2. When I resume the logging, IDEA tries to catch up and often locks up consuming 100% CPU. Attached is a thread dump, captured by jstack.

 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.