PreviousIndexNext

[help-gsl] Re: custom error handling (2008-08-26)

From: "Jordi Gutiérrez Hermoso" <jordigh@.........>
Subject: Re: custom error handling
Date: Mon, 25 Aug 2008 23:21:38 -0500
To: help-gsl <help-gsl@gnu.org>

2008/8/22 Max <LoadCom@........>:
> Yes, I have compiled the code with C/C++ execption support (the default)

I can't reproduce your problem with gcc. Are you certain that under
Release mode with your compiler exception handling is properly built
into the binary? And is the error message anything more verbose than
"Runtime Error"? You should be getting something along the lines of
"invalid argument", right?

- Jordi G. H.