[Bug 211171] audio/ncmpcpp: Crashes after start with "Abort (Core dumped)" or "Abort trap (Core dumped)"

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jul 18 17:29:01 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211171

--- Comment #5 from yamagi at yamagi.org ---
The problem is here:

   mmap(0x0,4096,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) =
34368393216 (0x800841000)
  mmap(0x0,0,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) ERR#12 'Cannot
allocate memory'

This is likely a failing malloc() call or something the like. ncmpcpp or one of
it's libraries tries to allocate 4096 kilobytes memory, the allocation fails,
abort() is called and the process dies with "Abort (core dumped)".

Now the question is why the allocation is failing. How much RAM is installed
into the box and how big is the swap partition? Does the problem still occure
if ncmpcpp is started right after a fresh reboot

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list