rubberduck-vba / Rubberduck

Every programmer needs a rubberduck. COM add-in for the VBA & VB6 IDE (VBE).
https://rubberduckvba.com
GNU General Public License v3.0
1.91k stars 299 forks source link

2.0.8 Source Control causes Out of Memory or a Crash #2172

Closed ccampbellclearesult closed 6 years ago

ccampbellclearesult commented 8 years ago

Hi, I'd like to help provide debug information on this issue. When I try to use source control with 2.0.8 I get either Out of Memory or a Crash. For the OOM I'm not sure what my usage was at but for the crash the process (MSAccess 32-bit) held ~790mb.

What information can I provide you?

This occurs upon Initializing a New Repo.

ccampbellclearesult commented 8 years ago

Hi RD, is there any information I can provide you with to help debug this issue?

daFreeMan commented 8 years ago

You can post your RubberduckLog.txt located in %AppData%\Rubberduck\logs. (There's also an option within the VBE Rubberduck menu to open the log directory for you.)

Also, check the event log and post any messages there about the crash. You can export the events and post the results, or just copy the detail text and paste it in. Be sure to wrap any really long text with ~~~ on a line of its own at the beginning and end of the text - that will help make it more readable.

ccampbellclearesult commented 8 years ago

msaccess_popup Source: RubberDuck logs Log Level: Error

2016-08-05 13:46:42.3411;ERROR;Rubberduck.Common.WinAPI.RawInput;Error sizing the rawinput buffer: The handle is invalid;System.ComponentModel.Win32Exception (0x80004005): The handle is invalid 2016-08-05 13:47:30.9990;ERROR;Rubberduck.Common.WinAPI.RawInput;Error sizing the rawinput buffer: The handle is invalid;System.ComponentModel.Win32Exception (0x80004005): The handle is invalid

rubberduck203 commented 6 years ago

We’ve removed the source control feature. Please see #3758.