-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 09/16/2014 10:26 PM, IOhannes m zmölnig wrote:
On 09/16/2014 01:18 PM, Max wrote:
here is how to reproduce it:
make two pd documents, let's say MAIN.pd and text.pd. then, in MAIN.pd open test.pd as an abstraction. make it GOP. from MAIN rightclick and coose help the context menu to open the not existing help file. The GOP abstraction test.pd will open. Save it as test-help.pd. Delete all the objects. Uncheck the GOP option. Crash.
that's in Pd 0.45.4
On 09/16/2014 08:02 PM, Max wrote:
hi list, i got this at two incidents:
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injectorboost::lock_error
your steps to reproduce and your backtrace are unrelated. "boost" is a C++ helper library, while Pd is written in pure C. so the error is either related to a C++-external you are loading (not Gem, as it does not use boost either), or it indicates memory corruption.
okay, but can you reproduce it?