Re: [Pharo-dev] Iceberg2.0 crash test passed :)

2018-04-13 Thread Serge Stinckwich
On Fri, Apr 13, 2018 at 8:54 PM, Esteban Lorenzano 
wrote:

>
>
> On 13 Apr 2018, at 21:43, Serge Stinckwich 
> 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/


Re: [Pharo-dev] Iceberg2.0 crash test passed :)

2018-04-13 Thread Esteban Lorenzano


> On 13 Apr 2018, at 21:43, Serge Stinckwich  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  > 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/ 


Re: [Pharo-dev] Iceberg2.0 crash test passed :)

2018-04-13 Thread Serge Stinckwich
Yes Pharo 7.0, latest VM 64 bits

On Fri, Apr 13, 2018 at 8:46 PM, Guillermo Polito  wrote:

> Is that Pharo 7?
>
> On Fri, Apr 13, 2018 at 9:43 PM, Serge Stinckwich <
> serge.stinckw...@gmail.com> 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/OpenSmallt
>> alk/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 <
>> stepharo.s...@gmail.com> 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/


Re: [Pharo-dev] Iceberg2.0 crash test passed :)

2018-04-13 Thread Guillermo Polito
Is that Pharo 7?

On Fri, Apr 13, 2018 at 9:43 PM, Serge Stinckwich <
serge.stinckw...@gmail.com> 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  > 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


Re: [Pharo-dev] Iceberg2.0 crash test passed :)

2018-04-13 Thread Serge Stinckwich
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 
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/


Re: [Pharo-dev] Iceberg2.0 crash test passed :)

2018-04-13 Thread Guillermo Polito
I want your bug reports!

Le ven. 13 avr. 2018 à 21:09, Stephane Ducasse  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


[Pharo-dev] Iceberg2.0 crash test passed :)

2018-04-13 Thread Stephane Ducasse
I could commit my first commit with iceberg 2.0
Well done

It feels nicer :).

Stef