From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Gough To: Michael Meyer Cc: gsl-discuss@sources.redhat.com Subject: Re: message in a bottle Date: Wed, 19 Dec 2001 13:20:00 -0000 Message-id: <15297.25001.963593.533645@debian> References: <20011007211843.26163.qmail@web20708.mail.yahoo.com> X-SW-Source: 2001/msg00570.html Michael Meyer writes: > Hello, > When computing eigenvectors and eigenvalues of a 3 by 3 matrix > both compute and print fine. I then try to assign the matrix of > eigenvectors to a 3 by 3 array and middle through the loop suddenly > a message: > "Press Enter to continue!" > No such code is in my source. The program then waits for input and > dies when enter is pressed. Is this a known bug? Is this a bug in > 1. gsl 2. blas (I am using Atlas prebuilt) 3. the Kdevelop 1.4 > environment? I expect it comes from Kdevelop as there is no such message in GSL. If your program is assigning to an invalid element of the matrix then it would exit with a core dump at that point. regards Brian Gough