5.1 Preview 2 – Out of memory exception

Sysprogs forums Forums VisualGDB 5.1 Preview 2 – Out of memory exception

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7582
    kbzowski
    Participant

    VisualGDB 5.1 Preview 2  is throwing OutOfMemory exception during long running debugging. No breakpoints are set in the code. System indicates that it is more then 10 GB free RAM. This also causes Visual Studio completely hangup.

    Visual Studio 14.0.24720.00 2015 (Update 1), GDB 7.10.1

    Sometimes VisualGBD hangup also on “GDB Command Timeout” without any reason. In that case just shows blank window and hangup VS.
    GDB log is very huge (more then 700MB) so I attached only last part.
    DEBUG LOG

    #7586
    support
    Keymaster

    Hi,

    That makes sense. VisualGDB keeps a log of all GDB commands to display them in the GDB Session window, so a log over 700 MB + formatting and timestamps could easily exceed the maximum 2GB allowed per user-mode process.

    What happens if you clear the gdb session log from time to time? Does it reduce the memory usage of devenv.exe in Task Manager?

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.