Bug 389565 - Memory leak in parser/editor
Summary: Memory leak in parser/editor
Status: NEW
Alias: None
Product: PTP
Classification: Tools
Component: Photran.Parser (show other bugs)
Version: 8.0.1   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Photran Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-13 17:53 EDT by Greg Watson CLA
Modified: 2012-09-13 17:53 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Watson CLA 2012-09-13 17:53:12 EDT
The parser does not always release resources when the editor is closed. This means that heap usage continues to grow even when open files are closed. This is particularly an issue when editing very large files, as it is very easy to overrun heap thereby causing the UI to lock up.