Re: copy-matrix broken in cvs?
Ralf Juengling <[email protected]>
| Newsgroups | gmane.lisp.lush.devel |
|---|---|
| Message-ID | <[email protected]> |
I played with the compiler options: When I take out the '-msse' switch, the problem below does not occur. For the records: juenglin@tamino$ gcc --version gcc (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-42) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. juenglin@tamino$ glib-config --version 1.2.10 On Thu, 11 Aug 2005, Ralf Juengling wrote: > > One of the changes in CVS during the last couple of weeks broke copy-matrix: > > ? (setq m ((int-matrix 20) () (range 20))) > +++ Warning: use <defvar> to declare global variable <m>. > = [i 1 2 3 4 5 6 7 8 9 10 11 12 > 13 14 15 16 17 18 19 20 ] > ? (copy-matrix m (double-matrix 20)) > > **** GASP: Severe error : Signal 4 has occurred > **** GASP: Trying to recover > **** GASP: You should save your work immediatly > > ? > > > It looks like the sources for copy-matrix itself have not changed, > so the problem must be due to changes elsewhere. I cannot compile > the latest cvs version, (for some reason I get a compiler error when > compiling src/dldbfd.c). Could somebody else please verify the above > error. > > Thanks, > Ralf > > > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Lush-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/lush-devel > ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf