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 trying to run CaVEMan on a few of my WGS samples but each time I run the split command I get this strange error:
caveman split -i 1 -f /home/druce/caveman.cfg.ini
Found chr: 1 of length: 195471971 at index 1
*** Error in caveman': free(): invalid next size (fast): 0x0000000001f0b250 *** *** Error in caveman': malloc(): memory corruption: 0x0000000001f0b290 ***
I have tried looking into this error but cannot figure out a way to solve it. Do you have any advice? I'm using CaVEMan version 1.13.1.
The text was updated successfully, but these errors were encountered:
Hi @MeganDruce do you have valgrind installed? It may give a more useful output to try and track down the location of this error. You run it as valgrind caveman <rest of command>.
I released some issues around sscanf calls that may have resolved this problem. Is there any chance you could try the latest release and let me know how that works please?
Hi!
I have been trying to run CaVEMan on a few of my WGS samples but each time I run the split command I get this strange error:
caveman split -i 1 -f /home/druce/caveman.cfg.ini
Found chr: 1 of length: 195471971 at index 1
*** Error in
caveman': free(): invalid next size (fast): 0x0000000001f0b250 *** *** Error in
caveman': malloc(): memory corruption: 0x0000000001f0b290 ***I have tried looking into this error but cannot figure out a way to solve it. Do you have any advice? I'm using CaVEMan version 1.13.1.
The text was updated successfully, but these errors were encountered: