## 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
That already had been reported here:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241538 by Marcin.
My analysis: screen dumps core on terminals with TERM=xterm* or
TERM=rxvt* if they don't advertise Km ("key_mouse") capability
via termcap. A workaround is to set TERM to xterm-vt220 (which has
Km) (you could just set resource XTerm*termName to "xterm-vt220"
or use command line "xterm -tn xterm-vt220").
Patch at the PR.
Regards,
Christoph
--
Spare Space