$ sysctl -n kern.version
OpenBSD 6.1-current (GENERIC.MP) #15: Fri Jul 28 10:16:03 MDT 2017
    dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP

I'm using packages from August 2nd, and the wordnet version is wordnet-3.0p6.
Let me know if more info is needed.

-----------

misc/wordnet, ran via "wnb" crashes when I search for anything longer than
1 character, so searching for "a" or "b" works fine, but "ab" does not.
Here's a backtrace when searching for "fine":

$ gdb wishwn
GNU gdb 6.3
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-unknown-openbsd6.1"...(no debugging symbols found)

(gdb) run /usr/local/bin/wnb
Starting program: /usr/local/bin/wishwn /usr/local/bin/wnb
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

Program received signal SIGSEGV, Segmentation fault.
_libc_fseeko (fp=0x656e6900, offset=0, whence=The value of variable 'whence' is distributed across several
locations, and GDB cannot access its value.

) at /usr/src/lib/libc/stdio/fseek.c:64
64      /usr/src/lib/libc/stdio/fseek.c: No such file or directory.
        in /usr/src/lib/libc/stdio/fseek.c
Current language:  auto; currently minimal
(gdb) bt
#0 _libc_fseeko (fp=0x656e6900, offset=0, whence=The value of variable 'whence' is distributed across several
locations, and GDB cannot access its value.

) at /usr/src/lib/libc/stdio/fseek.c:64
#1  0x00000f1f298096ef in nl_langinfo () from /usr/local/bin/wishwn
#2  0x00000f1f29801655 in nl_langinfo () from /usr/local/bin/wishwn
#3  0x00000f1f29800f43 in nl_langinfo () from /usr/local/bin/wishwn
#4  0x00000f1f29800927 in nl_langinfo () from /usr/local/bin/wishwn
#5 0x00000f2176d2509c in TclInvokeStringCommand () from /usr/local/lib/libtcl85.so.1.8 #6 0x00000f2176d2682b in TclEvalObjvInternal () from /usr/local/lib/libtcl85.so.1.8 #7 0x00000f2176d71b98 in TclExecuteByteCode () from /usr/local/lib/libtcl85.so.1.8 #8 0x00000f2176db2221 in TclObjInterpProcCore () from /usr/local/lib/libtcl85.so.1.8 #9 0x00000f2176d2682b in TclEvalObjvInternal () from /usr/local/lib/libtcl85.so.1.8 #10 0x00000f2176d71b98 in TclExecuteByteCode () from /usr/local/lib/libtcl85.so.1.8 #11 0x00000f2176db2221 in TclObjInterpProcCore () from /usr/local/lib/libtcl85.so.1.8 #12 0x00000f2176d2682b in TclEvalObjvInternal () from /usr/local/lib/libtcl85.so.1.8 #13 0x00000f2176d277cc in TclEvalEx () from /usr/local/lib/libtcl85.so.1.8 #14 0x00000f2176d26caa in Tcl_EvalEx () from /usr/local/lib/libtcl85.so.1.8 #15 0x00000f216af49118 in Tk_BindEvent () from /usr/local/lib/libtk85.so.0.19 #16 0x00000f216af4e20b in TkBindEventProc () from /usr/local/lib/libtk85.so.0.19 #17 0x00000f216af5619c in Tk_HandleEvent () from /usr/local/lib/libtk85.so.0.19 #18 0x00000f216af568ce in WindowEventProc () from /usr/local/lib/libtk85.so.0.19 #19 0x00000f2176da1881 in Tcl_ServiceEvent () from /usr/local/lib/libtcl85.so.1.8 #20 0x00000f2176da1a8c in Tcl_DoOneEvent () from /usr/local/lib/libtcl85.so.1.8 #21 0x00000f216af56d1b in Tk_MainLoop () from /usr/local/lib/libtk85.so.0.19 #22 0x00000f216af674a3 in Tk_MainEx () from /usr/local/lib/libtk85.so.0.19
#23 0x00000f1f29800835 in ?? () from /usr/local/bin/wishwn
#24 0x00007f7ffffe34a8 in ?? ()
#25 0x0000000000000002 in ?? ()
#26 0x00007f7ffffe3490 in ?? ()
#27 0x00000f1f298006f4 in ?? () from /usr/local/bin/wishwn
#28 0x00000f1f298006a0 in ?? () from /usr/local/bin/wishwn
#29 0x0000000000000000 in ?? ()

Reply via email to