On 28/10/05, Marcos Latas <[EMAIL PROTECTED]> wrote:
> 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)
>

I managed to try splitvt on OpenBSD/amd64 3.8-current (OpenBSD
3.8-current (GENERIC) #314: Sat Oct 29 14:32:39 MDT 2005) and the same
thing happens.

$ 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 "amd64-unknown-openbsd3.8"...(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.38.3...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib/libc.so.38.3
Reading symbols from /usr/libexec/ld.so...(no debugging symbols found)...done.
Loaded symbols for /usr/libexec/ld.so
#0  0x00000000431be4ca in strlen () from /usr/lib/libc.so.38.3
(gdb)

Reply via email to