| CONSOLE OUTPUT |
| [...truncated 870 lines...] |
| [logStream := self openLog. |
| aMonadicBlock value: logStream] in SmalltalkImage>>logDuring: |
| BlockClosure>>ensure: |
| SmalltalkImage>>logDuring: |
| [Smalltalk logError: aString inContext: aContext. |
| Smalltalk |
| logDuring: [:logger | |
| logger nextPutAll: 'Processes and their stacks: '; |
| cr. |
| Process allInstances |
| do: [:each | |
| | ctx | |
| logger nextPutAll: 'Process: '; |
| print: each; |
| cr; |
| nextPutAll: ' stack:'; |
| cr; |
| cr. |
| ctx := each isActiveProcess |
| ifTrue: [thisContext sender] |
| ifFalse: [each suspendedContext]. |
| ctx |
| ifNotNil: [(ctx stackOfSize: 20) |
| do: [:s | logger print: s; |
| cr]]. |
| logger nextPutAll: '------------------------------'; |
| cr; |
| cr]]] in NonInteractiveUIManager>>quitFrom:withMessage: |
| BlockClosure>>ensure: |
| NonInteractiveUIManager>>quitFrom:withMessage: |
| NonInteractiveUIManager>>unhandledErrorDefaultAction: |
| UnhandledError>>defaultAction |
| UndefinedObject>>handleSignal: |
| MethodContext(ContextPart)>>handleSignal: |
| MethodContext(ContextPart)>>handleSignal: |
| MethodContext(ContextPart)>>handleSignal: |
| MethodContext(ContextPart)>>handleSignal: |
| MethodContext(ContextPart)>>handleSignal: |
| MethodContext(ContextPart)>>handleSignal: |
| MethodContext(ContextPart)>>handleSignal: |
| MethodContext(ContextPart)>>handleSignal: |
| MethodContext(ContextPart)>>handleSignal: |
| ------------------------------ |
| |
| Process: a Process in [delaySemaphore wait] in Delay>>wait |
| stack: |
| |
| [delaySemaphore wait] in Delay>>wait |
| BlockClosure>>ifCurtailed: |
| Delay>>wait |
| InputEventPollingFetcher>>waitForInput |
| InputEventPollingFetcher(InputEventFetcher)>>eventLoop |
| [self eventLoop] in InputEventPollingFetcher(InputEventFetcher)>>installEventLoop |
| [self value. |
| Processor terminateActive] in BlockClosure>>newProcess |
| ------------------------------ |
| |
| Process: a Process in SmalltalkImage>>lowSpaceWatcher |
| stack: |
| |
| SmalltalkImage>>lowSpaceWatcher |
| [self lowSpaceWatcher] in SmalltalkImage>>installLowSpaceWatcher |
| [self value. |
| Processor terminateActive] in BlockClosure>>newProcess |
| ------------------------------ |
| |
| Process: a Process in ProcessorScheduler class>>idleProcess |
| stack: |
| |
| ProcessorScheduler class>>idleProcess |
| [self idleProcess] in ProcessorScheduler class>>startUp |
| [self value. |
| Processor terminateActive] in BlockClosure>>newProcess |
| ------------------------------ |
| |
| Process: a Process in WeakArray class>>finalizationProcess |
| stack: |
| |
| WeakArray class>>finalizationProcess |
| [self finalizationProcess] in WeakArray class>>restartFinalizationProcess |
| [self value. |
| Processor terminateActive] in BlockClosure>>newProcess |
| ------------------------------ |
| |
| Process: a Process in Delay class>>handleTimerEvent |
| stack: |
| |
| Delay class>>handleTimerEvent |
| Delay class>>runTimerEventLoop |
| [self runTimerEventLoop] in Delay class>>startTimerEventLoop |
| [self value. |
| Processor terminateActive] in BlockClosure>>newProcess |
| ------------------------------ |
| |
| Build step 'Execute shell' marked build as failure |
| Archiving artifacts |
| Recording test results |
| Email was triggered for: Failure |
| Sending email for trigger: Failure |