This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Scwm-0.99.6



Hi all,

I just installed the scwm99.6-1 Redhat x86 rpm from scwm.mit.edu onto
Redhat 6.1. I also installed the cassowary 54a (even though rpm didn't
require it, and the link on the web page is borken.).

scwm crashes before even starting. I have checked my rpms and they are
the same version as the ones on the web site. A stack trace follows.

I also built the previous version of scwm on a Sun Solaris Ultra today.
I spent quite a bit of time building all the libraries. Without imlib or
Xpm, scwm ran, but was unusable (perhaps due to lack of imlib or xpm,
but I'm surprised it couldn't work a bit better). Anyway, I then
installed imlib and Xpm, and then scwm crashes immediately. Tried to run
gdb on it, but gdb crashed too. Should I build with some debug option??

Below is the stack trace from the 99.6-1 x86 rpm while using the
system.scwmrc


#0  0x403ac4e1 in __kill () from /lib/libc.so.6
#1  0x403ac156 in raise (sig=6) at ../sysdeps/posix/raise.c:27
#2  0x403ad868 in abort () at ../sysdeps/generic/abort.c:88
#3  0x4016d915 in scm_ithrow () from /usr/lib/libguile.so.6
#4  0x4012ab7f in scm_error () from /usr/lib/libguile.so.6
#5  0x4012affd in scm_misc_error () from /usr/lib/libguile.so.6
#6  0x4012b041 in scm_wta () from /usr/lib/libguile.so.6
#7  0x4013bbeb in scm_gc_mark () from /usr/lib/libguile.so.6
#8  0x4015efc8 in mark_root () from /usr/lib/libguile.so.6
#9  0x4013c204 in scm_gc_mark () from /usr/lib/libguile.so.6
#10 0x4013c379 in scm_mark_locations () from /usr/lib/libguile.so.6
#11 0x4013bb50 in scm_igc () from /usr/lib/libguile.so.6
#12 0x4013cf49 in scm_must_malloc () from /usr/lib/libguile.so.6
#13 0x8078005 in scm_internal_cwdr_no_unwind (body=0x8069e8c
<cwssdr_body>, 
    body_data=0xbfffed90, handler=0x806a2c8 <scwm_handle_error>, 
    handler_data=0x80bcc60, stack_start=0xbfffedd4) at guile-compat.c:84
#14 0x8069eef in scm_internal_stack_cwdr (body=0x8069e70
<scwm_body_apply>, 
    body_data=0xbfffedd8, handler=0x806a2c8 <scwm_handle_error>, 
    handler_data=0x80bcc60, stack_item=0xbfffedd4) at callbacks.c:138
#15 0x8069f29 in scwm_safe_apply (proc=1079051040, args=1079432288)
    at callbacks.c:198
#16 0x806a27c in scwm_body_eval_str (body_data=0x80beec0) at
callbacks.c:333
#17 0x4016cf69 in scm_internal_catch () from /usr/lib/libguile.so.6
#18 0x80780a6 in scm_internal_cwdr_no_unwind (
    body=0x806a164 <scwm_body_eval_str>, body_data=0x80beec0, 
    handler=0x8060638 <scm_handle_by_message_noexit>,
handler_data=0x80bcc60, 
    stack_start=0xbfffef7c) at guile-compat.c:111
#19 0x806a439 in scwm_safe_eval_str (
    string=0x80beec0 "\n\n\n\n\n\n\n\n(use-modules (app scwm
optargs))\n\n(define-public guile-version (+ (string->number
(major-version)) \n\t\t\t\t(/ (string->number (minor-version))
10)))\n\n\n\n(if (> guile-version 1.3)\n    (setvbuf (cur"...) at
callbacks.c:731
#20 0x80878de in scwm_main (argc=1, argv=0xbffff434) at scwm.c:1157
#21 0x4013f8cd in gh_launch_pad () from /usr/lib/libguile.so.6
#22 0x40142649 in invoke_main_func () from /usr/lib/libguile.so.6
#23 0x4016d11b in scm_internal_lazy_catch () from /usr/lib/libguile.so.6
#24 0x401425fe in scm_boot_guile_1 () from /usr/lib/libguile.so.6
#25 0x40142379 in scm_boot_guile () from /usr/lib/libguile.so.6
#26 0x4013f908 in gh_enter () from /usr/lib/libguile.so.6
#27 0x8086c6b in main (argc=1, argv=0xbffff434) at scwm.c:593

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]