Re: Odd behavior in some terminal apps.
Leonardo Taccari <[email protected]> Mon, 10 Jul 2017 09:55:15 +0200
| Newsgroups | gmane.os.netbsd.ports.hpcarm |
|---|---|
| Message-ID | <[email protected]> |
Hello Wes, Wes Fraizer writes: > I am getting segfaults from emacs25 and crashes on launch out of tmux on= my Jornada 720 running NetBSD 7.1. I dont have any any of the X sets inst= alled and I dont have X installed from pkgsrc im simply trying to run them= from the terminal. > = > With emacs I dont think its running out of memmory or anything. Emacs re= portedly can run on much less. > = > I have a sneaking suspicion that emacs and tmux both do not like my term= inal somehow. The $TERM variable is set to wsvt25 which should be fine fro= m what I gather. > = > Any suggestions or advice would be appreicated. At least for Emacs, not sure if it can be that problem or not (I've only had that problem on NetBSD/i386 7.1, but I've no access to any hpcarm machines) but IMHO it's worth checking if it's affected by pkg/49378 (it will require just few seconds!): <http://gnats.netbsd.org/49378> (for sh shells just `ulimit -s 8192' will do the trick, for csh ones `limit stacksize 8192').