Bug 8012

Summary: segfault
Product: Sisyphus Reporter: inger <inger>
Component: guile16Assignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: blocker    
Priority: P2 CC: mike
Version: unstable   
Hardware: all   
OS: Linux   

Description inger@altlinux.org 2005-09-19 16:48:45 MSD
похоже в guile неверное торчат концы от GOOPS.

$ guile
guile> (class-of 3)
Segmentation fault

однако:
$ guile
guile> (use-modules (oop goops))
guile> (class-of 3)
#<<class> <integer> 8084270>
Comment 1 Michael Shigorin 2006-12-17 21:41:51 MSK
Это fixed?

home:~> rpm -q guile16
guile16-1.6.8-alt1.1
home:~> guile
guile> (class-of 3)
standard input:1:1: In procedure class-of in expression (class-of 3):
standard input:1:1: GOOPS not loaded yet.
ABORT: (misc-error)

Type "(backtrace)" to get more information or "(debug)" to enter the debugger.
guile> 

home:~> guile
guile> (use-modules (oop goops))
guile> (class-of 3)
#<<class> <integer> 80842c0>
guile> 
Comment 2 Alexey Voinov 2006-12-18 08:41:48 MSK
Видимо. В любом случае, у меня оно тоже не воспроизводится, ставлю fixed, жду
когда Стас скаже своё веское слово.
Comment 3 inger@altlinux.org 2006-12-18 18:16:35 MSK
ну нет, так нет ;)