Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected exception thrown while parsing module,;System.OutOfMemoryException #4157

Open
MMattribut opened this issue Jul 5, 2018 · 1 comment
Labels
bug Identifies work items for known bugs memory-management performance

Comments

@MMattribut
Copy link

Hi, I'd love to use Rubberduck,
but I just can't get the parser working in a bigger project.
Cheers
Matthias

Version 2.2.0.3439
OS: Microsoft Windows NT 10.0.17134.0, x64
Host Product: Microsoft Office 2013 x86
Host Version: 15.0.5013.1000
Host Executable: MSACCESS.EXE

RubberduckLog.txt

@Vogel612
Copy link
Member

Vogel612 commented Jul 5, 2018

According to the logs, this project consists of at least 253 modules. During parsing, Rubberduck throws an OutOfMemoryException 18 times.

Skimming the exception stacktrace it seems like we might have a parser-rule on our hands that indefinitely recurses, which is ... bad.

@Vogel612 Vogel612 added bug Identifies work items for known bugs performance memory-management labels Jul 5, 2018
@Vogel612 Vogel612 added this to ToDo in Semi-automatic bug tracker via automation Jul 5, 2018
@Vogel612 Vogel612 added the hacktoberfest Tags issues for Hacktoberfest 2019 label Sep 20, 2019
@bclothier bclothier removed the hacktoberfest Tags issues for Hacktoberfest 2019 label Nov 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Identifies work items for known bugs memory-management performance
Projects
Development

No branches or pull requests

3 participants