Date: Mon, 18 Jul 2016 17:29:01 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 211171] audio/ncmpcpp: Crashes after start with "Abort (Core dumped)" or "Abort trap (Core dumped)" Message-ID: <bug-211171-13-kEGSpL7lj0@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-211171-13@https.bugs.freebsd.org/bugzilla/> References: <bug-211171-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211171 --- Comment #5 from yamagi@yamagi.org --- The problem is here: mmap(0x0,4096,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) =3D 34368393216 (0x800841000) mmap(0x0,0,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) ERR#12 'Cann= ot allocate memory' This is likely a failing malloc() call or something the like. ncmpcpp or on= e of it's libraries tries to allocate 4096 kilobytes memory, the allocation fail= s, 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 occu= re if ncmpcpp is started right after a fresh reboot --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211171-13-kEGSpL7lj0>