You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application is aborting with Segmentation Fault. I could get the stack trace below by attaching gdb to the process spawned by dotnet run. The library CppSharp is referenced by nuget: <PackageReference Include="CppSharp" Version="1.1.5.3168" />.
I ran into the same issue while working on #1891. It's caused by this line. The getDecl() here can return nullptr if the template parameter is itself a template parameter. Eg.
template<class T>
void MyFunction() {
using MyNestedType = MyOtherTemplate<T>;
}
Brief Description
The application is aborting with Segmentation Fault. I could get the stack trace below by attaching gdb to the process spawned by
dotnet run
. The library CppSharp is referenced by nuget:<PackageReference Include="CppSharp" Version="1.1.5.3168" />
.OS: Linux (Ubuntu Noble, x86_64)
Used headers
/usr/include/x86_64-linux-gnu/qt6/QtCore/QtCore
v6.8.1Used settings
Target: x86_64-linux-gnu
Other settings
Stack trace or incompilable generated code
The text was updated successfully, but these errors were encountered: