Pharo 7 and Zero conf problem

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

Pharo 7 and Zero conf problem

Vitor Medina Cruz
Hello,

Under debian, loading


And then executing:

./pharo Pharo.image eval "Class allInstances"

I got:

self recordInitializationSuccess ] in LGitLibrary>>initializeLibGit2 in Block: [ self libgit2_init....
BlockClosure>>on:do:
LGitLibrary>>initializeLibGit2
LGitLibrary class>>startUp:
ClassSessionHandler>>startup:
[ :each | each startup: isImageStarting ] in WorkingSession>>runStartup: in Block: [ :each | each startup: isImageStarting ]
[ aBlock value: each ] in [ :each | 
[ aBlock value: each ]
        on: Exception
        do: [ :error | self errorHandler handleError: error ] ] in WorkingSession>>runList:do: in Block: [ aBlock value: each ]
BlockClosure>>on:do:
[ :each | 
[ aBlock value: each ]
        on: Exception
        do: [ :error | self errorHandler handleError: error ] ] in WorkingSession>>runList:do: in Block: [ :each | ...
Array(SequenceableCollection)>>do:
WorkingSession>>runList:do:
WorkingSession>>runStartup:
WorkingSession>>start:
SessionManager>>launchSnapshot:andQuit:
[ isImageStarting := self launchSnapshot: save andQuit: quit.
wait signal ] in SessionManager>>snapshot:andQuit: in Block: [ isImageStarting := self launchSnapshot: save and...etc...
[ self value.
Processor terminateActive ] in BlockClosure>>newProcess in Block: [ self value....
#()

If I use pharo 6 this error don't happened and I got #()

Can I ignore this error? Should I use Pharo 6? Something missed?

Regards,
Vitor

Livre de vírus. www.avg.com.
Reply | Threaded
Open this post in threaded view
|

Re: Pharo 7 and Zero conf problem

Pharo Smalltalk Users mailing list

Hi, I recently installed Pharo-Launcher under Mint 19. Version 70 build 1384
seems to be running fine.

HTH, john





--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Reply | Threaded
Open this post in threaded view
|

Re: Pharo 7 and Zero conf problem

EstebanLM
In reply to this post by Vitor Medina Cruz
You can ignore it (but is something we need to fix, indeed)

On 15 Dec 2018, at 00:53, Vitor Medina Cruz <[hidden email]> wrote:

Hello,

Under debian, loading


And then executing:

./pharo Pharo.image eval "Class allInstances"

I got:

self recordInitializationSuccess ] in LGitLibrary>>initializeLibGit2 in Block: [ self libgit2_init....
BlockClosure>>on:do:
LGitLibrary>>initializeLibGit2
LGitLibrary class>>startUp:
ClassSessionHandler>>startup:
[ :each | each startup: isImageStarting ] in WorkingSession>>runStartup: in Block: [ :each | each startup: isImageStarting ]
[ aBlock value: each ] in [ :each | 
[ aBlock value: each ]
        on: Exception
        do: [ :error | self errorHandler handleError: error ] ] in WorkingSession>>runList:do: in Block: [ aBlock value: each ]
BlockClosure>>on:do:
[ :each | 
[ aBlock value: each ]
        on: Exception
        do: [ :error | self errorHandler handleError: error ] ] in WorkingSession>>runList:do: in Block: [ :each | ...
Array(SequenceableCollection)>>do:
WorkingSession>>runList:do:
WorkingSession>>runStartup:
WorkingSession>>start:
SessionManager>>launchSnapshot:andQuit:
[ isImageStarting := self launchSnapshot: save andQuit: quit.
wait signal ] in SessionManager>>snapshot:andQuit: in Block: [ isImageStarting := self launchSnapshot: save and...etc...
[ self value.
Processor terminateActive ] in BlockClosure>>newProcess in Block: [ self value....
#()

If I use pharo 6 this error don't happened and I got #()

Can I ignore this error? Should I use Pharo 6? Something missed?

Regards,
Vitor

Livre de vírus. www.avg.com.
<a href="x-msg://13/#m_5683544748734822669_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1" height="1" class="">

Reply | Threaded
Open this post in threaded view
|

Re: Pharo 7 and Zero conf problem

Vitor Medina Cruz
Ok, thanks!!

On Sat, Dec 15, 2018 at 8:28 AM Esteban Lorenzano <[hidden email]> wrote:
You can ignore it (but is something we need to fix, indeed)

On 15 Dec 2018, at 00:53, Vitor Medina Cruz <[hidden email]> wrote:

Hello,

Under debian, loading


And then executing:

./pharo Pharo.image eval "Class allInstances"

I got:

self recordInitializationSuccess ] in LGitLibrary>>initializeLibGit2 in Block: [ self libgit2_init....
BlockClosure>>on:do:
LGitLibrary>>initializeLibGit2
LGitLibrary class>>startUp:
ClassSessionHandler>>startup:
[ :each | each startup: isImageStarting ] in WorkingSession>>runStartup: in Block: [ :each | each startup: isImageStarting ]
[ aBlock value: each ] in [ :each | 
[ aBlock value: each ]
        on: Exception
        do: [ :error | self errorHandler handleError: error ] ] in WorkingSession>>runList:do: in Block: [ aBlock value: each ]
BlockClosure>>on:do:
[ :each | 
[ aBlock value: each ]
        on: Exception
        do: [ :error | self errorHandler handleError: error ] ] in WorkingSession>>runList:do: in Block: [ :each | ...
Array(SequenceableCollection)>>do:
WorkingSession>>runList:do:
WorkingSession>>runStartup:
WorkingSession>>start:
SessionManager>>launchSnapshot:andQuit:
[ isImageStarting := self launchSnapshot: save andQuit: quit.
wait signal ] in SessionManager>>snapshot:andQuit: in Block: [ isImageStarting := self launchSnapshot: save and...etc...
[ self value.
Processor terminateActive ] in BlockClosure>>newProcess in Block: [ self value....
#()

If I use pharo 6 this error don't happened and I got #()

Can I ignore this error? Should I use Pharo 6? Something missed?

Regards,
Vitor

Livre de vírus. www.avg.com.