I have searched the ports@ and ports-changes@ archives and I believe
no one has reported or corrected this issue.

One gets a segmentation fault running splitvt on OpenBSD/amd64
3.7-stable. I can not check this on a newer version of OpenBSD or on
another architecture, but I thought I should report it anyway.

$ splitvt
Segmentation fault (core dumped)
$ gdb -core splitvt.core /usr/local/bin/splitvt
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 "x86_64-unknown-openbsd3.7"...(no debugging
symbols found)

Core was generated by `splitvt'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/lib/libtermcap.so.10.0...(no debugging
symbols found)...done.
Loaded symbols for /usr/lib/libtermcap.so.10.0
Reading symbols from /usr/lib/libc.so.34.2...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib/libc.so.34.2
Reading symbols from /usr/libexec/ld.so...
(no debugging symbols found)...done.
Loaded symbols for /usr/libexec/ld.so
#0  0x000000004782b1ca in strlen ()
   from /usr/lib/libc.so.34.2
(gdb)

Reply via email to