Re: Need help finding heap corruption bug

2006-09-23 Thread Neil Jerram
Pat Lasswell [EMAIL PROTECTED] writes: I have two questions. Is there something intrinsically wrong with with setting the current module to the one on which I am actively working and then just reloading that file rather than the entire suite? No. My second question is this: given that

Re: Need help finding heap corruption bug

2006-09-18 Thread Ludovic Courtès
Hi, (Assuming we're talking about MacOS X on Intel-based macs. Maybe `i386-apple-darwin*' is the correct GNU triple?) Pat Lasswell [EMAIL PROTECTED] writes: make check produces 6 failures.  I haven't tried 1.4, but 1.8 doesn't even build. FAIL: goops.test: defining generics:

Re: Need help finding heap corruption bug

2006-09-18 Thread Pat Lasswell
The goops failures are a side effect of a change I made to (initialize generic ...) so that adding a method to no-applicable-method wouldn't crash; the warning arises from the generic function having one method instead of none after define-generic is called. There are details on bug-guile here:

Re: Need help finding heap corruption bug

2006-09-18 Thread Kevin Ryde
Pat Lasswell [EMAIL PROTECTED] writes: It seems that char 254 doesn't behave as expected in regular expressions on this platform. Trying all bytes is probably bogus in a multibyte locale, but if we're still in C locale at that point then it ought to work. (Maybe should force (setlocale C)