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 following MWE produces a segfault. This isn't compiler or optimization specific. The segfault goes away if the holder type is removed from TestA. Valgrind shows that it is an invalid delete/free.
The following MWE produces a segfault. This isn't compiler or optimization specific. The segfault goes away if the holder type is removed from TestA. Valgrind shows that it is an invalid delete/free.
CPP file:
Python script:
git bisect shows the error introduced with commit bd560ac
I'm thinking that when constructing from another holder, it shouldn't be owned by the new object?
The text was updated successfully, but these errors were encountered: