OSProcessAccessor crash

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

OSProcessAccessor crash

Danil Osipchuk-2
Hi all,

I have an image which dies during startup with the stacktrace shown below. Does anybody have ideas how to recover the image (I know about recovering of the code, the image has compex setup which I don't want to loose)?

cheers,
  Danil

Segmentation fault

2025280392 OSProcessAccessor>isAtEndOfFile:
2025280024 [] in BufferedAsyncFileReadStream>atEndOfFile
2025280116 [] in Semaphore>critical:
2025280300 BlockContext>ensure:
2025279932 Semaphore>critical:
2025279840 BufferedAsyncFileReadStream>atEndOfFile
2025279748 ExternalPipe>atEndOfFile
2025279656 PipeJunction>atEndOfFile
2025279564 PipeableOSProcess>pipesAreEmpty
2025279012 ProxyPipeline>pipesAreEmpty
2019832416 CommandShell>waitUntilPipesAreEmpty:
2019832324 CommandShell>promptWhenComplete:
2019832232 WeakMessageSend>value
2019832140 [] in WeakActionSequence>value
2019832028 SequenceableCollection>do:
2019831936 WeakActionSequence>value
2019831844 Object>triggerEvent:
2019831752 [] in ProxyPipeline>handleCompletionWhenSignaled:
2019831660 Object>ifNotNilDo:
2019821316 [] in ProxyPipeline>handleCompletionWhenSignaled:
2019821408 [] in BlockContext>newProcess
Aborted



Reply | Threaded
Open this post in threaded view
|

Re: OSProcessAccessor crash

Danil Osipchuk-2
nevermind - I've broken the squeak itself (reinstall helped)

2008/2/10, danil osipchuk <[hidden email]>:
Hi all,

I have an image which dies during startup with the stacktrace shown below. Does anybody have ideas how to recover the image (I know about recovering of the code, the image has compex setup which I don't want to loose)?

cheers,
  Danil

Segmentation fault

2025280392 OSProcessAccessor>isAtEndOfFile:
2025280024 [] in BufferedAsyncFileReadStream>atEndOfFile
2025280116 [] in Semaphore>critical:
2025280300 BlockContext>ensure:
2025279932 Semaphore>critical:
2025279840 BufferedAsyncFileReadStream>atEndOfFile
2025279748 ExternalPipe>atEndOfFile
2025279656 PipeJunction>atEndOfFile
2025279564 PipeableOSProcess>pipesAreEmpty
2025279012 ProxyPipeline>pipesAreEmpty
2019832416 CommandShell>waitUntilPipesAreEmpty:
2019832324 CommandShell>promptWhenComplete:
2019832232 WeakMessageSend>value
2019832140 [] in WeakActionSequence>value
2019832028 SequenceableCollection>do:
2019831936 WeakActionSequence>value
2019831844 Object>triggerEvent:
2019831752 [] in ProxyPipeline>handleCompletionWhenSignaled:
2019831660 Object>ifNotNilDo:
2019821316 [] in ProxyPipeline>handleCompletionWhenSignaled:
2019821408 [] in BlockContext>newProcess
Aborted