200000 factorial => VM crash

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

200000 factorial => VM crash

stepharo

Hi guys

A guy in the mooc reported that

[ 200000 factorial ] timeToRun just crashes.

I tried 200000 factorial and I got a VM crash too.

In python it works

Stef

Reply | Threaded
Open this post in threaded view
|

Re: 200000 factorial => VM crash

Denis Kudriashov
Hi.

I see "Segmentation fault" in crash.dmp after multiple #digitMultiply:neg:

2016-06-01 23:11 GMT+02:00 stepharo <[hidden email]>:

Hi guys

A guy in the mooc reported that

[ 200000 factorial ] timeToRun just crashes.

I tried 200000 factorial and I got a VM crash too.

In python it works

Stef


Reply | Threaded
Open this post in threaded view
|

Re: 200000 factorial => VM crash

Denis Kudriashov
It could be related to last reported squeak problem: "2 raisedTo: 100000000` crashes VM"

2016-06-01 23:56 GMT+02:00 Denis Kudriashov <[hidden email]>:
Hi.

I see "Segmentation fault" in crash.dmp after multiple #digitMultiply:neg:

2016-06-01 23:11 GMT+02:00 stepharo <[hidden email]>:

Hi guys

A guy in the mooc reported that

[ 200000 factorial ] timeToRun just crashes.

I tried 200000 factorial and I got a VM crash too.

In python it works

Stef



Reply | Threaded
Open this post in threaded view
|

Re: 200000 factorial => VM crash

Eliot Miranda-2
Hi Denis,

On Wed, Jun 1, 2016 at 2:59 PM, Denis Kudriashov <[hidden email]> wrote:
It could be related to last reported squeak problem: "2 raisedTo: 100000000` crashes VM"

2016-06-01 23:56 GMT+02:00 Denis Kudriashov <[hidden email]>:
Hi.

I see "Segmentation fault" in crash.dmp after multiple #digitMultiply:neg:

2016-06-01 23:11 GMT+02:00 stepharo <[hidden email]>:

Hi guys

A guy in the mooc reported that

[ 200000 factorial ] timeToRun just crashes.


OK, tis fixed in VMMaker.oscog-eem.1879.
 

I tried 200000 factorial and I got a VM crash too.

In python it works

Stef






--
_,,,^..^,,,_
best, Eliot
Reply | Threaded
Open this post in threaded view
|

Re: 200000 factorial => VM crash

Denis Kudriashov
Thank you very much Eliot

2016-06-02 3:24 GMT+02:00 Eliot Miranda <[hidden email]>:
Hi Denis,

On Wed, Jun 1, 2016 at 2:59 PM, Denis Kudriashov <[hidden email]> wrote:
It could be related to last reported squeak problem: "2 raisedTo: 100000000` crashes VM"

2016-06-01 23:56 GMT+02:00 Denis Kudriashov <[hidden email]>:
Hi.

I see "Segmentation fault" in crash.dmp after multiple #digitMultiply:neg:

2016-06-01 23:11 GMT+02:00 stepharo <[hidden email]>:

Hi guys

A guy in the mooc reported that

[ 200000 factorial ] timeToRun just crashes.


OK, tis fixed in VMMaker.oscog-eem.1879.
 

I tried 200000 factorial and I got a VM crash too.

In python it works

Stef






--
_,,,^..^,,,_
best, Eliot

Reply | Threaded
Open this post in threaded view
|

Re: 200000 factorial => VM crash

stepharo

+ 10000

Thank you very much Eliot