This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: message in a bottle


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]