[Help to review/test] Crash when downloading FFI

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

[Help to review/test] Crash when downloading FFI

Guillermo Polito
Hi!

I've given a shot trying to get a fix for this case. Thanks to Eliot, I think I reached a solution, but since I had some random results at first, I'd like if someone else can take 5 minutes and validate.


To test, the following snippet does not have to crash:

Gofer it
    smalltalkhubUser: 'DBXTalk' project: 'DBXTalkDriver';
    configurationOf: 'OpenDBXDriver';
    loadStable.

Thanks very much!
Guille
Reply | Threaded
Open this post in threaded view
|

Re: [Help to review/test] Crash when downloading FFI

Luc Fabresse
Hi all,

2013/3/26 Guillermo Polito <[hidden email]>
Hi!

I've given a shot trying to get a fix for this case. Thanks to Eliot, I think I reached a solution, but since I had some random results at first, I'd like if someone else can take 5 minutes and validate.


I still cannot create an account there.
 

To test, the following snippet does not have to crash:

Gofer it
    smalltalkhubUser: 'DBXTalk' project: 'DBXTalkDriver';
    configurationOf: 'OpenDBXDriver';
    loadStable.

it failed 3 times.
two times woth a VM crash and one time with an unresponsive VM.
I used:

VM  :  'NBCoInterpreter NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
NBCogit NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
git://gitorious.org/cogvm/blessed.git Commit: 412abef33cbed05cf1d75329e451d71c0c6aa5a7 Date: 2013-03-13 17:48:50 +0100 By: Esteban Lorenzano <[hidden email]> Jenkins build #14535
'
image : #20593

Thanks Guillermo to take a look at that.

Cheers,

Luc


Thanks very much!
Guille

Reply | Threaded
Open this post in threaded view
|

Re: [Help to review/test] Crash when downloading FFI

Guillermo Polito


On Wed, Mar 27, 2013 at 9:46 AM, Luc Fabresse <[hidden email]> wrote:
Hi all,

2013/3/26 Guillermo Polito <[hidden email]>
Hi!

I've given a shot trying to get a fix for this case. Thanks to Eliot, I think I reached a solution, but since I had some random results at first, I'd like if someone else can take 5 minutes and validate.


I still cannot create an account there.
 

To test, the following snippet does not have to crash:

Gofer it
    smalltalkhubUser: 'DBXTalk' project: 'DBXTalkDriver';
    configurationOf: 'OpenDBXDriver';
    loadStable.

it failed 3 times.

Just in case: I assume you loaded the slice with the "presumed fix", didn't you?
 
two times woth a VM crash and one time with an unresponsive VM.
I used:

VM  :  'NBCoInterpreter NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
NBCogit NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
git://gitorious.org/cogvm/blessed.git Commit: 412abef33cbed05cf1d75329e451d71c0c6aa5a7 Date: 2013-03-13 17:48:50 +0100 By: Esteban Lorenzano <[hidden email]> Jenkins build #14535
'
image : #20593

Thanks Guillermo to take a look at that.

Cheers,

Luc


Thanks very much!
Guille


Reply | Threaded
Open this post in threaded view
|

Re: [Help to review/test] Crash when downloading FFI

Luc Fabresse

2013/3/27 Guillermo Polito <[hidden email]>


On Wed, Mar 27, 2013 at 9:46 AM, Luc Fabresse <[hidden email]> wrote:
Hi all,

2013/3/26 Guillermo Polito <[hidden email]>
Hi!

I've given a shot trying to get a fix for this case. Thanks to Eliot, I think I reached a solution, but since I had some random results at first, I'd like if someone else can take 5 minutes and validate.


I still cannot create an account there.
 

To test, the following snippet does not have to crash:

Gofer it
    smalltalkhubUser: 'DBXTalk' project: 'DBXTalkDriver';
    configurationOf: 'OpenDBXDriver';
    loadStable.

it failed 3 times.

Just in case: I assume you loaded the slice with the "presumed fix", didn't you?

no ;-)
because I cannot see it.

Luc
 
 
two times woth a VM crash and one time with an unresponsive VM.
I used:

VM  :  'NBCoInterpreter NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
NBCogit NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
git://gitorious.org/cogvm/blessed.git Commit: 412abef33cbed05cf1d75329e451d71c0c6aa5a7 Date: 2013-03-13 17:48:50 +0100 By: Esteban Lorenzano <[hidden email]> Jenkins build #14535
'
image : #20593

Thanks Guillermo to take a look at that.

Cheers,

Luc


Thanks very much!
Guille



Reply | Threaded
Open this post in threaded view
|

Re: [Help to review/test] Crash when downloading FFI

Guillermo Polito
Ok, I've published a new slice which implements the other fix Eliot suggests: not recreating the compact classes array. I also enhanced the comment.

¿Can people test the latest version of slice 10134 of the inbox in 3.0 with latest VM?

5' test:

- load the slice
- evaluate:

Gofer it
    smalltalkhubUser: 'DBXTalk' project: 'DBXTalkDriver';
    configurationOf: 'OpenDBXDriver';
    loadStable.

- report here if vm crashes or not :)

Tx!!!!!!
If it works I'll backport it to 2.0.

Guille

On Wed, Mar 27, 2013 at 1:56 PM, Luc Fabresse <[hidden email]> wrote:

2013/3/27 Guillermo Polito <[hidden email]>


On Wed, Mar 27, 2013 at 9:46 AM, Luc Fabresse <[hidden email]> wrote:
Hi all,

2013/3/26 Guillermo Polito <[hidden email]>
Hi!

I've given a shot trying to get a fix for this case. Thanks to Eliot, I think I reached a solution, but since I had some random results at first, I'd like if someone else can take 5 minutes and validate.


I still cannot create an account there.
 

To test, the following snippet does not have to crash:

Gofer it
    smalltalkhubUser: 'DBXTalk' project: 'DBXTalkDriver';
    configurationOf: 'OpenDBXDriver';
    loadStable.

it failed 3 times.

Just in case: I assume you loaded the slice with the "presumed fix", didn't you?

no ;-)
because I cannot see it.

Luc
 
 
two times woth a VM crash and one time with an unresponsive VM.
I used:

VM  :  'NBCoInterpreter NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
NBCogit NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
git://gitorious.org/cogvm/blessed.git Commit: 412abef33cbed05cf1d75329e451d71c0c6aa5a7 Date: 2013-03-13 17:48:50 +0100 By: Esteban Lorenzano <[hidden email]> Jenkins build #14535
'
image : #20593

Thanks Guillermo to take a look at that.

Cheers,

Luc


Thanks very much!
Guille