guile-user
[Top][All Lists]
Advanced

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

Re: Portability testers, please: getting the stack base


From: Marius Vollmer
Subject: Re: Portability testers, please: getting the stack base
Date: 20 Oct 2000 02:29:28 +0200
User-agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7

Richard Guenther <address@hidden> writes:

> Compiling is ok now - even without --with-threads. But unfortunately
> I get the same oops as on ix86 (which I'll try to debug on ix86 as
> debugging in IRIX doesnt really work here due to pthreads issues):

Hmm, I get a different oops, the one from your first report.  Maybe
you should compile with --with-threads.  Glame seems to be suing
threads, right?

Anyway, there was indeed a bug in Guile: it did not load the startup
files when using scm_init_guile instead of scm_boot_guile.  Please
update from CVS and try again.

2000-10-20  Marius Vollmer  <address@hidden>

        * init.c (scm_init_guile_1, invoke_main_func): Call
        scm_load_startup_files in scm_init_guile_1, not in
        invoke_main_func.



reply via email to

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