bug-guile
[Top][All Lists]
Advanced

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

boot-9 `define' failure


From: Golubev I. N.
Subject: boot-9 `define' failure
Date: Mon, 14 May 2001 14:44:35 (GMT)

Version: 1.4
Platform: i586-pc-sco3.2v5.0.2
Configuration: gcc 2.95.3, --enable-shared --disable-static --with-modules

Any attempt to run `guile' terminates with `ERROR: Unbound variable:
noop'.  In gdb it appears that error happens in `(define return-it
noop)' in `ice-9/boot-9.scm'.  Scheme value is what is printed by
`scm_display' for value received by `scm_eval_x'.  File name is from
`scm_load_startup_files' source.

Is it ok that `scm_m_define' receives `(define return-it noop)' as `x'
arg?

gdb backtrace up to `scm_error' follows

#11 0x8008638d in scm_error () at ../../guile-1.4/libguile/error.c:90
#12 0x8008677b in scm_lookupcar (vloc=134623560, genv=10612, check=1)
    at ../../guile-1.4/libguile/eval.c:348
#13 0x800873e5 in scm_m_define (x=134623560, env=10612)
    at ../../guile-1.4/libguile/eval.c:435
#14 0x8008c889 in scm_apply (proc=134609368, arg1=134623496, args=10612)
    at ../../guile-1.4/libguile/eval.c:3409
#15 0x8008acfb in scm_ceval (x=134623496, env=10612)
    at ../../guile-1.4/libguile/eval.c:2551
#16 0x80093d44 in scm_eval_x () at ../../guile-1.4/libguile/eval.c:3832
#17 0x800a2849 in load () at ../../guile-1.4/libguile/load.c:97
#18 0x80084192 in scm_internal_dynamic_wind ()
    at ../../guile-1.4/libguile/dynwind.c:166
#19 0x800a1b99 in scm_primitive_load (filename=134614312)
    at ../../guile-1.4/libguile/load.c:126
#20 0x800a23a1 in scm_primitive_load_path (filename=134614304)
    at ../../guile-1.4/libguile/load.c:450
#21 0x8009f124 in invoke_main_func () at ../../guile-1.4/libguile/init.c:353
#22 0x800c90a1 in scm_internal_lazy_catch (tag=-2147280577, 
    body=0x8009f0cc <invoke_main_func>, body_data=0x8003193f, 
    handler=0x8003193f <write>, handler_data=0x8005be98)
    at ../../guile-1.4/libguile/throw.c:283
#23 0x8009ef8b in scm_boot_guile_1 (base=0x8047c68, closure=0x8047c6c)
    at ../../guile-1.4/libguile/init.c:600
#24 0x8009efec in scm_boot_guile () at ../../guile-1.4/libguile/init.c:443
#25 0x8049fd5 in main () at ../../guile-1.4/libguile/guile.c:76
#26 0x8049ebb in _start ()



reply via email to

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