Hi,
I might be wrong but from the message :
,bimbam_mac(189) malloc: *** mmap(size=1082724144119808) failed (error
> code=12)
I would say Bimbam is trying to allocate a 10^15 bytes array, that's a
lot (about 1 Petabyte, yes that's a 1000 Terabytes) and you probably
don't have that much memory available on your machine.
--
Bertrand