Re: [Help-smalltalk] 'ZeroDivide' error using debian package

2018-08-15 Thread Tommy Pettersson
On Mon, Aug 13, 2018 at 09:48:30AM +0100, Holger Freyther wrote: > Could you try > http://git.savannah.gnu.org/cgit/smalltalk.git/commit/?id=72ada189aba0283c551ead16635c1983968080b8? I have used system libsigsegv libffi and libltdl, because this is what the Gentoo distribution uses, and their gnu

Re: [Help-smalltalk] 'ZeroDivide' error using debian package

2018-08-14 Thread bill-auger
BTW - i discovered that the debian smalltalk packaging team seems to have dissolved - i have posted a bug report[1] against the debian package regarding the 'ZeroDivde' error; but it is not clear that the package has any maintainer currently a few months ago, debian migrated all mailing lists t

Re: [Help-smalltalk] 'ZeroDivide' error using debian package

2018-08-13 Thread bill-auger
On 08/13/2018 04:48 AM, Holger Freyther wrote: > you might trigger known undefined behavior in the multiplication path. > > Could you try > http://git.savannah.gnu.org/cgit/smalltalk.git/commit/?id=72ada189aba0283c551ead16635c1983968080b8? im not sure what result you thought i may get - were you

Re: [Help-smalltalk] 'ZeroDivide' error using debian package

2018-08-13 Thread Holger Freyther
> On 12. Aug 2018, at 00:31, bill-auger wrote: > Hi, > `gcc -v` and `g++ -v` both show --enable-default-pie; but i can not > expose the 'ZeroDivide' problem compiling myself - compiling with all of > the following flags produce the same (non-error) result for 1e-4 and 0.05: you might trig

[Help-smalltalk] 'ZeroDivide' error using debian package

2018-08-11 Thread bill-auger
On 08/11/2018 04:50 PM, Tommy Pettersson wrote: > On 08/11/2018 04:25 PM, bill-auger wrote: > > on debian 9: > > > > $ gst > > st> x := 1e-4 > > Object: 1 error: The program attempted to divide a number by zero > > ZeroDivide(Exception)>>signal (ExcHandling.st:254) > > SmallInteger(Number)>>zeroDiv