Hunt function prints Malloc errors on screen
roberthawdon opened this issue · 5 comments
roberthawdon commented
Using the hunt function can cause memory allocation errors.
show(9098,0x10ffd95c0) malloc: *** set a breakpoint in malloc_error_break to debug
show(9098,0x10ffd95c0) malloc: can't allocate region
*** mach_vm_map(size=18446744071562067968) failed (error code=3)
roberthawdon commented
Hoping this is fixed in 0.8.2, if not, will reopen.
roberthawdon commented
Issue is still occurring, seems to be MacOS specific
roberthawdon commented
This also happens with the Find function in SF
roberthawdon commented
Adding help wanted flag as this seems to be some very weird MacOS edge case.
roberthawdon commented
The latest code optimisations should have now resolved this in the upcoming v0.9.4 release. I will close for now. Again if this crops up again, we'll reopen it.