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
I have been running lineages through bash (not Jupyter notebook) and I obtain the following error:
python3(4011,0x104d505c0) malloc: *** error for object 0x40c7cd8000000000: pointer being freed was not allocated
python3(4011,0x104d505c0) malloc: *** set a breakpoint in malloc_error_break to debug
Abort trap: 6
This is after running py_PropagateInteractingCells with on order of 100s of cells in a run. My script asks for 100 simulations, but it halts after 1. I am using macOS Mojave version 10.14.5. I have 16 GB of ram on a 2.3 GHz Intel Core i5.
The text was updated successfully, but these errors were encountered:
Thanks @sophiejwalton I have no idea how to track this down, but it is helpful that you are actually getting more detailed issues about the crash. Can you tell me a little more about how you are running the code? [From the terminal I assume? anything else?]
Hello,
I have been running lineages through bash (not Jupyter notebook) and I obtain the following error:
python3(4011,0x104d505c0) malloc: *** error for object 0x40c7cd8000000000: pointer being freed was not allocated
python3(4011,0x104d505c0) malloc: *** set a breakpoint in malloc_error_break to debug
Abort trap: 6
This is after running py_PropagateInteractingCells with on order of 100s of cells in a run. My script asks for 100 simulations, but it halts after 1. I am using macOS Mojave version 10.14.5. I have 16 GB of ram on a 2.3 GHz Intel Core i5.
The text was updated successfully, but these errors were encountered: