Re: Bug#246319: libcln3: Segfaults in cln::I_to_digits when converting numbers to binary

2004-05-02 Thread Richard B. Kreckel
On Fri, 30 Apr 2004, I wrote: I am not aware of a change in interface when turning off -fno-exception! Is there one? Just for the record, let me answer my own question: No, there doesn't seem to be any change in interface. -richy. -- Richard B. Kreckel http://www.ginac.de/~kreckel/

Re: Bug#246319: libcln3: Segfaults in cln::I_to_digits when converting numbers to binary

2004-04-30 Thread Matthias Klose
Richard B. Kreckel writes: However, there is nothing wrong with that statement. It appears to be a compiler error introduced in GCC-3.0.0 and finally fixed in GCC-3.4.0. It is only triggered when the option -fno-exceptions is turned on when CLN is compiled. Without that option, everything

Re: Bug#246319: libcln3: Segfaults in cln::I_to_digits when converting numbers to binary

2004-04-30 Thread Richard B. Kreckel
On Fri, 30 Apr 2004, Matthias Klose wrote: Right now, I see four alternative solutions: 1) Upload a new Debian package where -fno-exceptions is not turned on. If you change interfaces, you'll have at least change the package name and/or soname and recompile dependent packages. I am not

Re: Bug#246319: libcln3: Segfaults in cln::I_to_digits when converting numbers to binary

2004-04-29 Thread Richard B. Kreckel
On Wed, 28 Apr 2004, Steffen Röcker wrote: libcln segfaulted in cln::I_to_digits when I tried to convert numbers to binary, all other conversions worked. Thanks for your bugreport. This turns out to be a tricky one: libcln segfaults in src/integer/conv/cl_I_to_digits.cc:409, right after the