Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jul 2006 13:40:24 +0300 (EEST)
From:      Dmitry Pryanishnikov <dmitry@atlantis.dp.ua>
To:        freebsd-ports@freebsd.org
Subject:   lang/bwbasic is broken on CURRENT
Message-ID:  <20060715133443.M31761@atlantis.atlantis.dp.ua>
In-Reply-To: <20060715132204.V31761@atlantis.atlantis.dp.ua>
References:  <20060715132204.V31761@atlantis.atlantis.dp.ua>

next in thread | previous in thread | raw e-mail | index | archive | help

Hello!

  The old good Bywater BASIC Interpreter (lang/bwbasic) is unusable on CURRENT
(I think since jemalloc merge):

root@notebook# bwbasic
Segmentation fault: 11 (core dumped)
root@notebook# gdb /usr/local/bin/bwbasic bwbasic.0.14306
GNU gdb 6.1.1 [FreeBSD]
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 "i386-marcel-freebsd"...
Core was generated by `bwbasic'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /lib/libm.so.4...done.
Loaded symbols for /lib/libm.so.4
Reading symbols from /lib/libc.so.7...done.
Loaded symbols for /lib/libc.so.7
Reading symbols from /libexec/ld-elf.so.1...done.
Loaded symbols for /libexec/ld-elf.so.1
#0  0x2815e358 in strcmp () from /lib/libc.so.7
(gdb) bt fu
#0  0x2815e358 in strcmp () from /lib/libc.so.7
No symbol table info available.
#1  0x0804ea86 in var_islocal (buffer=0x805c65e "BWB.EDITOR$")
     at bwb_var.c:2527
         v = (struct bwb_variable *) 0xa5a5a5a5
#2  0x0804f119 in var_find (buffer=0x805c65e "BWB.EDITOR$") at bwb_var.c:1232
         v = (struct bwb_variable *) 0xbfbfec80
#3  0x08049bbc in bwb_init (argc=1, argv=0xbfbfec78) at bwbasic.c:289
         input = (FILE *) 0x0
         n = -1
         v = (struct bwb_variable *) 0xa5a5a5a5
         profile = (FILE *) 0xa5a5a5a5
         start_buf = "\000"
         end_buf = "\000"
#4  0x0805bf7b in main (argc=1, argv=0xbfbfec78) at bwx_tty.c:78
No locals.

Does someone already analyze and work on this issue?

Sincerely, Dmitry
-- 
Atlantis ISP, System Administrator
e-mail:  dmitry@atlantis.dp.ua
nic-hdl: LYNX-RIPE



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060715133443.M31761>