Hi,
Does anybody use Pharo 6.1 (32 or 64 bit) on CentOS 7? I am getting randomly the following crash when trying to clone a repository from github. While this might suggest some kind of of out memory error there should be enough memory. PrimitiveFailed: primitive #allocateExecutablePage in FFICallbackThunk class failed FFICallbackThunk class(Object)>> FFICallbackThunk class(Object)>>primitiveFailed FFICallbackThunk class>>allocateExecutablePage [ ExecutablePages add: self allocateExecutablePage ] in FFICallbackThunk class>> [ caught := true. self wait. blockValue := mutuallyExcludedBlock value ] in Semaphore>>critical: in Block: [ caught := true.... BlockClosure>>ensure: Semaphore>>critical: FFICallbackThunk class>> FFICallbackThunk class>>privateFinalizingNew FFICallbackThunk class>>newCCall CallbackForIA32(Callback)>> Callback class>>forCallbackEvaluator: LGitTransportCertificateCheckC LGitTransportCertificateCheckC LGitTransportCertificateCheckC LGitRemoteCallbacks class>> LGitRemoteCallbacks class>>defaults LGitRemoteCallbacks class>>withProvider: LGitCloneOptions class>> [ | repo cloneOptions | repo := LGitRepository on: self location. cloneOptions := LGitCloneOptions withCredentialsProvider: IceCredentialsProvider default. repo clone: url options: cloneOptions. aBranchName ifNotNil: [ repo checkout: aBranchName ]. (LGitRemote of: repo named: 'origin') lookup; setUrl: url ] in IceLibgitLocalRepository>> [ self checkInitialized. aBlock value ] in LGitGlobal class>>runSequence: in Block: [ self checkInitialized.... [ activeProcess psValueAt: index put: anObject. aBlock value ] in LGitActionSequence( BlockClosure>>ensure: LGitActionSequence( LGitActionSequence class(DynamicVariable class)>>value:during: LGitGlobal class>>runSequence: IceLibgitLocalRepository>> IceRepositoryCreator>> [ (IceRepositoryCreator new url: remoteUrl; subdirectory: repoPath; branchName: self projectVersion; createRepository) register ] in MCGitHubRepository>> OrderedCollection(Collection)> Cheers, Andrei |
I used it but not enough to help you with this issue. Phil On Thu, Sep 14, 2017 at 12:22 AM, Andrei Chis <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |