Hi all, I upgraded from 11-STABLE r344000 to r353939 and now screen (sysutils/screen) crashes inside both my jails: $ screen [screen caught signal 11. (core dumped)] (there's no core dump). kernel log: pid 56569 (screen), jid 2, uid 1001: exited on signal 6 This happens as a user or root, however screen runs fine on the host. I've rebuilt all the ports including screen after rebuilding the world and everything's apparently fine: # pkg check -d screen-4.7.0_1 Checking screen-4.7.0_1: 100% $ uname -a FreeBSD XXX 11.3-STABLE FreeBSD 11.3-STABLE #0 r353939: Wed Oct 23 21:17:39 SAST 2019 root at XXX:/usr/obj/usr/src/sys/GENERIC amd64 $ sysctl kern.securelevel kern.securelevel: 1 Any ideas?
## Gareth de Vaux (stable at lordcow.org):> (there's no core dump).ulimit -c> This happens as a user or root, however screen runs fine on the host.It coredumps here, too (on a 12.0-RELEASE) - I'm looking at it, there's something fishy going on with the termcap data (the whole thing is #define hell, and I never found termcap to be an easy-going data format, so don't expectresults too soon). Regards, Christoph -- Spare Space
## Gareth de Vaux (stable at lordcow.org):> $ screen > > [screen caught signal 11. (core dumped)]Try this: https://svnweb.freebsd.org/ports?view=revision&sortby=date&revision=515868 If that doesn't help, we'll need at least a backtrace. Regards, Christoph -- Spare Space