Hello, while trying to replace libreoffice with slimmer alternatives I noticed abiword dumps core on me.
This is on OpenBSD 6.4 (GENERIC.MP) #364: Thu Oct 11 13:30:23 MDT 2018 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP I've added abiword via pkg_add(1), from https://ftp.hostserver.de/pub/OpenBSD/ but ran "pkg_add -u -Dsnap abiword" as well, which did not update. /usr/local is mounted with wxallowed, just in case that matters. dmesg(8) does not show any errors. Debugging attempts of mine below probably only demonstrate my ignorance :-) Ktrace last lines: 43490 abiword CALL kbind(0x7f7ffffc6c48,24,0x9944e35757536f58) 43490 abiword RET kbind 0 43490 abiword CALL sigprocmask(SIG_SETMASK,~0x20<SIGABRT>) 43490 abiword RET sigprocmask ~0x80010120<SIGABRT|SIGKILL|SIGSTOP|SIGTHR> 43490 abiword CALL thrkill(0,SIGABRT,0) 43490 abiword PSIG SIGABRT SIG_DFL 43490 abiword NAMI "abiword.core" 43490 abiword STRU struct pollfd { fd=11, events=0x1<POLLIN>, revents=0<> } 43490 abiword STRU struct pollfd [2] { fd=13, events=0x1<POLLIN>, revents=0<> } { fd=14, events=0x1<POLLIN>, revents=0<> } $ gdb abiword abiword.core Reading symbols from /usr/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so...done. Loaded symbols for /usr/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so #0 thrkill () at -:3 3 -: No such file or directory. in - (gdb) bt #0 thrkill () at -:3 #1 0x000010063bb73e1e in _libc_abort () at /usr/src/lib/libc/stdlib/abort.c:51 #2 0x00001006175038d9 in AP_UnixApp::catchSignals () from /usr/local/lib/libabiword-3.0.so #3 0x000010061750360b in signalWrapper () from /usr/local/lib/libabiword-3.0.so #4 0x000010069f5fe005 in ?? () #5 0x0000000000000000 in ?? () Current language: auto; currently asm Marcus