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
Describe the bug context.h can throw exceptions, however they are not documented and not caugth, relying on main.cxx catch all to not segfault, this should be fixed.
To Reproduce
Steps to reproduce the behavior:
comment main.cxx catch all
ctest -R wgl
segfault
The text was updated successfully, but these errors were encountered:
Describe the bug
context.h
can throw exceptions, however they are not documented and not caugth, relying on main.cxx catch all to not segfault, this should be fixed.To Reproduce
Steps to reproduce the behavior:
ctest -R wgl
The text was updated successfully, but these errors were encountered: