Changes between Initial Version and Version 1 of Ticket #188, comment 15


Ignore:
Timestamp:
Feb 5, 2018, 11:38:28 AM (6 years ago)
Author:
patrik.svestka@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #188, comment 15

    initial v1  
    22
    33Could you please try it out?
     4
     5I'm now getting correctly, with the test above:
     6
     7{{{
     8VERBOSE: [INFO] Executing asynchronously command:
     9C:\prg_sdk\stx_8\stx-8.0.0\build\stx\projects\smalltalk\stx.com -P "Stdout
     10nextPutLine: 'xxx'. (ExternalBytes address: 10 size: 10) byteAt: 1" | Out-File
     11-Append -Encoding 'UTF8' -FilePath
     12'C:\prg_sdk\stx_8\stx-8.0.0\build\stx\projects\smalltalk\smalltalk_2018-02-05_u
     13tf8.log' -Width 150
     14VERBOSE: [stdout]: xxx
     15STX [error] (2018-02-05 12:36:17.137): Object [hard error]: signal 11
     16VERBOSE: Warning: Unexpected _error:
     17VERBOSE: OS-Signal (segmentation violation)
     18VERBOSE:
     19VERBOSE: No MiniDebugger functionality available
     20VM [sigsegv]: sigNo 11 context=693ab08 sp=693aa70
     21VM [sigsegv]: pc=61ddb323 [4304]
     22VERBOSE:  new: 27d0000 .. 29d0000  old: 7fff0000 .. 820f0000
     23VM [error] (18-02-05 12:36:16): sigsegv pc= 61ddb323
     24VERBOSE:  surv: 29e0000 .. 29e0000 .. 2be0000
     25VM [error] (18-02-05 12:36:17): in process 5
     26VERBOSE: last selector: byteAt:
     27VERBOSE: last class: ExternalBytes
     28VERBOSE: sigsegv 4635
     29VERBOSE: sigsegv 4643
     30VERBOSE:
     31VERBOSE: [INFO] Exiting from PowerShell with code 0
     32
     33VERBOSE: [INFO] End. Exiting correctly.
     34}}}