Iceberg2.0 crash test passed :)

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

Iceberg2.0 crash test passed :)

Stephane Ducasse-3
I could commit my first commit with iceberg 2.0
Well done

It feels nicer :).

Stef

Reply | Threaded
Open this post in threaded view
|

Re: Iceberg2.0 crash test passed :)

Guillermo Polito
I want your bug reports!

Le ven. 13 avr. 2018 à 21:09, Stephane Ducasse <[hidden email]> a écrit :
I could commit my first commit with iceberg 2.0
Well done

It feels nicer :).

Stef

--

   

Guille Polito

Research Engineer

Centre de Recherche en Informatique, Signal et Automatique de Lille

CRIStAL - UMR 9189

French National Center for Scientific Research - http://www.cnrs.fr


Web: http://guillep.github.io

Phone: +33 06 52 70 66 13

Reply | Threaded
Open this post in threaded view
|

Re: Iceberg2.0 crash test passed :)

SergeStinckwich
In reply to this post by Stephane Ducasse-3
Yes I was able to commit also.
Very slick interface :-)


But now, every time I want to commit, my image crash and I have:

Assertion failed: (git_atomic_get(&git__n_inits) > 0), function git__global_state, file /Users/travis/build/OpenSmalltalk/opensmalltalk-vm/build.macos64x64/pharo.cog.spur/build/third-party/libgit2-0.25.1/src/global.c, line 322.


On Fri, Apr 13, 2018 at 8:02 PM, Stephane Ducasse <[hidden email]> wrote:
I could commit my first commit with iceberg 2.0
Well done

It feels nicer :).

Stef




--
Serge Stinckwich
UMI UMMISCO 209 (SU/IRD/UY1)
"Programs must be written for people to read, and only incidentally for machines to execute."
http://www.doesnotunderstand.org/
Reply | Threaded
Open this post in threaded view
|

Re: Iceberg2.0 crash test passed :)

Guillermo Polito
Is that Pharo 7?

On Fri, Apr 13, 2018 at 9:43 PM, Serge Stinckwich <[hidden email]> wrote:
Yes I was able to commit also.
Very slick interface :-)


But now, every time I want to commit, my image crash and I have:

Assertion failed: (git_atomic_get(&git__n_inits) > 0), function git__global_state, file /Users/travis/build/OpenSmalltalk/opensmalltalk-vm/build.macos64x64/pharo.cog.spur/build/third-party/libgit2-0.25.1/src/global.c, line 322.


On Fri, Apr 13, 2018 at 8:02 PM, Stephane Ducasse <[hidden email]> wrote:
I could commit my first commit with iceberg 2.0
Well done

It feels nicer :).

Stef




--
Serge Stinckwich
UMI UMMISCO 209 (SU/IRD/UY1)
"Programs must be written for people to read, and only incidentally for machines to execute."
http://www.doesnotunderstand.org/



--

   

Guille Polito

Research Engineer

Centre de Recherche en Informatique, Signal et Automatique de Lille

CRIStAL - UMR 9189

French National Center for Scientific Research - http://www.cnrs.fr


Web: http://guillep.github.io

Phone: +33 06 52 70 66 13

Reply | Threaded
Open this post in threaded view
|

Re: Iceberg2.0 crash test passed :)

SergeStinckwich
Yes Pharo 7.0, latest VM 64 bits

On Fri, Apr 13, 2018 at 8:46 PM, Guillermo Polito <[hidden email]> wrote:
Is that Pharo 7?

On Fri, Apr 13, 2018 at 9:43 PM, Serge Stinckwich <[hidden email]> wrote:
Yes I was able to commit also.
Very slick interface :-)


But now, every time I want to commit, my image crash and I have:

Assertion failed: (git_atomic_get(&git__n_inits) > 0), function git__global_state, file /Users/travis/build/OpenSmalltalk/opensmalltalk-vm/build.macos64x64/pharo.cog.spur/build/third-party/libgit2-0.25.1/src/global.c, line 322.


On Fri, Apr 13, 2018 at 8:02 PM, Stephane Ducasse <[hidden email]> wrote:
I could commit my first commit with iceberg 2.0
Well done

It feels nicer :).

Stef




--
Serge Stinckwich
UMI UMMISCO 209 (SU/IRD/UY1)
"Programs must be written for people to read, and only incidentally for machines to execute."
http://www.doesnotunderstand.org/



--

   

Guille Polito

Research Engineer

Centre de Recherche en Informatique, Signal et Automatique de Lille

CRIStAL - UMR 9189

French National Center for Scientific Research - http://www.cnrs.fr


Web: http://guillep.github.io

Phone: +33 06 52 70 66 13




--
Serge Stinckwich
UMI UMMISCO 209 (SU/IRD/UY1)
"Programs must be written for people to read, and only incidentally for machines to execute."
http://www.doesnotunderstand.org/
Reply | Threaded
Open this post in threaded view
|

Re: Iceberg2.0 crash test passed :)

EstebanLM
In reply to this post by SergeStinckwich


On 13 Apr 2018, at 21:43, Serge Stinckwich <[hidden email]> wrote:

Yes I was able to commit also.
Very slick interface :-)


But now, every time I want to commit, my image crash and I have:

Assertion failed: (git_atomic_get(&git__n_inits) > 0), function git__global_state, file /Users/travis/build/OpenSmalltalk/opensmalltalk-vm/build.macos64x64/pharo.cog.spur/build/third-party/libgit2-0.25.1/src/global.c, line 322.

there is a current bug on initialisation (no idea why, still investigating).

this is fixed by executing: 

LGitLibrary initialize.

cheers!
Esteban



On Fri, Apr 13, 2018 at 8:02 PM, Stephane Ducasse <[hidden email]> wrote:
I could commit my first commit with iceberg 2.0
Well done

It feels nicer :).

Stef




--
Serge Stinckwich
UMI UMMISCO 209 (SU/IRD/UY1)
"Programs must be written for people to read, and only incidentally for machines to execute."
http://www.doesnotunderstand.org/

Reply | Threaded
Open this post in threaded view
|

Re: Iceberg2.0 crash test passed :)

SergeStinckwich


On Fri, Apr 13, 2018 at 8:54 PM, Esteban Lorenzano <[hidden email]> wrote:


On 13 Apr 2018, at 21:43, Serge Stinckwich <[hidden email]> wrote:

Yes I was able to commit also.
Very slick interface :-)


But now, every time I want to commit, my image crash and I have:

Assertion failed: (git_atomic_get(&git__n_inits) > 0), function git__global_state, file /Users/travis/build/OpenSmalltalk/opensmalltalk-vm/build.macos64x64/pharo.cog.spur/build/third-party/libgit2-0.25.1/src/global.c, line 322.

there is a current bug on initialisation (no idea why, still investigating).

this is fixed by executing: 

LGitLibrary initialize.


​Thank you Esteban, you save my time :-)

​Apparently this crash happens after I relaunch my image with Iceberg running.​

--
Serge Stinckwich
UMI UMMISCO 209 (SU/IRD/UY1)
"Programs must be written for people to read, and only incidentally for machines to execute."
http://www.doesnotunderstand.org/