pict icon indicating copy to clipboard operation
pict copied to clipboard

dylib invoke crash due to fatal error.

Open arsentiii opened this issue 1 year ago • 0 comments

When using PICT dynamic library to generate one test case, there is no error. However, when executing multiple times consecutively, the following error occurs:

#C [libpict.dylib+0x11bd0] std::__1::enable_if<(__is_cpp17_forward_iterator<unsigned int*>::value) && (is_constructible<int, std::__1::iterator_traits<unsigned int*>::reference>::value), std::__1::__wrap_iter<int*> >::type std::__1::vector<int, std::__1::allocator >::insert<unsigned int*>(std::__1::__wrap_iter<int const*>, unsigned int*, unsigned int*)+0x4d0

#C [libpict.dylib+0x5f6f5] std::__1::enable_if<__is_forward_iterator<unsigned int*>::value, void>::type std::__1::vector<int, std::__1::allocator >::__construct_at_end<unsigned int*>(unsigned int*, unsigned int*, unsigned long)+0x175

arsentiii avatar Apr 27 '23 08:04 arsentiii