pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/49378: emacs 24.3 gives segmentation fault under virtualbox



Well, I forgot to update the PR. I solved this issue by resizing the stack.

By default it was showing 2048(ulimit -s was 2048)
ulimit -s 8192 #I set stack size as 8192 . 4096 -> failed

This was suggested from this link
https://mail-index.netbsd.org/netbsd-users/2013/03/25/msg012668.html



On Wed, Dec 3, 2014 at 10:05 PM, David Holland <dholland-pbugs%netbsd.org@localhost> wrote:
The following reply was made to PR pkg/49378; it has been noted by GNATS.

From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/49378: emacs 24.3 gives segmentation fault under virtualbox
Date: Wed, 3 Dec 2014 16:34:41 +0000

 On Mon, Nov 10, 2014 at 04:30:01AM +0000, arjun1296%gmail.com@localhost wrote:
  > NetBSD eden 6.1.5 NetBSD 6.1.5 (GENERIC) i386
  > [...]
  > Hi,
  > I installed emacs using pkgsrc as well as the pkgin tool. Both
  > crashed with giving a segmentation fault.

 I suspect this is the same problem as PR 46632. In that case,
 compiling emacs yourself should make it go away. Although that's
 a fairly expensive nuisance in a slow VM.

 (Does virtualbox have a 64-bit mode?)

 --
 David A. Holland
 dholland%netbsd.org@localhost




Home | Main Index | Thread Index | Old Index