gforth
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gforth] bug in "see +"?


From: Jay Skeer
Subject: [gforth] bug in "see +"?
Date: Sat, 31 Jul 2010 00:23:39 +0000

Reading through the docs, I tried one of the examples "see +" and get
a funny bug.  After typing "see +" in gforth it seems to be hanging.
Typing control-c control-d <enter> control-c control-d <enter> seems
to get control back to the gforth REPL.  My wild guess, something is
different about running gdb under gforth on my system as opposed to
the system(s) where see was developed.  I am running ubuntu 10.4, and
include version info about gdb and gforth below in the typescript from
my terminal session.  Not a blocking issue for me or anything.  Let me
know if there is a better way to report bugs or request help.

Thanks in advance for any help!  And thanks to the devs. for gforth!

Jay

address@hidden:~$ gdb --version
GNU gdb (GDB) 7.1-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
address@hidden:~$ gforth --version
gforth 0.7.0
address@hidden:~$ gforth
Gforth 0.7.0, Copyright (C) 1995-2008 Free Software Foundation, Inc.
Gforth comes with ABSOLUTELY NO WARRANTY; for details type `license'
Type `bye' to exit
see +
Code + 

^C
  404F6A: 48 89 1D AF  D5 23 00 4C - 89 F8 49 8B  17 4D 8D 7F  H....#.L..I..M..
  404F7A: 08 48 01 50  08 48 83 C3 - 08 48 8B 6B  F8 48 89 E8  .H.P.H...H.k.H..
  404F8A: E9 D2 F4 FF  FF          -                           .....
end-code
 ok
bye


reply via email to

[Prev in Thread] Current Thread [Next in Thread]