-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
Not sure why, but when I enable debug info on sharplang runtime itself (esp. some files such as Internal.cpp) and run a SharpLang executable with GDB, I often have errors such as:
- invalid dwarf2 offset XXXX (maybe related to https://llvm.org/bugs/show_bug.cgi?id=22567 or https://llvm.org/bugs/show_bug.cgi?id=18790)
- (no debugging symbols found)
- etc...
Not sure yet if the problem is my gdb, llvm, or the debug info generated by SharpLang (I think I tried without before to rule it out, but need to make sure).