Wednesday, June 21, 2023

Re: misc/screen segfault

On Wed, Jun 21, 2023 at 08:22:54PM +0200, developer@robert-palm.de wrote:
>
> Quoting Theo Buehler <tb@theobuehler.org>:
>
> > > Anybody knows why this happens on arm64 ?
> > >
> > > ws-4# uname -a
> > > OpenBSD ws-4.my.domain 7.3 GENERIC.MP#2164 arm64
> > >
> > > ws-4# screen -v
> > > Segmentation fault (core dumped)
> >
> > Does not happen here. Could you provide a backtrace, please?
> >
> > # pkg_delete screen
> > # pkg_add gdb debug-screen
> >
> > Then reproduce the crash and at the gdb prompt type 'bt' and share the
> > output, please.
> >
> > # egdb screen screen.core
> > (gdb) bt
>
> Thank you for your instructions! Here you go:
>
> ws-4# pkg_delete screen
> screen-4.9.0|
> | 0%Invalid \0 character in pathname for ftlink: SPCRP\0 at

Whoa. This and all the other noise that shouldn't be there smell like
you have some file system corruption. Also, there is BOCHS showing up...
Is this virtualized?

I would suggest that you run

sysupgrade -s
pkg_check
pkg_add -uV

and try again.

No comments:

Post a Comment