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
In the version of backward from vcpkg there is actually a bug where the call to details::unwind returns -1 causing a vector sizing exception to be thrown, which it looks like has been fixed, however, I'm unclear why it can't do the unwinding properly in this case.
Is there something special about parent constructors that causes unwind to fail to work properly? Thanks!
The text was updated successfully, but these errors were encountered:
We are trying to capture a backtrace in a parent class constructor, but it is failing to do so. The code looks like this:
In the version of backward from vcpkg there is actually a bug where the call to
details::unwind
returns -1 causing a vector sizing exception to be thrown, which it looks like has been fixed, however, I'm unclear why it can't do the unwinding properly in this case.Is there something special about parent constructors that causes unwind to fail to work properly? Thanks!
The text was updated successfully, but these errors were encountered: