royqh1979 / RedPanda-CPP

A light-weight C/C++ IDE based on Qt
GNU General Public License v3.0
950 stars 103 forks source link

namespace crash #471

Closed Oscillograph closed 3 days ago

Oscillograph commented 2 months ago

Hello! On Windows 7 x64 the IDE (builds 3.1 and alpha 3.2) crashes with an error code "c0000005" after an attempt to put something into a namespace. Steps to reproduce the problem:

  1. Create a new namespace
    namespace AnyName
  2. Insert brackets:
    namespace AnyName 
    {}
  3. Insert something in the brackets:
    namespace AnyName 
    {
    ...
    }
  4. Crash!

Works Normally Crash