Bug 8012 - segfault
Summary: segfault
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: guile16 (show other bugs)
Version: unstable
Hardware: all Linux
: P2 blocker
Assignee: Nobody's working on this, feel free to take it
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-19 16:48 MSD by inger@altlinux.org
Modified: 2006-12-18 18:16 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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
ну нет, так нет ;)