Re: simple-format causes segfault?

2006-05-06 Thread Marius Vollmer
James Bergstra [EMAIL PROTECTED] writes:

 I have a program that causes the guile interpreter to segfault when
 I output with (simple-format), but runs properly when I replace the
 simple-format with what I believe are equivalent calls to (display).

If you can, please show us that program.  We would need to reproduce
the bug and maybe distill your code into a test case.  Don't bother
too much to make your code simple, just make it simple to run.

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405


___
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile


Re: simple-format causes segfault?

2006-05-06 Thread Neil Jerram
James Bergstra [EMAIL PROTECTED] writes:

 Hi,

 I'd like to file a bug report on guile-1.8, but I don't know how.

You're already doing the right thing: writing to [EMAIL PROTECTED]

 I have a program that causes the guile interpreter to segfault when I output
 with (simple-format), but runs properly when I replace the simple-format with
 what I believe are equivalent calls to (display).

 I'd like to file a bug-report. Should I
 a) attach cores
 b) attach cores + program text
 c) attach cores + program text + data files
 d) do nothing, because this another known issue 
(is there a list of known issues?)

To begin with, please just post the code and any input that it needs
to repro the problem.  That should be enough if the problem is not
specific to your environment.  If it isn't enough, we can move onto
cores later.

Thanks,
Neil 



___
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile


Re: Bug in make-shared-array.

2006-05-06 Thread Kevin Ryde
Marius Vollmer [EMAIL PROTECTED] writes:

 This behavior might or might not be a feature, but if you really want
 it, it is probably better to use array-contents explicitely.

Yep, that should be an error.


___
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile