You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Edwards...@googlegroups.com
I would like to use RiboPicker at my Mac and everything was correct, but the last step when I run ./bwaMAC index -p ssr115 ssr115.fasta I got that:
bwaMAC(5112,0xa18b81a8) malloc: *** mach_vm_map(size=2666246144) failed (error code=3) *** error: can't allocate region *** set a breakpoint in malloc_error_break to debug Bus error: 10
Thanks, Anna
Robert Schmieder
unread,
Dec 9, 2013, 11:32:24 AM12/9/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Edwards...@googlegroups.com
Hi Anna,
malloc is the all purpose memory allocator, but I don't know what error
code 3 is. malloc is calling the low level mach_vm_map, where
vm stands for virtual memory.
Reason why this could fail are: (i) you have
used up all of your memory address space or (ii) you are getting short of disk space on your boot volume where your
virtual memory files live.
Rob
durges...@neotechindia.com
unread,
Jan 31, 2017, 11:40:15 PM1/31/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message