Beef
Beef copied to clipboard
Fatal IDE crash when typing in file containing generics
Platform: Windows 10 86_64 IDE version: Latest nightly
Steps to reproduce:
- Open the attached workspace, and try to type "public static void main" or pretty much anything
- Press space.
The IDE will crash with this error code:
FATAL MODULE ERROR Not implemented at C:\Jenkins\workspace\Beef\IDEHelper\Compiler\BfModuleTypeUtils.cpp:15958 Module: Type: linux_test.Program.BeefCClosure<T> Method: linux_test.Program.BeefCClosure<T>.this(T callback)
Crash dump attached.
I figured out that this seems to be related to the bitfield in the Closure structure and perhaps not generics as I previously thought. Commenting out the bitfield seems to prevent crashes.
This is no longer an issue on latest build from source.