Re: New Git repository for Guile!

2008-04-07 Thread Ludovic Courtès
Hi, [EMAIL PROTECTED] (Ludovic Courtès) writes: > The 11 years[*] and 10184 commits (on HEAD) of Guile have been imported > from CVS into a Git repository: > > http://www.gnu.org/software/guile/repository.html FYI, a new Git import of the CVS repository has been made and the Git repository ann

Re: set-current-module in .guile ?

2008-04-07 Thread Scott N. Walck
Hi, Thanks for the "ulimit -c unlimited" command. Here is the backtrace from gdb. [EMAIL PROTECTED]:~]$ ulimit -c unlimited [EMAIL PROTECTED]:~]$ guile guile> (load "/usr/local/src/guile-scmutils/src/load.scm") guile> (module-use! (current-module) generic-environment) #f guile> + # guile> (+ (ve

Re: set-current-module in .guile ?

2008-04-07 Thread Ludovic Courtès
Hi, "Walck, Scott" <[EMAIL PROTECTED]> writes: > I don't think it's the + function. I get a segfault just by typing > (exit). I don't get a core file, though, in either case. Why is > that? You do get a core file since it says "core dumped". Maybe it's named `core.123' or something like that

RE: set-current-module in .guile ?

2008-04-07 Thread Walck, Scott
Hi, I don't think it's the + function. I get a segfault just by typing (exit). I don't get a core file, though, in either case. Why is that? [EMAIL PROTECTED]:~/computer/guile$ guile guile> (load "/usr/local/src/guile-scmutils/src/load.scm") guile> (module-use! (current-module) generic-enviro

Re: set-current-module in .guile ?

2008-04-07 Thread Ludovic Courtès
Hi, "Walck, Scott" <[EMAIL PROTECTED]> writes: > guile> (+ (vector 5 6) (vector 7 8)) > Segmentation fault (core dumped) It's possible that it's a bug in your implementation of `+', i.e., in `guile-scmutils'. Can you run gdb on the core (using "gdb `which guile` core") and show us the backtrace