Re: Experimenting the vm-tz example on the Freescale i.mx6 SDB
Mahdi Aichouch <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.devel |
|---|---|
| Message-ID | <CAGBLRX57CZ8NEUCZtA1LjQUAg+mG1F64xK9qmgrSg93bH_BHTQ@mail.gmail.com> |
Hello Adam, I reduced the RAM_SIZE_MB to 256MB and it worked great! Thank you very much! However, the execution went well until the call to L4Re::chksys(me->vcpu_control_ext((l4_addr_t)vcpu)); which generates the following error: terminate called after throwing an instance of 'N2L413Runtime_errorE' Do you have any idea of what might be wrong. I attached the whole debug messages to this mail. Many thanks in advance. Best Regards, Mahdi On Wed, Apr 8, 2015 at 2:13 PM, Mahdi Aichouch <[email protected]> wrote: > Hello Adam, > > Thank you very much for your answer and explanation. > > The call to "l4sigma0_map_iomem(sigma0_cap.cap(), Ram_base, Ram_base, > ram_size, 1)" > failed at the first page that it tries to map. > > I activated the debug flags in pkg/sigma0/server/src/globals.h. > > And I get the debug messages include in the attached file. But based on > the debug messages > it is difficult to interpret what might be wrong. > Could you please take a look at the logs in the attached file and tell me > what do you think. > > Thank you again for your help. > > Best Regards, > > Mahdi > > > > > > > > > > > > > > > > > On Wed, Apr 1, 2015 at 11:36 AM, Mahdi Aichouch <[email protected]> > wrote: > >> Hello Adam, >> >> I tried to do as you suggested, and I added a loop in order to map a >> small chunk of memory at time. >> >> When I tried to map 1 KB at a time and 2 KB at a time, I received this >> error from the first call to >> l4sigma0_map_iomem ( ) function: >> >> ... >> Vmm started >> j = 0 addr = 0x0 >> Cannot map nonsecure memory Phys, virt or size not aligned >> ... >> >> Then, I tried to add 4KB at a time, and I received the same error as >> before at the first call to >> the l4sigma0_map_iomem ( ) function, that is: >> >> ... >> Vmm started >> j = 0 addr = 0x0 >> Cannot map nonsecure memory No fpage received >> ... >> >> >> I also tried with 4 KB, 8 KB, 16 KB, 32 KB,... >> I get the same error: "No fpage received" >> >> >> This is the code of the loop that I added: >> >> int ram_size = 0x1000; //4 KB >> >> >> int address = 0x0; >> int j; >> for(j = 0; j < 256; j++) { >> fault = l4sigma0_map_iomem(sigma0_cap.cap(), Ram_base, Ram_base, >> ram_size, 1); >> printf("j = %d addr = 0x%x\n", j, address); >> address += ram_size; >> if (fault) { >> printf("Cannot map nonsecure memory %s\n", >> l4sigma0_map_errstr(fault)); >> exit(1); >> } >> } >> >> >> Could you please tell me what else should I check to track down the >> source of the error. >> Thank you very much in advance. >> >> Kindest regards, >> >> Mahdi >> >> PS: I attached the main.cc file of my vm-tz example. >> >> >> >> >> >> >> >> >> On Wed, Mar 25, 2015 at 10:19 AM, Mahdi Aichouch <[email protected]> >> wrote: >> >>> Hello Adam, >>> >>> Thank you again for your answer. >>> >>> Please find below the execution's log from the start of L4 kernel until >>> the stop of the vm-tz test: >>> >>> L4 Bootstrapper >>> Build: #21 Tue Mar 17 15:28:32 CET 2015, 4.8.3 20140320 (prerelease) >>> Scanning up to 1024 MB RAM, starting at offset 32MB >>> Memory size is 1024MB (10000000 - 4fffffff) >>> RAM: 0000000010000000 - 000000004fffffff: 1048576kB >>> Total RAM: 1024MB >>> Scanning fiasco >>> Scanning sigma0 >>> Scanning moe >>> Moving up to 5 modules behind 11100000 >>> moving module 02 { 110a6000-110df63f } -> { 11196000-111cf63f } >>> [235072] >>> moving module 01 { 1109c000-110a538b } -> { 1118c000-1119538b } [37772] >>> moving module 00 { 11044000-1109bb17 } -> { 11134000-1118bb17 } >>> [359192] >>> moving module 04 { 1102a000-1104365b } -> { 1111a000-1113365b } >>> [104028] >>> moving module 03 { 11010000-11029473 } -> { 11100000-11119473 } >>> [103540] >>> Loading fiasco >>> Loading sigma0 >>> Loading moe >>> find kernel info page... >>> found kernel info page at 0x10002000 >>> Regions of list 'regions' >>> [ 10000000, 100000e3] { e4} Root mbi_rt >>> [ 10001000, 10001aff] { b00} Kern fiasco >>> [ 10002000, 10066fff] { 65000} Kern fiasco >>> [ 10090000, 10096edf] { 6ee0} Sigma0 sigma0 >>> [ 10098000, 1009e177] { 6178} Sigma0 sigma0 >>> [ 10140000, 10171d77] { 31d78} Root moe >>> [ 10178000, 101934ab] { 1b4ac} Root moe >>> [ 11000000, 1100f4ff] { f500} Boot bootstrap >>> [ 11100000, 11133fff] { 34000} Root Module >>> API Version: (87) experimental >>> Sigma0 config ip:10090100 sp:00000000 >>> Roottask config ip:10140260 sp:00000000 >>> Starting kernel fiasco at 100012c8 >>> Number of IRQs available at this GIC: 160 >>> FPU0: Arch: VFPv3(3), Part: VFPv3(30), r: 4, v: 9, i: 41, t: hard, p: >>> dbl/sngl >>> L2: ID=410000c7 Type=9e340340 Aux=02070000 WMask=ffff S=0 >>> L2: Type L2C-310 Size = 1024kB Ways=16 Waysize=64 >>> GIC: Switching IRQ 58 to secure >>> SERIAL ESC: allocated IRQ 58 for serial uart >>> Not using serial hack in slow timer handler. >>> Welcome to Fiasco.OC (arm)! >>> L4/Fiasco.OC arm microkernel (C) 1998-2013 TU Dresden >>> Rev: rexported compiled with gcc 4.8.3 for i.MX6 [] >>> Build: #4 Tue Mar 17 14:55:01 CET 2015 >>> >>> GIC: Switching IRQ 29 to secure >>> Calibrating timer loop... done. >>> MDB: use page size: 20 >>> MDB: use page size: 12 >>> SIGMA0: Hello! >>> KIP @ 10002000 >>> allocated 4KB for maintenance structures >>> SIGMA0: Dump of all resource maps >>> RAM:------------------------ >>> [4:10000000;10000fff] >>> [0:10067000;1008ffff] >>> [0:10097000;10097fff] >>> [0:1009f000;1013ffff] >>> [4:10140000;10171fff] >>> [0:10172000;10177fff] >>> [4:10178000;10193fff] >>> [0:10194000;110fffff] >>> [4:11100000;11133fff] >>> [0:11134000;4effffff] >>> IOMEM:---------------------- >>> [0:0;fffffff] >>> [0:50000000;ffffffff] >>> MOE: Hello world >>> MOE: found 1031204 KByte free memory >>> MOE: found RAM from 10000000 to 4f000000 >>> MOE: allocated 1008 KByte for the page array @0x10194000 >>> MOE: virtual user address space [0-bfffffff] >>> MOE: rom name space cap -> [C:501000] >>> BOOTFS: [11100000-11119474] [C:503000] l4re >>> BOOTFS: [1111a000-1113365c] [C:504000] vm-tz >>> MOE: cmdline: moe --init=rom/vm-tz >>> MOE: Starting: rom/vm-tz >>> MOE: loading 'rom/vm-tz' >>> Vmm started >>> Cannot map nonsecure memory No fpage received >>> MOE: task 270000679 exited with 1 >>> >>> >>> >>> Kindest regards, >>> >>> Mahdi >>> >>> >>> On Mon, Mar 23, 2015 at 11:33 AM, Mahdi Aichouch <[email protected]> >>> wrote: >>> >>>> Hello Adam, >>>> >>>> Thank you very much for your answer! >>>> >>>> I configured the Ram_base to 0x20000000 for the normal-world OS and the >>>> Ram_size to >>>> 0x10000000 (256 MB). >>>> >>>> The secure world OS is loaded at 0x10000000 according to the link >>>> address of fiasco >>>> kernel on the i.mx6, and has 256 MB of Ram. >>>> >>>> When I start the vm-tz example, the reserve_area( ) method is executed >>>> successfully, >>>> >>>> ... >>>> >>>> l4_addr_t v = Ram_base; >>>> L4Re::chksys(env->rm()->reserve_area(&v, Ram_size, L4Re::Rm::Reserved)); >>>> >>>> fault = l4sigma0_map_iomem(sigma0_cap.cap(), Ram_base, Ram_base, >>>> Ram_size, 1); >>>> if (fault) { >>>> printf("Cannot map nonsecure memory: %s\n", >>>> l4sigma0_map_errstr(fault)); >>>> exit(1); >>>> } >>>> >>>> ... >>>> >>>> but the l4sigma0_map_iomem( ) returns an error: >>>> >>>> ... >>>> Vmm started >>>> Cannot map nonsecure memory No fpage received >>>> MOE: task 270000679 exited with 1 >>>> >>>> Then the programs stops executing, the setup_linux(vmstate) function is >>>> not >>>> executed, and the ATAG data structure is not copied. >>>> >>>> Do you have an idea of what might cause this fault. >>>> >>>> Thank you very much in advance. >>>> >>>> Best regars, >>>> Mahdi >>>> >>>> >>>> >>>> On Fri, Mar 20, 2015 at 9:48 AM, Mahdi Aichouch <[email protected]> >>>> wrote: >>>> >>>>> Hello, >>>>> >>>>> I am trying to test the "vm-tz", and I created a new entry in the >>>>> "/src/l4/conf/modules.list". >>>>> >>>>> entry tz_vm >>>>> roottask moe --init=rom/vm-tz >>>>> module l4re >>>>> module vm-tz >>>>> >>>>> Is my entry correct? Or there is some missing modules? >>>>> How to know what modules should be included? >>>>> >>>>> Does someone has a successful running configuration. >>>>> Is it possible to share with us a working configuration. >>>>> >>>>> Thank you very much in advance. >>>>> >>>>> Best regards, >>>>> >>>>> Mahdi >>>>> >>>>> >>>>> >>>>> >>>>> On Tue, Mar 17, 2015 at 4:39 PM, Mahdi Aichouch <[email protected]> >>>>> wrote: >>>>> >>>>>> Hello, >>>>>> >>>>>> I was able to correct the error related to the creation of the VM, by >>>>>> recompiling the fiasco kernel using >>>>>> the "trustzone secure side" as an Execution Model option instead of >>>>>> the "Standard Mode". >>>>>> >>>>>> Now the code goes further and it stops at >>>>>> >>>>>> l4sigma0_map_iomem(sigma0_cap.cap(), Ram_base, Ram_base, Ram_size, 1); >>>>>> >>>>>> which return the following error: >>>>>> >>>>>> MOE: Hello world >>>>>> MOE: found 1031204 KByte free memory >>>>>> MOE: found RAM from 10000000 to 4f000000 >>>>>> MOE: allocated 1008 KByte for the page array @0x10194000 >>>>>> MOE: virtual user address space [0-bfffffff] >>>>>> MOE: rom name space cap -> [C:501000] >>>>>> BOOTFS: [11100000-11119474] [C:503000] l4re >>>>>> BOOTFS: [1111a000-1113365c] [C:504000] vm-tz >>>>>> MOE: cmdline: moe --init=rom/vm-tz >>>>>> MOE: Starting: rom/vm-tz >>>>>> MOE: loading 'rom/vm-tz' >>>>>> Vmm started >>>>>> Cannot map nonsecure memory No fpage received >>>>>> >>>>>> I used the same memory parameters of the example, that is, >>>>>> the RAM base of the non secure world is 0x20000000, and >>>>>> the RAM size is 0x00100000. >>>>>> >>>>>> Could someone help me to correct this. >>>>>> >>>>>> Thank you very much in advance. >>>>>> >>>>>> Best regards, >>>>>> Mahdi >>>>>> >>>>>> >>>>>> On Tue, Mar 17, 2015 at 2:46 PM, Mahdi Aichouch <[email protected]> >>>>>> wrote: >>>>>> >>>>>>> Hello, >>>>>>> >>>>>>> I am trying to experiment the "vm-tz" example on the Freescale i.mx6 >>>>>>> SDB board. >>>>>>> >>>>>>> At first, my goal is to understand the example, thus I am interested >>>>>>> in running >>>>>>> a simple test kernel instead of a full linux kernel. >>>>>>> >>>>>>> Specifically, I am trying to reproduce the experimentation of the >>>>>>> article related to the trustzone >>>>>>> implementation on Fiasco.OC L4re, "ARM Trustzone as a Virtualization >>>>>>> Technique in Embedded Systems". >>>>>>> In particular, it is mentioned in the article at the >>>>>>> "Implementation" paragraph that "Multiplexing two or more OS is supported >>>>>>> by our design." >>>>>>> I would like to investigate this point. >>>>>>> >>>>>>> I created a new entry to generate the vm-tz binary. >>>>>>> I added the following entry to the "src/l4/conf/modules.list" file : >>>>>>> >>>>>>> entry tz_vm >>>>>>> roottask moe --init=rom/vm-tz >>>>>>> module l4re >>>>>>> module vm-tz >>>>>>> >>>>>>> Is my configuration entry correct, is there any missing modules that >>>>>>> are required by the example? >>>>>>> >>>>>>> I tested the binary on the board using tftp, and I obtained the >>>>>>> following results: >>>>>>> >>>>>>> L4 Bootstrapper >>>>>>> Build: #12 Tue Mar 17 12:10:02 CET 2015, 4.8.3 20140320 >>>>>>> (prerelease) >>>>>>> Scanning up to 1024 MB RAM, starting at offset 32MB >>>>>>> Memory size is 1024MB (10000000 - 4fffffff) >>>>>>> RAM: 0000000010000000 - 000000004fffffff: 1048576kB >>>>>>> Total RAM: 1024MB >>>>>>> Scanning fiasco >>>>>>> Scanning sigma0 >>>>>>> Scanning moe >>>>>>> Moving up to 5 modules behind 11100000 >>>>>>> moving module 02 { 110a5000-110de63f } -> { 11195000-111ce63f } >>>>>>> [235072] >>>>>>> moving module 01 { 1109b000-110a438b } -> { 1118b000-1119438b } >>>>>>> [37772] >>>>>>> moving module 00 { 11044000-1109a0c7 } -> { 11134000-1118a0c7 } >>>>>>> [352456] >>>>>>> moving module 04 { 1102a000-11043597 } -> { 1111a000-11133597 } >>>>>>> [103832] >>>>>>> moving module 03 { 11010000-11029473 } -> { 11100000-11119473 } >>>>>>> [103540] >>>>>>> Loading fiasco >>>>>>> Loading sigma0 >>>>>>> Loading moe >>>>>>> find kernel info page... >>>>>>> found kernel info page at 0x10002000 >>>>>>> Regions of list 'regions' >>>>>>> [ 10000000, 100000e3] { e4} Root mbi_rt >>>>>>> [ 10001000, 10001aff] { b00} Kern fiasco >>>>>>> [ 10002000, 10062fff] { 61000} Kern fiasco >>>>>>> [ 10090000, 10096edf] { 6ee0} Sigma0 sigma0 >>>>>>> [ 10098000, 1009e177] { 6178} Sigma0 sigma0 >>>>>>> [ 10140000, 10171d77] { 31d78} Root moe >>>>>>> [ 10178000, 101934ab] { 1b4ac} Root moe >>>>>>> [ 11000000, 1100f4ff] { f500} Boot bootstrap >>>>>>> [ 11100000, 11133fff] { 34000} Root Module >>>>>>> API Version: (87) experimental >>>>>>> Sigma0 config ip:10090100 sp:00000000 >>>>>>> Roottask config ip:10140260 sp:00000000 >>>>>>> Starting kernel fiasco at 100012c8 >>>>>>> Number of IRQs available at this GIC: 160 >>>>>>> FPU0: Arch: VFPv3(3), Part: VFPv3(30), r: 4, v: 9, i: 41, t: hard, >>>>>>> p: dbl/sngl >>>>>>> L2: ID=410000c7 Type=9e340340 Aux=02070000 WMask=ffff S=0 >>>>>>> L2: Type L2C-310 Size = 1024kB Ways=16 Waysize=64 >>>>>>> SERIAL ESC: allocated IRQ 58 for serial uart >>>>>>> Not using serial hack in slow timer handler. >>>>>>> Welcome to Fiasco.OC (arm)! >>>>>>> L4/Fiasco.OC arm microkernel (C) 1998-2013 TU Dresden >>>>>>> Rev: rexported compiled with gcc 4.8.3 for i.MX6 [] >>>>>>> Build: #3 Wed Mar 11 16:43:41 CET 2015 >>>>>>> >>>>>>> Calibrating timer loop... done. >>>>>>> MDB: use page size: 20 >>>>>>> MDB: use page size: 12 >>>>>>> SIGMA0: Hello! >>>>>>> KIP @ 10002000 >>>>>>> allocated 4KB for maintenance structures >>>>>>> SIGMA0: Dump of all resource maps >>>>>>> RAM:------------------------ >>>>>>> [4:10000000;10000fff] >>>>>>> [0:10063000;1008ffff] >>>>>>> [0:10097000;10097fff] >>>>>>> [0:1009f000;1013ffff] >>>>>>> [4:10140000;10171fff] >>>>>>> [0:10172000;10177fff] >>>>>>> [4:10178000;10193fff] >>>>>>> [0:10194000;110fffff] >>>>>>> [4:11100000;11133fff] >>>>>>> [0:11134000;4effffff] >>>>>>> IOMEM:---------------------- >>>>>>> [0:0;fffffff] >>>>>>> [0:50000000;ffffffff] >>>>>>> MOE: Hello world >>>>>>> MOE: found 1031220 KByte free memory >>>>>>> MOE: found RAM from 10000000 to 4f000000 >>>>>>> MOE: allocated 1008 KByte for the page array @0x10194000 >>>>>>> MOE: virtual user address space [0-bfffffff] >>>>>>> MOE: rom name space cap -> [C:501000] >>>>>>> BOOTFS: [11100000-11119474] [C:503000] l4re >>>>>>> BOOTFS: [1111a000-11133598] [C:504000] vm-tz >>>>>>> MOE: cmdline: moe --init=rom/vm-tz >>>>>>> MOE: Starting: rom/vm-tz >>>>>>> MOE: loading 'rom/vm-tz' >>>>>>> Vmm started >>>>>>> terminate called after throwing an instance of 'N2L413Runtime_errorE' >>>>>>> MOE: task 270000679 exited with 127 >>>>>>> >>>>>>> The code stops at the beginning when it tries to create a VM : >>>>>>> >>>>>>> L4Re::chksys(env->factory()->create_vm(vm)); >>>>>>> >>>>>>> After reading through the code, I saw that the code example is >>>>>>> expecting a linux-image and an initrd to be provided. Is it possible to >>>>>>> tell me where these should be added in the build directory? In my test >>>>>>> case, the linux-image will be replaced by a simple kernel image. >>>>>>> >>>>>>> Could someone help me to correct my test case. >>>>>>> >>>>>>> Many thanks in advance. >>>>>>> >>>>>>> Best regards, >>>>>>> Mahdi >>>>>>> >>>>>> >>>>>> >>>>> >>>> >>> >> > _______________________________________________ l4-hackers mailing list [email protected] http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers
l4_tz_vmm_debug_2.log
(text/x-log, 28.9 KB)
L4 Bootstrapper
Build: #56 Fri Apr 10 16:06:00 CEST 2015, 4.8.3 20140320 (prerelease)
Scanning up to 256 MB RAM, starting at offset 32MB
Memory size is 256MB (10000000 - 1fffffff)
RAM: 0000000010000000 - 000000001fffffff: 262144kB
Total RAM: 256MB
Scanning fiasco
Scanning sigma0
Scanning moe
Moving up to 9 modules behind 11100000
moving module 02 { 11e00000-11e3963f } -> { 11ef0000-11f2963f } [235072]
moving module 01 { 11df6000-11dff38b } -> { 11ee6000-11eef38b } [37772]
moving module 00 { 11d9e000-11df5b17 } -> { 11e8e000-11ee5b17 } [359192]
moving module 08 { 1159e000-11d9dfff } -> { 1168e000-11e8dfff } [8388608]
moving module 07 { 111ee000-1159df8b } -> { 112de000-1168df8b } [3866508]
moving module 06 { 111d4000-111ed65b } -> { 112c4000-112dd65b } [104028]
moving module 05 { 1107d000-111d346f } -> { 1116d000-112c346f } [1401968]
moving module 04 { 1102a000-1107cc1f } -> { 1111a000-1116cc1f } [338976]
moving module 03 { 11010000-11029473 } -> { 11100000-11119473 } [103540]
Loading fiasco
Loading sigma0
Loading moe
find kernel info page...
found kernel info page at 0x10002000
Regions of list 'regions'
[ 10000000, 1000014b] { 14c} Root mbi_rt
[ 10001000, 10001aff] { b00} Kern fiasco
[ 10002000, 10066fff] { 65000} Kern fiasco
[ 10090000, 1009e177] { e178} Sigma0 sigma0
[ 10140000, 10171d77] { 31d78} Root moe
[ 10178000, 101934ab] { 1b4ac} Root moe
[ 11000000, 1100f56f] { f570} Boot bootstrap
[ 11100000, 11e8dfff] { d8e000} Root Module
API Version: (87) experimental
Sigma0 config ip:10090100 sp:00000000
Roottask config ip:10140260 sp:00000000
Starting kernel fiasco at 100012c8
Number of IRQs available at this GIC: 160
FPU0: Arch: VFPv3(3), Part: VFPv3(30), r: 4, v: 9, i: 41, t: hard, p: dbl/sngl
L2: ID=410000c7 Type=9e340340 Aux=02070000 WMask=ffff S=0
L2: Type L2C-310 Size = 1024kB Ways=16 Waysize=64
GIC: Switching IRQ 58 to secure
SERIAL ESC: allocated IRQ 58 for serial uart
Not using serial hack in slow timer handler.
Welcome to Fiasco.OC (arm)!
L4/Fiasco.OC arm microkernel (C) 1998-2013 TU Dresden
Rev: rexported compiled with gcc 4.8.3 for i.MX6 []
Build: #4 Tue Mar 17 14:55:01 CET 2015
GIC: Switching IRQ 29 to secure
Calibrating timer loop... done.
MDB: use page size: 20
MDB: use page size: 12
SIGMA0: Hello!
KIP @ 10002000
allocated 4KB for maintenance structures
SIGMA0: Dump of all resource maps
RAM:------------------------
[4:10000000;10000fff]
[0:10067000;1008ffff]
[0:1009f000;1013ffff]
[4:10140000;10171fff]
[0:10172000;10177fff]
[4:10178000;10193fff]
[0:10194000;110fffff]
[4:11100000;11e8dfff]
[0:11e8e000;1effffff]
IOMEM:----------------------
[0:0;fffffff]
[0:20000000;ffffffff]
SIGMA0: received [l=-2; w=2; i=0] d1=10140265 d2=10140260 from thread=4
SIGMA0: sending d1=10140038 d2=10140317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1017d279 d2=1014022c from thread=4
SIGMA0: sending d1=1017d038 d2=1017d317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1016705d d2=1016705c from thread=4
SIGMA0: sending d1=10167038 d2=10167317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=10193493 d2=1016708c from thread=4
SIGMA0: sending d1=10193038 d2=10193317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=10166fad d2=10166fac from thread=4
SIGMA0: sending d1=10166038 d2=10166317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=10165de5 d2=10165de0 from thread=4
SIGMA0: sending d1=10165038 d2=10165317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=10179253 d2=101671b4 from thread=4
SIGMA0: sending d1=10179038 d2=10179317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=10178001 d2=101671c0 from thread=4
SIGMA0: sending d1=10178038 d2=10178317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1018ddfb d2=101402c4 from thread=4
SIGMA0: sending d1=1018d038 d2=1018d317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=101459e5 d2=101459e4 from thread=4
SIGMA0: sending d1=10145038 d2=10145317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=101625f5 d2=101625f4 from thread=4
SIGMA0: sending d1=10162038 d2=10162317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=10161f2d d2=10161f2c from thread=4
SIGMA0: sending d1=10161038 d2=10161317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=101419e5 d2=101419e0 from thread=4
SIGMA0: sending d1=10141038 d2=10141317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=10163f9d d2=10163f9c from thread=4
SIGMA0: sending d1=10163038 d2=10163317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=10192dc1 d2=10165c60 from thread=4
SIGMA0: sending d1=10192038 d2=10192317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=10143d8d d2=10143d8c from thread=4
SIGMA0: sending d1=10143038 d2=10143317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=101449bd d2=101449bc from thread=4
SIGMA0: sending d1=10144038 d2=10144317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1014836d d2=1014836c from thread=4
SIGMA0: sending d1=10148038 d2=10148317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=10149e0d d2=10149e08 from thread=4
SIGMA0: sending d1=10149038 d2=10149317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1017e1fb d2=10149e38 from thread=4
SIGMA0: sending d1=1017e038 d2=1017e317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=10152c8d d2=10152c8c from thread=4
SIGMA0: sending d1=10152038 d2=10152317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1014a96d d2=1014a96c from thread=4
SIGMA0: sending d1=1014a038 d2=1014a317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1014b82d d2=1014b828 from thread=4
SIGMA0: sending d1=1014b038 d2=1014b317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1014e58d d2=1014e58c from thread=4
SIGMA0: sending d1=1014e038 d2=1014e317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1014f3c5 d2=1014f3c4 from thread=4
SIGMA0: sending d1=1014f038 d2=1014f317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1015026d d2=1015026c from thread=4
SIGMA0: sending d1=10150038 d2=10150317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=10151fdd d2=10151fd8 from thread=4
SIGMA0: sending d1=10151038 d2=10151317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1015356d d2=10153568 from thread=4
SIGMA0: sending d1=10153038 d2=10153317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=10154065 d2=10154064 from thread=4
SIGMA0: sending d1=10154038 d2=10154317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=10155ad5 d2=10155ad0 from thread=4
SIGMA0: sending d1=10155038 d2=10155317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1016013d d2=1016013c from thread=4
SIGMA0: sending d1=10160038 d2=10160317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=10168c85 d2=10168c80 from thread=4
SIGMA0: sending d1=10168038 d2=10168317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1015ffbd d2=1015ffbc from thread=4
SIGMA0: sending d1=1015f038 d2=1015f317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1017cf9b d2=10168488 from thread=4
SIGMA0: sending d1=1017c038 d2=1017c317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1016dd51 d2=101684dc from thread=4
SIGMA0: sending d1=1016d038 d2=1016d317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1016ec51 d2=101687d8 from thread=4
SIGMA0: sending d1=1016e038 d2=1016e317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1016b4e9 d2=10168d24 from thread=4
SIGMA0: sending d1=1016b038 d2=1016b317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1016ade5 d2=1016ade4 from thread=4
SIGMA0: sending d1=1016a038 d2=1016a317 msg=[l=0; w=0; i=1] to thread=4
MOE: Hello world
SIGMA0: received [l=-6; w=1; i=0] d1=ffffffa0 d2=1016a317 from thread=4
SIGMA0: sending d1=10002038 d2=10002315 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=10000001 d2=10148f9c from thread=4
SIGMA0: sending d1=10000038 d2=10000317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=790 from thread=4
SIGMA0: can't handle label=-6 d1=ffffff90 d2=790 from thread=4
SIGMA0: sending d1=ffffff90 d2=790 msg=[l=-12; w=0; i=0] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=750 from thread=4
SIGMA0: can't handle label=-6 d1=ffffff90 d2=750 from thread=4
SIGMA0: sending d1=ffffff90 d2=750 msg=[l=-12; w=0; i=0] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=710 from thread=4
SIGMA0: can't handle label=-6 d1=ffffff90 d2=710 from thread=4
SIGMA0: sending d1=ffffff90 d2=710 msg=[l=-12; w=0; i=0] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=6d0 from thread=4
SIGMA0: can't handle label=-6 d1=ffffff90 d2=6d0 from thread=4
SIGMA0: sending d1=ffffff90 d2=6d0 msg=[l=-12; w=0; i=0] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=690 from thread=4
SIGMA0: sending d1=14000038 d2=14000697 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=10164fcd d2=10164fc8 from thread=4
SIGMA0: sending d1=10164038 d2=10164317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=690 from thread=4
SIGMA0: sending d1=18000038 d2=18000697 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=690 from thread=4
SIGMA0: can't handle label=-6 d1=ffffff90 d2=690 from thread=4
SIGMA0: sending d1=ffffff90 d2=690 msg=[l=-12; w=0; i=0] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=650 from thread=4
SIGMA0: sending d1=12000038 d2=12000657 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=650 from thread=4
SIGMA0: sending d1=1c000038 d2=1c000657 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=650 from thread=4
SIGMA0: can't handle label=-6 d1=ffffff90 d2=650 from thread=4
SIGMA0: sending d1=ffffff90 d2=650 msg=[l=-12; w=0; i=0] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=610 from thread=4
SIGMA0: sending d1=1e000038 d2=1e000617 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=610 from thread=4
SIGMA0: can't handle label=-6 d1=ffffff90 d2=610 from thread=4
SIGMA0: sending d1=ffffff90 d2=610 msg=[l=-12; w=0; i=0] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=5d0 from thread=4
SIGMA0: sending d1=10800038 d2=108005d7 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=5d0 from thread=4
SIGMA0: can't handle label=-6 d1=ffffff90 d2=5d0 from thread=4
SIGMA0: sending d1=ffffff90 d2=5d0 msg=[l=-12; w=0; i=0] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=590 from thread=4
SIGMA0: sending d1=10400038 d2=10400597 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=590 from thread=4
SIGMA0: can't handle label=-6 d1=ffffff90 d2=590 from thread=4
SIGMA0: sending d1=ffffff90 d2=590 msg=[l=-12; w=0; i=0] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=550 from thread=4
SIGMA0: sending d1=10200038 d2=10200557 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=550 from thread=4
SIGMA0: can't handle label=-6 d1=ffffff90 d2=550 from thread=4
SIGMA0: sending d1=ffffff90 d2=550 msg=[l=-12; w=0; i=0] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=510 from thread=4
SIGMA0: sending d1=11000038 d2=11000517 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=510 from thread=4
SIGMA0: sending d1=11f00038 d2=11f00517 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=510 from thread=4
SIGMA0: can't handle label=-6 d1=ffffff90 d2=510 from thread=4
SIGMA0: sending d1=ffffff90 d2=510 msg=[l=-12; w=0; i=0] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=4d0 from thread=4
SIGMA0: can't handle label=-6 d1=ffffff90 d2=4d0 from thread=4
SIGMA0: sending d1=ffffff90 d2=4d0 msg=[l=-12; w=0; i=0] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=490 from thread=4
SIGMA0: sending d1=100c0038 d2=100c0497 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=490 from thread=4
SIGMA0: sending d1=10100038 d2=10100497 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=490 from thread=4
SIGMA0: sending d1=101c0038 d2=101c0497 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=490 from thread=4
SIGMA0: sending d1=11ec0038 d2=11ec0497 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=490 from thread=4
SIGMA0: can't handle label=-6 d1=ffffff90 d2=490 from thread=4
SIGMA0: sending d1=ffffff90 d2=490 msg=[l=-12; w=0; i=0] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=450 from thread=4
SIGMA0: sending d1=100a0038 d2=100a0457 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=450 from thread=4
SIGMA0: sending d1=101a0038 d2=101a0457 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=450 from thread=4
SIGMA0: sending d1=11ea0038 d2=11ea0457 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=450 from thread=4
SIGMA0: can't handle label=-6 d1=ffffff90 d2=450 from thread=4
SIGMA0: sending d1=ffffff90 d2=450 msg=[l=-12; w=0; i=0] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=410 from thread=4
SIGMA0: sending d1=10070038 d2=10070417 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=410 from thread=4
SIGMA0: sending d1=10080038 d2=10080417 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=410 from thread=4
SIGMA0: sending d1=11e90038 d2=11e90417 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=410 from thread=4
SIGMA0: can't handle label=-6 d1=ffffff90 d2=410 from thread=4
SIGMA0: sending d1=ffffff90 d2=410 msg=[l=-12; w=0; i=0] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=3d0 from thread=4
SIGMA0: sending d1=10068038 d2=100683d7 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=3d0 from thread=4
SIGMA0: sending d1=10198038 d2=101983d7 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=3d0 from thread=4
SIGMA0: can't handle label=-6 d1=ffffff90 d2=3d0 from thread=4
SIGMA0: sending d1=ffffff90 d2=3d0 msg=[l=-12; w=0; i=0] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=390 from thread=4
SIGMA0: sending d1=10174038 d2=10174397 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=390 from thread=4
SIGMA0: sending d1=10194038 d2=10194397 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=390 from thread=4
SIGMA0: can't handle label=-6 d1=ffffff90 d2=390 from thread=4
SIGMA0: sending d1=ffffff90 d2=390 msg=[l=-12; w=0; i=0] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=350 from thread=4
SIGMA0: sending d1=10172038 d2=10172357 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=350 from thread=4
SIGMA0: sending d1=11e8e038 d2=11e8e357 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=350 from thread=4
SIGMA0: can't handle label=-6 d1=ffffff90 d2=350 from thread=4
SIGMA0: sending d1=ffffff90 d2=350 msg=[l=-12; w=0; i=0] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=310 from thread=4
SIGMA0: sending d1=10067038 d2=10067317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=310 from thread=4
SIGMA0: sending d1=1009f038 d2=1009f317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff90 d2=310 from thread=4
SIGMA0: can't handle label=-6 d1=ffffff90 d2=310 from thread=4
SIGMA0: sending d1=ffffff90 d2=310 msg=[l=-12; w=0; i=0] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1016980d d2=10169808 from thread=4
SIGMA0: sending d1=10169038 d2=10169317 msg=[l=0; w=0; i=1] to thread=4
MOE: found 231096 KByte free memory
SIGMA0: received [l=-2; w=2; i=0] d1=101592e5 d2=101592e0 from thread=4
SIGMA0: sending d1=10159038 d2=10159317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1018b99b d2=1015938c from thread=4
SIGMA0: sending d1=1018b038 d2=1018b317 msg=[l=0; w=0; i=1] to thread=4
MOE: found RAM from 10000000 to 1f000000
MOE: allocated 240 KByte for the page array @0x1009f000
MOE: virtual user address space [0-bfffffff]
SIGMA0: received [l=-2; w=2; i=0] d1=1015caad d2=1015caac from thread=4
SIGMA0: sending d1=1015c038 d2=1015c317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1016c1c1 d2=101491ac from thread=4
SIGMA0: sending d1=1016c038 d2=1016c317 msg=[l=0; w=0; i=1] to thread=4
MOE: rom name space cap -> [C:501000]
SIGMA0: received [l=-2; w=2; i=0] d1=10158d75 d2=10158d70 from thread=4
SIGMA0: sending d1=10158038 d2=10158317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1017f621 d2=10158d90 from thread=4
SIGMA0: sending d1=1017f038 d2=1017f317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1018399b d2=10159194 from thread=4
SIGMA0: sending d1=10183038 d2=10183317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1015b795 d2=1015b794 from thread=4
SIGMA0: sending d1=1015b038 d2=1015b317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1018ca9b d2=1015b7b8 from thread=4
SIGMA0: sending d1=1018c038 d2=1018c317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1015a4e5 d2=1015a4e0 from thread=4
SIGMA0: sending d1=1015a038 d2=1015a317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1015e505 d2=1015e500 from thread=4
SIGMA0: sending d1=1015e038 d2=1015e317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1015d58d d2=1015d588 from thread=4
SIGMA0: sending d1=1015d038 d2=1015d317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1018299b d2=1015e470 from thread=4
SIGMA0: sending d1=10182038 d2=10182317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1018199b d2=1015feb4 from thread=4
SIGMA0: sending d1=10181038 d2=10181317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=10157add d2=10157adc from thread=4
SIGMA0: sending d1=10157038 d2=10157317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1018e091 d2=10159ee4 from thread=4
SIGMA0: sending d1=1018e038 d2=1018e317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1018f071 d2=10159ee4 from thread=4
SIGMA0: sending d1=1018f038 d2=1018f317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=10190051 d2=10159ee4 from thread=4
SIGMA0: sending d1=10190038 d2=10190317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=10191031 d2=10159ee4 from thread=4
SIGMA0: sending d1=10191038 d2=10191317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1017a169 d2=10159ee4 from thread=4
SIGMA0: sending d1=1017a038 d2=1017a317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1017b149 d2=10159ee4 from thread=4
SIGMA0: sending d1=1017b038 d2=1017b317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1016f0b9 d2=10159ee4 from thread=4
SIGMA0: sending d1=1016f038 d2=1016f317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=10170099 d2=10159ee4 from thread=4
SIGMA0: sending d1=10170038 d2=10170317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=10171079 d2=10159ee4 from thread=4
SIGMA0: sending d1=10171038 d2=10171317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=101422bd d2=101422bc from thread=4
SIGMA0: sending d1=10142038 d2=10142317 msg=[l=0; w=0; i=1] to thread=4
BOOTFS: [11100000-11119474] [C:503000] l4re
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=11100417 from thread=4
SIGMA0: sending d1=11100038 d2=11100417 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=111103d7 from thread=4
SIGMA0: sending d1=11110038 d2=111103d7 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=11118357 from thread=4
SIGMA0: sending d1=11118038 d2=11118357 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=1111a017 from thread=4
SIGMA0: sending d1=1111a038 d2=1111a017 msg=[l=0; w=0; i=1] to thread=4
BOOTFS: [1111a000-1116cc20] [C:504000] ned
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=1111a357 from thread=4
SIGMA0: sending d1=1111a038 d2=1111a357 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=1111c397 from thread=4
SIGMA0: sending d1=1111c038 d2=1111c397 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=11120457 from thread=4
SIGMA0: sending d1=11120038 d2=11120457 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=11140457 from thread=4
SIGMA0: sending d1=11140038 d2=11140457 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=111603d7 from thread=4
SIGMA0: sending d1=11160038 d2=111603d7 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=11168397 from thread=4
SIGMA0: sending d1=11168038 d2=11168397 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=1116c317 from thread=4
SIGMA0: sending d1=1116c038 d2=1116c317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=1116d017 from thread=4
SIGMA0: sending d1=1116d038 d2=1116d017 msg=[l=0; w=0; i=1] to thread=4
BOOTFS: [1116d000-112c3470] [C:505000] io
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=1116d317 from thread=4
SIGMA0: sending d1=1116d038 d2=1116d317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=1116e357 from thread=4
SIGMA0: sending d1=1116e038 d2=1116e357 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=11170417 from thread=4
SIGMA0: sending d1=11170038 d2=11170417 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=111804d7 from thread=4
SIGMA0: sending d1=11180038 d2=111804d7 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=112004d7 from thread=4
SIGMA0: sending d1=11200038 d2=112004d7 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=11280497 from thread=4
SIGMA0: sending d1=11280038 d2=11280497 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=112c0397 from thread=4
SIGMA0: sending d1=112c0038 d2=112c0397 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=112c4017 from thread=4
SIGMA0: sending d1=112c4038 d2=112c4017 msg=[l=0; w=0; i=1] to thread=4
BOOTFS: [112c4000-112dd65c] [C:506000] vm-tz
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=112c4397 from thread=4
SIGMA0: sending d1=112c4038 d2=112c4397 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=112c83d7 from thread=4
SIGMA0: sending d1=112c8038 d2=112c83d7 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=112d03d7 from thread=4
SIGMA0: sending d1=112d0038 d2=112d03d7 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=112d8397 from thread=4
SIGMA0: sending d1=112d8038 d2=112d8397 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=112dc357 from thread=4
SIGMA0: sending d1=112dc038 d2=112dc357 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=112de017 from thread=4
SIGMA0: sending d1=112de038 d2=112de017 msg=[l=0; w=0; i=1] to thread=4
BOOTFS: [112de000-1168df8c] [C:507000] vm-linux-image-tz
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=112de357 from thread=4
SIGMA0: sending d1=112de038 d2=112de357 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=112e0457 from thread=4
SIGMA0: sending d1=112e0038 d2=112e0457 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=11300517 from thread=4
SIGMA0: sending d1=11300038 d2=11300517 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=11400557 from thread=4
SIGMA0: sending d1=11400038 d2=11400557 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=116004d7 from thread=4
SIGMA0: sending d1=11600038 d2=116004d7 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=116803d7 from thread=4
SIGMA0: sending d1=11680038 d2=116803d7 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=11688397 from thread=4
SIGMA0: sending d1=11688038 d2=11688397 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=1168c357 from thread=4
SIGMA0: sending d1=1168c038 d2=1168c357 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=1168e017 from thread=4
SIGMA0: sending d1=1168e038 d2=1168e017 msg=[l=0; w=0; i=1] to thread=4
BOOTFS: [1168e000-11e8e000] [C:508000] linux-initrd
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=1168e357 from thread=4
SIGMA0: sending d1=1168e038 d2=1168e357 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=11690417 from thread=4
SIGMA0: sending d1=11690038 d2=11690417 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=116a0457 from thread=4
SIGMA0: sending d1=116a0038 d2=116a0457 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=116c0497 from thread=4
SIGMA0: sending d1=116c0038 d2=116c0497 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=11700517 from thread=4
SIGMA0: sending d1=11700038 d2=11700517 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=11800597 from thread=4
SIGMA0: sending d1=11800038 d2=11800597 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=11c00557 from thread=4
SIGMA0: sending d1=11c00038 d2=11c00557 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=11e004d7 from thread=4
SIGMA0: sending d1=11e00038 d2=11e004d7 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=11e803d7 from thread=4
SIGMA0: sending d1=11e80038 d2=11e803d7 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=11e88397 from thread=4
SIGMA0: sending d1=11e88038 d2=11e88397 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=11e8c357 from thread=4
SIGMA0: sending d1=11e8c038 d2=11e8c357 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff60 d2=11e8e017 from thread=4
SIGMA0: sending d1=11e8e038 d2=11e8e017 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=10146145 d2=10146144 from thread=4
SIGMA0: sending d1=10146038 d2=10146317 msg=[l=0; w=0; i=1] to thread=4
MOE: cmdline: moe --init=rom/vm-tz
SIGMA0: received [l=-2; w=2; i=0] d1=1014d8dd d2=1014d8d8 from thread=4
SIGMA0: sending d1=1014d038 d2=1014d317 msg=[l=0; w=0; i=1] to thread=4
MOE: Starting: rom/vm-tz
MOE: loading 'rom/vm-tz'
SIGMA0: received [l=-2; w=2; i=0] d1=101472d5 d2=101472d0 from thread=4
SIGMA0: sending d1=10147038 d2=10147317 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-2; w=2; i=0] d1=1014c665 d2=1014c660 from thread=4
SIGMA0: sending d1=1014c038 d2=1014c317 msg=[l=0; w=0; i=1] to thread=4
Vmm started
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff80 d2=20000557 from thread=4
SIGMA0: sending d1=20000038 d2=20000557 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff80 d2=20200557 from thread=4
SIGMA0: sending d1=20200038 d2=20200557 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff80 d2=20400557 from thread=4
SIGMA0: sending d1=20400038 d2=20400557 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff80 d2=20600557 from thread=4
SIGMA0: sending d1=20600038 d2=20600557 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff80 d2=20800557 from thread=4
SIGMA0: sending d1=20800038 d2=20800557 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff80 d2=20a00557 from thread=4
SIGMA0: sending d1=20a00038 d2=20a00557 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff80 d2=20c00557 from thread=4
SIGMA0: sending d1=20c00038 d2=20c00557 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff80 d2=20e00557 from thread=4
SIGMA0: sending d1=20e00038 d2=20e00557 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff80 d2=21000557 from thread=4
SIGMA0: sending d1=21000038 d2=21000557 msg=[l=0; w=0; i=1] to thread=4
SIGMA0: received [l=-6; w=2; i=0] d1=ffffff80 d2=21200557 from thread=4
SIGMA0: sending d1=21200038 d2=21200557 msg=[l=0; w=0; i=1] to thread=4
setup linux ok...
terminate called after throwing an instance of 'N2L413Runtime_errorE'
MOE: task 270000679 exited with 127