PS3 core dump file analyzer now available

EACallstack (lib) and Symmogrifier (applet) now include a PS3 core dump file analyzer which automatically disassmbles PS3 core dumps and reports pertinent data. You can try it out by dropping a core dump .elf onto the latest version of Symmogrifier applet. Features include:

It's implemented in PS3DumpFile.h/cpp in EACallstack, and exposed through the Symmogrifier applet. A .NET version is planned for the near future along with a general EACallstack .NET adapter.

Crash report example (PPU null pointer)

PPU thread data
  ID: 16777344 (0x0000000001000080)
  Name: 01000500_main_C:\Projects\E
  State: Stop (crashed)
  Priority: 1001
  Stack begin: 0x00000000d0001000
  Stack end: 0x00000000cfff1000
  Stack current: 0x00000000d000f330
  IAR (PC): 0x00000000001ea9b4
  Exception type: 1 (Data Storage)
  PPU thread DAR: 0x0000000000000000 (exception is due to this value)
  Callstack:
    0x00000000001ea9b4 (EA::StdC::Atof(const char*, char**) + 88) (C:\Projects\EAOS\UTF\DL\UTFKernel\EAStdC\dev\source/EAString.cpp: 3060)
    0x000000000006afe8 (CreateCrash() + 24) (C:/Projects/EAOS/UTF/DL/UTFKernel/EAStdC/dev/test/source/EAStdCTest.cpp: 344)
    0x0000000000010670 (main() + 64) (C:/Projects/EAOS/UTF/DL/UTFKernel/EAStdC/dev/test/source/EAStdCTest.cpp: 78)
    0x00000000000104d8 (_initialize + 8)
    0x000000000001024c (_start + 8)
.
.
.

Automatic deadlock detection examples

Deadlock report:
  This is a 3-way deadlock.
  Thread 0x00000000000000c8 ("main") has locked Mutex 100 ("ddata"). It is waiting on Mutex 101 ("xfer").
  Thread 0x00000000000000c9 ("download") has locked Mutex 101 ("xfer"). It is waiting on Mutex 102 ("writer").
  Thread 0x00000000000000ca ("filesys") has locked Mutex 102 ("writer"). It is waiting on Mutex 100 ("ddata").

Possible implicit deadlock report:
  Thread 0x00000000000000c8 ("main") is waiting on Semaphore 401 ("job").
  Thread 0x000000000000012e ("<unknown>") is waiting on Mutex 100 ("ddata"), which thread 0x00000000000000c8 ("main") has locked.

Source code output example

Source code around crash instruction:
  > double StrtodEnglish(const char* pValue, char** ppEnd)
  > {
  >     int c;
  >     double dTotal(0.0);
  >     char chSign('+');
  >     const char* pEnd = pValue;
  >
  > =>  while(Isspace(*pValue))
  >         ++pValue;
  >
  >     pEnd = pValue;
  >     c = *pValue++;

Disassembly example

Disassembly around crash instruction at 0x00000000001ea9b4:
Address Instruction
----------------------------------
001ea998    901f0090 stw r0,144(r31)
001ea99c    48000010 b 0x00177c54
001ea9a0    813f0110 lwz r9,272(r31)
001ea9a4    38090001 addi r0,r9,1
001ea9a8    901f0110 stw r0,272(r31)
001ea9ac    801f0110 lwz r0,272(r31)
001ea9b0    78090020 rldicl r9,r0,0,1
001ea9b4 => 88090000 lbz r0,0(r9)
001ea9b8    7c000774 extsb r0,r0
001ea9bc    7c030378 mr r3,r0
001ea9c0    4804d139 bl 0x001c4da0
001ea9c4    60000000 nop
001ea9c8    7c601b78 mr r0,r3
001ea9cc    7c09fe70 srawi r9,r0,31

Full trace example

Core dump cause
  Initiated by: PPU Exception
  Order: 0
  Exception type: Trap
  PPU thread ID: 16777381 (0x00000000010000a5)
  PPU thread DAR: 0x0000000000000000 (meaningless for this type of exception)
  PPU thread IAR (PC): 0x0000000001184eac

Process data
  Status: started
  PPU thread count: 34
  SPU thread count: 3
  Raw SPU count: 0
  Max physical memory size: 526385152
  Path: /app_home/C:\EALA-AUTOTEST38\p4\Ref_MOHA2_DL\MOHA2\DL\UnrealEngine3\PS3DiscImages\INT\1.moha2.dl.0.986\UnrealEngine3\MOHAGame-PS3Release.self

PPU thread data
  ID: 16777381 (0x00000000010000a5)
  Name: main
  State: Stop (crashed)
  Priority: 1001
  Stack begin: 0x00000000d0055000
  Stack end: 0x00000000d0015000
  Stack current: 0x00000000d0094160
  IAR (PC): 0x0000000001184eac
  Exception type: 1 (Trap)
  PPU thread DAR: 0x0000000000000000 (meaningless for this type of exception)
  Callstack: 
    0x0000000001184eac (_ZN11UGameEngine20InitWorldFromPackageERK4FURLP8UPackageP13UPendingLevelR7FString: 0) (../Core/Inc/Core.h: 388)
    0x000000000002c870 (_ZN15UMOHAGameEngine20InitWorldFromPackageERK4FURLP8UPackageP13UPendingLevelR7FString: 0) (C:/EALA-BUILD141/Build/MOHA2/DL/UnrealEngine3/Development/src/Unity/../MOHAGame/Src/MOHAGameEngine.cpp: 184)
    0x0000000001185128 (_ZN11UGameEngine7LoadMapERK4FURLP13UPendingLevelR7FString: 0) (C:/EALA-BUILD141/Build/MOHA2/DL/UnrealEngine3/Development/src/Unity/../Engine/Src/UnGame.cpp: 4542)
    0x0000000001180990 (_ZN11UGameEngine6BrowseE4FURLR7FString: 0) (C:/EALA-BUILD141/Build/MOHA2/DL/UnrealEngine3/Development/src/Unity/../Engine/Src/UnGame.cpp: 3442)
    0x000000000002c650 (_ZN15UMOHAGameEngine6BrowseE4FURLR7FString: 0) (../Core/Inc/Array.h: 512)
    0x0000000001178ba0 (_ZN11UGameEngine4TickEf: 0) (C:/EALA-BUILD141/Build/MOHA2/DL/UnrealEngine3/Development/src/Unity/../Engine/Src/UnGame.cpp: 5387)
    0x0000000000ff6348 (_ZN15UEALAGameEngine4TickEf: 0) (C:/EALA-BUILD141/Build/MOHA2/DL/UnrealEngine3/Development/src/Unity/../EALAGame/Src/EALAGameEngine.cpp: 105)
    0x000000000002c69c (_ZN15UMOHAGameEngine4TickEf: 0) (C:/EALA-BUILD141/Build/MOHA2/DL/UnrealEngine3/Development/src/Unity/../MOHAGame/Src/MOHAGameEngine.cpp: 155)
    0x00000000002a01d0 (_ZN11FEngineLoop4TickEv: 0) (C:/EALA-BUILD141/Build/MOHA2/DL/UnrealEngine3/Development/src/Launch/Src/LaunchEngineLoop.cpp: 3400)
    0x00000000002994a8 (_Z11GuardedMainv: 0) (C:/EALA-BUILD141/Build/MOHA2/DL/UnrealEngine3/Development/src/Unity/../PS3/Src/PS3Launch.cpp: 446)
    0x0000000000297cc0 (_Z12ThreadedMainy: 0) (C:/EALA-BUILD141/Build/MOHA2/DL/UnrealEngine3/Development/src/Unity/../PS3/Src/PS3Launch.cpp: 507)
    0xbadadd0010000a4c

  IAR (PC): 0x0000000001184eac
  CR: 0x0000000048000082
  LR: 0x0000000001184ea8
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0xb6108000
  VSCR: 0x00000000000000000000000000010000

  GPR  0: 0x0000000001184ea8  GPR  1: 0x00000000d0094160
  GPR  2: 0x0000000002c65d50  GPR  3: 0x0000000000000000
  GPR  4: 0x8000000000028848  GPR  5: 0x80000000004a8480
  GPR  6: 0x800000000031cd98  GPR  7: 0x80000000004a6480
  GPR  8: 0x8000000000000032  GPR  9: 0x0000000000000000
  GPR 10: 0x80000000003bbe00  GPR 11: 0x0000000000000000
  GPR 12: 0x80000000003bbe00  GPR 13: 0x00000000100084a0
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x0000000000000000  GPR 21: 0x0000000000000000
  GPR 22: 0x0000000000000000  GPR 23: 0x0000000000000000
  GPR 24: 0x0000000000000000  GPR 25: 0x0000000000000000
  GPR 26: 0x0000000000000000  GPR 27: 0x00000000d009494c
  GPR 28: 0x0000000000000000  GPR 29: 0x0000000000000000
  GPR 30: 0x00000000d00947f0  GPR 31: 0x0000000030e08890

  FPR  0: 0x0000000004c4d900  FPR  1: 0x00000000000f4240
               3.952993e-316               4.940656e-318
  FPR  2: 0xc3effffffffffe18  FPR  3: 0xc3dffffffffffc2f
               -1.844674e+19               -9.223372e+18
  FPR  4: 0x412e848000000000  FPR  5: 0x0000000000000000
                       1e+06                           0
  FPR  6: 0x3fa1eb8520000000  FPR  7: 0x3fe6666660000000
                       0.035                         0.7
  FPR  8: 0x3fecccccc0000000  FPR  9: 0x3fceb851e0000000
                         0.9                        0.24
  FPR 10: 0x3fceb851e0000000  FPR 11: 0xbfe851eb80000000
                        0.24                       -0.76
  FPR 12: 0x000000000003b14c  FPR 13: 0x4193136403b73c60
               1.195619e-318                8.000947e+07
  FPR 14: 0x00000010003a5000  FPR 15: 0x00000010003a5000
               3.395382e-313               3.395382e-313
  FPR 16: 0x00000010003a5000  FPR 17: 0x00000010003a5000
               3.395382e-313               3.395382e-313
  FPR 18: 0x00000010003a5000  FPR 19: 0x00000010003a5000
               3.395382e-313               3.395382e-313
  FPR 20: 0x00000010003a5000  FPR 21: 0x00000010003a5000
               3.395382e-313               3.395382e-313
  FPR 22: 0x00000010003a5000  FPR 23: 0x00000010003a5000
               3.395382e-313               3.395382e-313
  FPR 24: 0x00000010003a5000  FPR 25: 0x00000010003a5000
               3.395382e-313               3.395382e-313
  FPR 26: 0x00000010003a5000  FPR 27: 0x00000010003a5000
               3.395382e-313               3.395382e-313
  FPR 28: 0x00000010003a5000  FPR 29: 0x00000010003a5000
               3.395382e-313               3.395382e-313
  FPR 30: 0x4048f34ef95b0756  FPR 31: 0x4048f3bc857b0288
                   49.900848                   49.904191

  VMX  0: 0x3f800000 0x00000000 0x00000000 0x00000000  VMX  1: 0x3f4d810c 0x3f4d810c 0x3f4d810c 0x3f4d810c
                   0 5.299809e-315          0          0          2.121996e-314    0.80275    0.80275    0.80275
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0xffffffff 0xffffffff 0xffffffff 0xffffffff  VMX  5: 0x00000000 0x3f7ffffd 0x32887f96 0x32c76f88
          -2.681562e+154 -2.681564e+154 -2.681564e+154 -2.681564e+154          1.273197e-313          0          1 1.58905e-08
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x3f800000 0x3f800000 0x3f800000 0x3f800000
          3.952525e-323          0          0          0          1.909796e-313          1          1          1
  VMX 10: 0x00000000 0x3f7ffffd 0x32887f96 0x32c76f88  VMX 11: 0x00000000 0x3f2501eb 0xbbf13abb 0xbef509b0
          4.940656e-323 -1.491668e-154         -2 5.165456e-315          2.385875e-313          0   0.644561  -0.007362
  VMX 12: 0x3f800000 0x00000000 0x00000000 0x00000000  VMX 13: 0x3f189fbb 0x3f189fbb 0x3f189fbb 0x3f189fbb
          5.928788e-323 5.299809e-315          0          0          2.758595e-313   0.596187   0.596187   0.596187
  VMX 14: 0xbed59583 0xbed59583 0xbed59583 0xbed59583  VMX 15: 0x00000000 0x3f189fbb 0x3c4a4f7f 0x3f4d810c
          2.681562e+154 2.681564e+154 2.681564e+154 2.681564e+154          3.342023e-313          0   0.596187   0.012348
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x3ea550c5 0x3ea550c5 0x3ea550c5 0x3ea550c5
          7.90505e-323          0          0          0          3.607393e-313   0.322882   0.322882   0.322882
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Source code around crash instruction:
No source code could be found for "../Core/Inc/Core.h"

  Disassembly around crash instruction at 0x0000000001184eac:
    Address     Instruction
    ----------------------------------
    01184e80    60000000 nop 
    01184e84    60670000 ori r7,r3,0
    01184e88    3c80028f lis r4,655
    01184e8c    3c60028f lis r3,655
    01184e90    3cc0028f lis r6,655
    01184e94    3084294c addic r4,r4,10572
    01184e98    38a01159 li r5,4441
    01184e9c    30632fc8 addic r3,r3,12232
    01184ea0    30c636f8 addic r6,r6,14072
    01184ea4    4b1ce96d bl 0xff346120
    01184ea8    60000000 nop 
    01184eac => 7fe10808 trap 
    01184eb0    3c8002c7 lis r4,711
    01184eb4    30610190 addic r3,r1,400
    01184eb8    83a45094 lwz r29,20628(r4)
    01184ebc    489b8489 bl 0x00b2fc54
    01184ec0    60000000 nop 
    01184ec4    3c80028f lis r4,655
    01184ec8    60650000 ori r5,r3,0
    01184ecc    308436f8 addic r4,r4,14072


------------------------------------------------------------------------------
General core dump information (including some repetition of the above data)...

PPU thread data
  ID: 16777424 (0x00000000010000d0)
  Name: PPU PhysX thread
  State: Sleep
  Priority: 10
  Stack begin: 0x00000000d01e3000
  Stack end: 0x00000000d01a3000
  Stack current: 0x00000000d0222e90
  IAR (PC): 0x0000000001281fd8
  Callstack: 
    0x0000000001281fd8 (_ZN6NxSync4waitEj: 0)
    0x00000000012819b4 (_Z13NxThreadStarty: 0)
    0xbadadd0010000cfc

  IAR (PC): 0x0000000001281fd8
  CR: 0x0000000000000028
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0x00000000
  VSCR: 0x00000000000000000000000000000000

  GPR  0: 0x0000000000000000  GPR  1: 0x00000000d0222e90
  GPR  2: 0x0000000002c65d50  GPR  3: 0x000000008608090c
  GPR  4: 0x0000000000000000  GPR  5: 0x0000000000000000
  GPR  6: 0x000000000000000d  GPR  7: 0x0000000000000085
  GPR  8: 0x8000000000808000  GPR  9: 0x0000000000000000
  GPR 10: 0x0000000000000002  GPR 11: 0x000000000000006b
  GPR 12: 0x800000000000c032  GPR 13: 0x000000001000a9c0
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x0000000000000000  GPR 21: 0x0000000000000000
  GPR 22: 0x0000000000000000  GPR 23: 0x0000000000000000
  GPR 24: 0x0000000000000000  GPR 25: 0x0000000000000000
  GPR 26: 0x0000000000000000  GPR 27: 0x0000000000000000
  GPR 28: 0x0000000000000000  GPR 29: 0x00000000ffffffff
  GPR 30: 0x0000000031ba9944  GPR 31: 0x0000000000000000

  FPR  0: 0x0000000000000000  FPR  1: 0x0000000000000000
                           0                           0
  FPR  2: 0x0000000000000000  FPR  3: 0x0000000000000000
                           0                           0
  FPR  4: 0x0000000000000000  FPR  5: 0x0000000000000000
                           0                           0
  FPR  6: 0x0000000000000000  FPR  7: 0x0000000000000000
                           0                           0
  FPR  8: 0x0000000000000000  FPR  9: 0x0000000000000000
                           0                           0
  FPR 10: 0x0000000000000000  FPR 11: 0x0000000000000000
                           0                           0
  FPR 12: 0x0000000000000000  FPR 13: 0x0000000000000000
                           0                           0
  FPR 14: 0x0000000000000000  FPR 15: 0x0000000000000000
                           0                           0
  FPR 16: 0x0000000000000000  FPR 17: 0x0000000000000000
                           0                           0
  FPR 18: 0x0000000000000000  FPR 19: 0x0000000000000000
                           0                           0
  FPR 20: 0x0000000000000000  FPR 21: 0x0000000000000000
                           0                           0
  FPR 22: 0x0000000000000000  FPR 23: 0x0000000000000000
                           0                           0
  FPR 24: 0x0000000000000000  FPR 25: 0x0000000000000000
                           0                           0
  FPR 26: 0x0000000000000000  FPR 27: 0x0000000000000000
                           0                           0
  FPR 28: 0x0000000000000000  FPR 29: 0x0000000000000000
                           0                           0
  FPR 30: 0x0000000000000000  FPR 31: 0x0000000000000000
                           0                           0

  VMX  0: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  1: 0x00000000 0x00000000 0x00000000 0x00000000
                   0          0          0          0          2.121996e-314          0          0          0
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323          0          0          0          1.060998e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x00000000 0x00000000 0x00000000 0x00000000
          3.952525e-323          0          0          0          1.909796e-313          0          0          0
  VMX 10: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 11: 0x00000000 0x00000000 0x00000000 0x00000000
          4.940656e-323          0          0          0          2.334195e-313          0          0          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0x00000000 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313          0          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x00000000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          0          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives:
    Type: Condition Variable, ID: 2248673548, Name: , Owner Thread ID: 0x0000000000000000, Owner Thread Name: 


PPU thread data
  ID: 16777423 (0x00000000010000cf)
  Name: PPU PhysX thread
  State: Sleep
  Priority: 1001
  Stack begin: 0x00000000d01a1000
  Stack end: 0x00000000d0161000
  Stack current: 0x00000000d01e0de0
  IAR (PC): 0x0000000001281fd8
  Callstack: 
    0x0000000001281fd8 (_ZN6NxSync4waitEj: 0)
    0x0000000001233f00 (_ZN16NpInternalThread7executeEv: 0)
    0x00000000012819b4 (_Z13NxThreadStarty: 0)
    0xbadadd0010000cec

  IAR (PC): 0x0000000001281fd8
  CR: 0x0000000020000028
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0x82020000
  VSCR: 0x00000000000000000000000000000000

  GPR  0: 0x0000000000000000  GPR  1: 0x00000000d01e0de0
  GPR  2: 0x0000000002c65d50  GPR  3: 0x00000000860f3708
  GPR  4: 0x0000000000000000  GPR  5: 0x0000000000000000
  GPR  6: 0x000000000000000a  GPR  7: 0x0000000000000085
  GPR  8: 0x8000000000808000  GPR  9: 0x0000000000000000
  GPR 10: 0x0000000000000002  GPR 11: 0x000000000000006b
  GPR 12: 0x800000000000e032  GPR 13: 0x000000001000a660
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x0000000000000000  GPR 21: 0x0000000000000000
  GPR 22: 0x0000000000000000  GPR 23: 0x0000000000000000
  GPR 24: 0x0000000000000000  GPR 25: 0x0000000000000000
  GPR 26: 0x0000000000000000  GPR 27: 0x0000000000000000
  GPR 28: 0x0000000030f1c558  GPR 29: 0x00000000ffffffff
  GPR 30: 0x0000000030f1c5c0  GPR 31: 0x0000000000000000

  FPR  0: 0x0000000000000001  FPR  1: 0x00000010003cf000
               4.940656e-324               3.395391e-313
  FPR  2: 0x00000010003cf000  FPR  3: 0x00000010003cf000
               3.395391e-313               3.395391e-313
  FPR  4: 0x00000010003cf000  FPR  5: 0x00000010003cf000
               3.395391e-313               3.395391e-313
  FPR  6: 0x00000010003cf000  FPR  7: 0x00000010003cf000
               3.395391e-313               3.395391e-313
  FPR  8: 0x00000010003cf000  FPR  9: 0x00000010003cf000
               3.395391e-313               3.395391e-313
  FPR 10: 0x00000010003cf000  FPR 11: 0x00000010003cf000
               3.395391e-313               3.395391e-313
  FPR 12: 0x00000010003cf000  FPR 13: 0x00000010003cf000
               3.395391e-313               3.395391e-313
  FPR 14: 0x00000010003cf000  FPR 15: 0x00000010003cf000
               3.395391e-313               3.395391e-313
  FPR 16: 0x00000010003cf000  FPR 17: 0x00000010003cf000
               3.395391e-313               3.395391e-313
  FPR 18: 0x00000010003cf000  FPR 19: 0x00000010003cf000
               3.395391e-313               3.395391e-313
  FPR 20: 0x00000010003cf000  FPR 21: 0x00000010003cf000
               3.395391e-313               3.395391e-313
  FPR 22: 0x00000010003cf000  FPR 23: 0x00000010003cf000
               3.395391e-313               3.395391e-313
  FPR 24: 0x00000010003cf000  FPR 25: 0x00000010003cf000
               3.395391e-313               3.395391e-313
  FPR 26: 0x00000010003cf000  FPR 27: 0x00000010003cf000
               3.395391e-313               3.395391e-313
  FPR 28: 0x00000010003cf000  FPR 29: 0x00000010003cf000
               3.395391e-313               3.395391e-313
  FPR 30: 0x00000010003cf000  FPR 31: 0x00000010003cf000
               3.395391e-313               3.395391e-313

  VMX  0: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  1: 0x00000000 0x00000000 0x00000000 0x00000000
                   0          0          0          0          2.121996e-314          0          0          0
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323          0          0          0          1.060998e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x00000000 0x00000000 0x00000000 0x00000000
          3.952525e-323          0          0          0          1.909796e-313          0          0          0
  VMX 10: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 11: 0x00000000 0x00000000 0x00000000 0x00000000
          4.940656e-323          0          0          0          2.334195e-313          0          0          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0x00000000 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313          0          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x00000000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          0          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives:
    Type: Condition Variable, ID: 2249144072, Name: , Owner Thread ID: 0x0000000000000000, Owner Thread Name: 


PPU thread data
  ID: 16777422 (0x00000000010000ce)
  Name: PPU PhysX thread
  State: Sleep
  Priority: 1001
  Stack begin: 0x00000000d015f000
  Stack end: 0x00000000d011f000
  Stack current: 0x00000000d019eea0
  IAR (PC): 0x0000000001281fd8
  Callstack: 
    0x0000000001281fd8 (_ZN6NxSync4waitEj: 0)
    0x00000000012819b4 (_Z13NxThreadStarty: 0)
    0xbadadd0010000cdc

  IAR (PC): 0x0000000001281fd8
  CR: 0x0000000000000028
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0x00000000
  VSCR: 0x00000000000000000000000000000000

  GPR  0: 0x0000000000000000  GPR  1: 0x00000000d019eea0
  GPR  2: 0x0000000002c65d50  GPR  3: 0x00000000860a3b07
  GPR  4: 0x0000000000000000  GPR  5: 0x0000000000000000
  GPR  6: 0x000000000000000f  GPR  7: 0x0000000000000085
  GPR  8: 0x8000000000808000  GPR  9: 0x0000000000000000
  GPR 10: 0x0000000000000002  GPR 11: 0x000000000000006b
  GPR 12: 0x800000000000c032  GPR 13: 0x000000001000a4b0
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x0000000000000000  GPR 21: 0x0000000000000000
  GPR 22: 0x0000000000000000  GPR 23: 0x0000000000000000
  GPR 24: 0x0000000000000000  GPR 25: 0x0000000000000000
  GPR 26: 0x0000000000000000  GPR 27: 0x0000000000000000
  GPR 28: 0x0000000000000000  GPR 29: 0x00000000ffffffff
  GPR 30: 0x0000000030f1c548  GPR 31: 0x0000000000000000

  FPR  0: 0x0000000000000000  FPR  1: 0x0000000000000000
                           0                           0
  FPR  2: 0x0000000000000000  FPR  3: 0x0000000000000000
                           0                           0
  FPR  4: 0x0000000000000000  FPR  5: 0x0000000000000000
                           0                           0
  FPR  6: 0x0000000000000000  FPR  7: 0x0000000000000000
                           0                           0
  FPR  8: 0x0000000000000000  FPR  9: 0x0000000000000000
                           0                           0
  FPR 10: 0x0000000000000000  FPR 11: 0x0000000000000000
                           0                           0
  FPR 12: 0x0000000000000000  FPR 13: 0x0000000000000000
                           0                           0
  FPR 14: 0x0000000000000000  FPR 15: 0x0000000000000000
                           0                           0
  FPR 16: 0x0000000000000000  FPR 17: 0x0000000000000000
                           0                           0
  FPR 18: 0x0000000000000000  FPR 19: 0x0000000000000000
                           0                           0
  FPR 20: 0x0000000000000000  FPR 21: 0x0000000000000000
                           0                           0
  FPR 22: 0x0000000000000000  FPR 23: 0x0000000000000000
                           0                           0
  FPR 24: 0x0000000000000000  FPR 25: 0x0000000000000000
                           0                           0
  FPR 26: 0x0000000000000000  FPR 27: 0x0000000000000000
                           0                           0
  FPR 28: 0x0000000000000000  FPR 29: 0x0000000000000000
                           0                           0
  FPR 30: 0x0000000000000000  FPR 31: 0x0000000000000000
                           0                           0

  VMX  0: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  1: 0x00000000 0x00000000 0x00000000 0x00000000
                   0          0          0          0          2.121996e-314          0          0          0
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323          0          0          0          1.060998e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x00000000 0x00000000 0x00000000 0x00000000
          3.952525e-323          0          0          0          1.909796e-313          0          0          0
  VMX 10: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 11: 0x00000000 0x00000000 0x00000000 0x00000000
          4.940656e-323          0          0          0          2.334195e-313          0          0          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0x00000000 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313          0          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x00000000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          0          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives:
    Type: Condition Variable, ID: 2248817415, Name: , Owner Thread ID: 0x0000000000000000, Owner Thread Name: 


PPU thread data
  ID: 16777421 (0x00000000010000cd)
  Name: CellSlabMemoryManager
  State: Sleep
  Priority: 999
  Stack begin: 0x00000000d00b9000
  Stack end: 0x00000000d00a9000
  Stack current: 0x00000000d00c8e70
  IAR (PC): 0x000000000128c9ac
  Callstack: 
    0x000000000128c9ac (_ZN21CellSlabMemoryManager20allocationThreadMainEy: 0)
    0xbadadd0010000ccc

  IAR (PC): 0x000000000128c9ac
  CR: 0x0000000000000000
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0x00000000
  VSCR: 0x00000000000000000000000000000000

  GPR  0: 0x0000000000000000  GPR  1: 0x00000000d00c8e70
  GPR  2: 0x0000000002c65d50  GPR  3: 0x000000008d022f08
  GPR  4: 0x00000000d00c8ee0  GPR  5: 0x0000000000000000
  GPR  6: 0x0000000000000000  GPR  7: 0x0000000000000000
  GPR  8: 0x0000000000000000  GPR  9: 0x0000000000000000
  GPR 10: 0x0000000000000000  GPR 11: 0x0000000000000082
  GPR 12: 0x800000000000c032  GPR 13: 0x000000001000a810
  GPR 14: 0x00000000029308e0  GPR 15: 0x0000000002930880
  GPR 16: 0x0000000002930838  GPR 17: 0x0000000002930920
  GPR 18: 0x0000000002cbc5a8  GPR 19: 0x00000000d00c8ee0
  GPR 20: 0x0000000002cb6c00  GPR 21: 0x0000000000000000
  GPR 22: 0x0000000000000000  GPR 23: 0x0000000000000000
  GPR 24: 0x0000000000000000  GPR 25: 0x0000000002f124a0
  GPR 26: 0x0000000000000000  GPR 27: 0x0000000000000000
  GPR 28: 0x0000000000000000  GPR 29: 0x0000000000000000
  GPR 30: 0x0000000000000000  GPR 31: 0x0000000002f124a0

  FPR  0: 0x0000000000000000  FPR  1: 0x0000000000000000
                           0                           0
  FPR  2: 0x0000000000000000  FPR  3: 0x0000000000000000
                           0                           0
  FPR  4: 0x0000000000000000  FPR  5: 0x0000000000000000
                           0                           0
  FPR  6: 0x0000000000000000  FPR  7: 0x0000000000000000
                           0                           0
  FPR  8: 0x0000000000000000  FPR  9: 0x0000000000000000
                           0                           0
  FPR 10: 0x0000000000000000  FPR 11: 0x0000000000000000
                           0                           0
  FPR 12: 0x0000000000000000  FPR 13: 0x0000000000000000
                           0                           0
  FPR 14: 0x0000000000000000  FPR 15: 0x0000000000000000
                           0                           0
  FPR 16: 0x0000000000000000  FPR 17: 0x0000000000000000
                           0                           0
  FPR 18: 0x0000000000000000  FPR 19: 0x0000000000000000
                           0                           0
  FPR 20: 0x0000000000000000  FPR 21: 0x0000000000000000
                           0                           0
  FPR 22: 0x0000000000000000  FPR 23: 0x0000000000000000
                           0                           0
  FPR 24: 0x0000000000000000  FPR 25: 0x0000000000000000
                           0                           0
  FPR 26: 0x0000000000000000  FPR 27: 0x0000000000000000
                           0                           0
  FPR 28: 0x0000000000000000  FPR 29: 0x0000000000000000
                           0                           0
  FPR 30: 0x0000000000000000  FPR 31: 0x0000000000000000
                           0                           0

  VMX  0: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  1: 0x00000000 0x00000000 0x00000000 0x00000000
                   0          0          0          0          2.121996e-314          0          0          0
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323          0          0          0          1.060998e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x00000000 0x00000000 0x00000000 0x00000000
          3.952525e-323          0          0          0          1.909796e-313          0          0          0
  VMX 10: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 11: 0x00000000 0x00000000 0x00000000 0x00000000
          4.940656e-323          0          0          0          2.334195e-313          0          0          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0x00000000 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313          0          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x00000000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          0          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives:
    Type: Event Queue, ID: 2365730568, Name: , Owner Thread ID: 0x0000000000000000, Owner Thread Name: 


PPU thread data
  ID: 16777414 (0x00000000010000c6)
  Name: realmemcard_ps3
  State: Sleep
  Priority: 1001
  Stack begin: 0x00000000d0225000
  Stack end: 0x00000000d0215000
  Stack current: 0x00000000d0234390
  IAR (PC): 0x00000000002073e0
  Callstack: 
    0x00000000002073e0 (_ZN2EA6Thread9Condition4WaitEPNS0_5MutexERKd: 0) (D:\MOHA2\DL\UnrealEngine3\Development\External\EAThread\1.13.00\source\ps3/eathread_condition_ps3.cpp: 171)
    0x0000000001b2aa78 (_ZN10RealmcCore12MessageQueue16_WaitForResponseERKNS_10MessagePtrE: 0) (Z:\MOHA2\DL\UnrealEngine3\Development\External\realmemcard_core\1.00.05\source\lib\messagequeue.cpp: 180)
    0x0000000001b2abac (_ZN10RealmcCore12MessageQueue11SendMessageERKNS_10MessagePtrE: 0) (Z:\MOHA2\DL\UnrealEngine3\Development\External\realmemcard_core\1.00.05\source\lib\messagequeue.cpp: 111)
    0x0000000001b2aca8 (_ZN10RealmcCore13IRunnableTask11SendMessageERKNS_10MessagePtrEPd: 0) (Z:\MOHA2\DL\UnrealEngine3\Development\External\realmemcard_core\1.00.05\source\lib\runnable_task.cpp: 116)
    0x0000000001a6e474 (_ZN11RealmcIface8EnumTask7ExecuteEv: 0) (Z:\MOHA2\DL\UnrealEngine3\Development\External\realmemcard_ps3\2.00.02\source\lib\task_enum.cpp: 161)
    0x0000000001b2c1ec (_ZN10RealmcCore13IRunnableTaskclEv: 0) (Z:\MOHA2\DL\UnrealEngine3\Development\External\realmemcard_core\1.00.05\source\lib\runnable_task.cpp: 41)
    0x000000000277d2ac (_ZN10RealmcCore11ThrFunctionIN11RealmcIface8EnumTaskEEEiPv: 0) (Z:/MOHA2/DL/UnrealEngine3/Development/External/realmemcard_core/1.00.05/include/realmemcard_core/runnable_task.h: 31)
    0x00000000002062f0 (_ZN2EA6Thread24RunnableFunctionInternalEy: 0) (D:\MOHA2\DL\UnrealEngine3\Development\External\EAThread\1.13.00\source\ps3/eathread_thread_ps3.cpp: 253)
    0xbadadd0010000c5c

  IAR (PC): 0x00000000002073e0
  CR: 0x0000000048002044
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0x82004000
  VSCR: 0x00000000000000000000000000010000

  GPR  0: 0x0000000000000000  GPR  1: 0x00000000d0234390
  GPR  2: 0x0000000002c65d50  GPR  3: 0x000000008600030f
  GPR  4: 0x00000000005b8d80  GPR  5: 0x00000000d02344e0
  GPR  6: 0x800000000031cd98  GPR  7: 0x0000000004c1a6c0
  GPR  8: 0x000010c6f7a0b5ed  GPR  9: 0x0000000000000000
  GPR 10: 0x000000010c717811  GPR 11: 0x000000000000006b
  GPR 12: 0x800000000000e032  GPR 13: 0x0000000010009070
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x0000000000000000  GPR 21: 0x00000000d0234794
  GPR 22: 0x0000000000000000  GPR 23: 0x0000000000000001
  GPR 24: 0x00000000d023473c  GPR 25: 0x00000000d02344e0
  GPR 26: 0x00000000d02344e0  GPR 27: 0x00000000316105e0
  GPR 28: 0x00000000316105d0  GPR 29: 0x00000000d0234400
  GPR 30: 0x4069000000000000  GPR 31: 0x00000000316105e0

  FPR  0: 0x408f400000000000  FPR  1: 0x00000000005b8d80
                        1000               2.964394e-317
  FPR  2: 0x00000010003c6000  FPR  3: 0x00000010003c6000
               3.395389e-313               3.395389e-313
  FPR  4: 0x00000010003c6000  FPR  5: 0x00000010003c6000
               3.395389e-313               3.395389e-313
  FPR  6: 0x00000010003c6000  FPR  7: 0x00000010003c6000
               3.395389e-313               3.395389e-313
  FPR  8: 0x00000010003c6000  FPR  9: 0x00000010003c6000
               3.395389e-313               3.395389e-313
  FPR 10: 0x00000010003c6000  FPR 11: 0x00000010003c6000
               3.395389e-313               3.395389e-313
  FPR 12: 0x00000010003c6000  FPR 13: 0x00000000035d2bd9
               3.395389e-313               2.788394e-316
  FPR 14: 0x00000010003c6000  FPR 15: 0x00000010003c6000
               3.395389e-313               3.395389e-313
  FPR 16: 0x00000010003c6000  FPR 17: 0x00000010003c6000
               3.395389e-313               3.395389e-313
  FPR 18: 0x00000010003c6000  FPR 19: 0x00000010003c6000
               3.395389e-313               3.395389e-313
  FPR 20: 0x00000010003c6000  FPR 21: 0x00000010003c6000
               3.395389e-313               3.395389e-313
  FPR 22: 0x00000010003c6000  FPR 23: 0x00000010003c6000
               3.395389e-313               3.395389e-313
  FPR 24: 0x00000010003c6000  FPR 25: 0x00000010003c6000
               3.395389e-313               3.395389e-313
  FPR 26: 0x00000010003c6000  FPR 27: 0x00000010003c6000
               3.395389e-313               3.395389e-313
  FPR 28: 0x00000010003c6000  FPR 29: 0x00000010003c6000
               3.395389e-313               3.395389e-313
  FPR 30: 0x00000010003c6000  FPR 31: 0x40ee7cb7126e978d
               3.395389e-313                   62437.721

  VMX  0: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  1: 0x00000000 0x00000000 0x00000000 0x00000000
                   0          0          0          0          2.121996e-314          0          0          0
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323          0          0          0          1.060998e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x00000000 0x00000000 0x00000000 0x00000000
          3.952525e-323          0          0          0          1.909796e-313          0          0          0
  VMX 10: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 11: 0x00000000 0x00000000 0x00000000 0x00000000
          4.940656e-323          0          0          0          2.334195e-313          0          0          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0x00000000 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313          0          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x00000000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          0          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives:
    Type: Condition Variable, ID: 2248147727, Name: , Owner Thread ID: 0x0000000000000000, Owner Thread Name: 


PPU thread data
  ID: 16777403 (0x00000000010000bb)
  Name: MoviePlayer2 Decode Thread
  State: Sleep
  Priority: 1001
  Stack begin: 0x00000000d014d000
  Stack end: 0x00000000d013d000
  Stack current: 0x00000000d015cd70
  IAR (PC): 0x0000000000206ecc
  Callstack: 
    0x0000000000206ecc (_ZN2EA6Thread9Semaphore4WaitERKd: 0) (D:\MOHA2\DL\UnrealEngine3\Development\External\EAThread\1.13.00\source\ps3/eathread_semaphore_ps3.cpp: 157)
    0x000000000170fa64 (_ZN2rw5movie12MoviePlayer215DecodeThreadFcnEPv: 0) (Z:\MOHA2\DL\UnrealEngine3\Development\External\rwmovie\3.01.00\source\movielib\movieplayer2\cmn/movieplayer2.cpp: 1658)
    0x00000000002062f0 (_ZN2EA6Thread24RunnableFunctionInternalEy: 0) (D:\MOHA2\DL\UnrealEngine3\Development\External\EAThread\1.13.00\source\ps3/eathread_thread_ps3.cpp: 253)
    0xbadadd0010000bac

  IAR (PC): 0x0000000000206ecc
  CR: 0x0000000048000042
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0x82022000
  VSCR: 0x00000000000000000000000000010000

  GPR  0: 0x0000000000000000  GPR  1: 0x00000000d015cd70
  GPR  2: 0x0000000002c65d50  GPR  3: 0x0000000086000408
  GPR  4: 0x0000000000000000  GPR  5: 0x0000000000000000
  GPR  6: 0x0000000000000000  GPR  7: 0x0000000000000085
  GPR  8: 0x8000000000808000  GPR  9: 0x0000000000000000
  GPR 10: 0x0000000000000002  GPR 11: 0x000000000000006b
  GPR 12: 0x800000000000e032  GPR 13: 0x000000001000a300
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x0000000002904d48  GPR 21: 0x0000000002f66d30
  GPR 22: 0x0000000000000001  GPR 23: 0x000000000000013a
  GPR 24: 0x0000000030e5a464  GPR 25: 0x00000000000000ac
  GPR 26: 0x0000000030e5a2e0  GPR 27: 0x00000000311bf400
  GPR 28: 0x0000000030e5a0d0  GPR 29: 0x0000000002904d58
  GPR 30: 0x0000000030e5a310  GPR 31: 0x0000000030e5a318

  FPR  0: 0x41efffffffe00000  FPR  1: 0x3ff0000000000000
                4.294967e+09                           1
  FPR  2: 0x00000010003bb000  FPR  3: 0x00000010003bb000
               3.395387e-313               3.395387e-313
  FPR  4: 0x00000010003bb000  FPR  5: 0x00000010003bb000
               3.395387e-313               3.395387e-313
  FPR  6: 0x00000010003bb000  FPR  7: 0x00000010003bb000
               3.395387e-313               3.395387e-313
  FPR  8: 0x00000010003bb000  FPR  9: 0x00000010003bb000
               3.395387e-313               3.395387e-313
  FPR 10: 0x00000010003bb000  FPR 11: 0x3fe0000000000000
               3.395387e-313                         0.5
  FPR 12: 0x0000000000000000  FPR 13: 0x0000000000000000
                           0                           0
  FPR 14: 0x00000010003bb000  FPR 15: 0x00000010003bb000
               3.395387e-313               3.395387e-313
  FPR 16: 0x00000010003bb000  FPR 17: 0x00000010003bb000
               3.395387e-313               3.395387e-313
  FPR 18: 0x00000010003bb000  FPR 19: 0x00000010003bb000
               3.395387e-313               3.395387e-313
  FPR 20: 0x00000010003bb000  FPR 21: 0x00000010003bb000
               3.395387e-313               3.395387e-313
  FPR 22: 0x00000010003bb000  FPR 23: 0x00000010003bb000
               3.395387e-313               3.395387e-313
  FPR 24: 0x00000010003bb000  FPR 25: 0x00000010003bb000
               3.395387e-313               3.395387e-313
  FPR 26: 0x00000010003bb000  FPR 27: 0x00000010003bb000
               3.395387e-313               3.395387e-313
  FPR 28: 0x00000010003bb000  FPR 29: 0x408f400000000000
               3.395387e-313                        1000
  FPR 30: 0x41efffffffe00000  FPR 31: 0x41efffffffe00000
                4.294967e+09                4.294967e+09

  VMX  0: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  1: 0x00000000 0x00000000 0x00000000 0x00000000
                   0          0          0          0          2.121996e-314          0          0          0
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323          0          0          0          1.060998e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x00000000 0x00000000 0x00000000 0x00000000
          3.952525e-323          0          0          0          1.909796e-313          0          0          0
  VMX 10: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 11: 0x00000000 0x00000000 0x00000000 0x00000000
          4.940656e-323          0          0          0          2.334195e-313          0          0          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0x00000000 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313          0          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x00000000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          0          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives:
    Type: Condition Variable, ID: 2248147976, Name: , Owner Thread ID: 0x0000000000000000, Owner Thread Name: 


PPU thread data
  ID: 16777402 (0x00000000010000ba)
  Name: SocketRecv
  State: Stop
  Priority: 10
  Stack begin: 0x00000000d0147000
  Stack end: 0x00000000d0143000
  Stack current: 0x00000000d014ad30
  IAR (PC): 0x00000000015d914c
  Callstack: 
    0x00000000015d914c (_SocketRecvThread: 0) (Z:/MOHA2/DL/UnrealEngine3/Development/External/DirtySDK/7.5.0/core/source/dirtysock/ps3/dirtynetps3.c: 793)
    0xbadadd0010000b9c

  IAR (PC): 0x00000000015d914c
  CR: 0x0000000000000022
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0x00000000
  VSCR: 0x00000000000000000000000000000000

  GPR  0: 0x0000000000000000  GPR  1: 0x00000000d014ad30
  GPR  2: 0x0000000002c65d50  GPR  3: 0x0000000000000000
  GPR  4: 0x8000000000028848  GPR  5: 0x80000000004a8480
  GPR  6: 0x800000000031cd98  GPR  7: 0x80000000004a64c0
  GPR  8: 0x8000000000000032  GPR  9: 0x0000000000000000
  GPR 10: 0x80000000003c3c00  GPR 11: 0x0000000000000000
  GPR 12: 0x0000000000000000  GPR 13: 0x000000001000a150
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x0000000000000000  GPR 21: 0x00000000d014ada0
  GPR 22: 0x00000000d014ada4  GPR 23: 0x00000000d014ae24
  GPR 24: 0x0000000000000000  GPR 25: 0x00000000d014ada0
  GPR 26: 0x000000003120d1c0  GPR 27: 0x0000000000000000
  GPR 28: 0x0000000000000000  GPR 29: 0x0000000000000000
  GPR 30: 0x0000000000000000  GPR 31: 0x0000000000000000

  FPR  0: 0x0000000000000000  FPR  1: 0x0000000000000000
                           0                           0
  FPR  2: 0x0000000000000000  FPR  3: 0x0000000000000000
                           0                           0
  FPR  4: 0x0000000000000000  FPR  5: 0x0000000000000000
                           0                           0
  FPR  6: 0x0000000000000000  FPR  7: 0x0000000000000000
                           0                           0
  FPR  8: 0x0000000000000000  FPR  9: 0x0000000000000000
                           0                           0
  FPR 10: 0x0000000000000000  FPR 11: 0x0000000000000000
                           0                           0
  FPR 12: 0x0000000000000000  FPR 13: 0x0000000000000000
                           0                           0
  FPR 14: 0x0000000000000000  FPR 15: 0x0000000000000000
                           0                           0
  FPR 16: 0x0000000000000000  FPR 17: 0x0000000000000000
                           0                           0
  FPR 18: 0x0000000000000000  FPR 19: 0x0000000000000000
                           0                           0
  FPR 20: 0x0000000000000000  FPR 21: 0x0000000000000000
                           0                           0
  FPR 22: 0x0000000000000000  FPR 23: 0x0000000000000000
                           0                           0
  FPR 24: 0x0000000000000000  FPR 25: 0x0000000000000000
                           0                           0
  FPR 26: 0x0000000000000000  FPR 27: 0x0000000000000000
                           0                           0
  FPR 28: 0x0000000000000000  FPR 29: 0x0000000000000000
                           0                           0
  FPR 30: 0x0000000000000000  FPR 31: 0x0000000000000000
                           0                           0

  VMX  0: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  1: 0x00000000 0x00000000 0x00000000 0x00000000
                   0          0          0          0          2.121996e-314          0          0          0
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323          0          0          0          1.060998e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x00000000 0x00000000 0x00000000 0x00000000
          3.952525e-323          0          0          0          1.909796e-313          0          0          0
  VMX 10: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 11: 0x00000000 0x00000000 0x00000000 0x00000000
          4.940656e-323          0          0          0          2.334195e-313          0          0          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0x00000000 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313          0          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x00000000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          0          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives: none


PPU thread data
  ID: 16777401 (0x00000000010000b9)
  Name: NetLib Idle
  State: Stop
  Priority: 10
  Stack begin: 0x00000000d0141000
  Stack end: 0x00000000d013d000
  Stack current: 0x00000000d0144f00
  IAR (PC): 0x00000000015d6b18
  Callstack: 
    0x00000000015d6b18 (_NetLibThread: 0) (Z:/MOHA2/DL/UnrealEngine3/Development/External/DirtySDK/7.5.0/core/source/dirtysock/ps3/dirtylibps3.c: 94)
    0xbadadd0010000b8c

  IAR (PC): 0x00000000015d6b18
  CR: 0x0000000000000022
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0x00000000
  VSCR: 0x00000000000000000000000000000000

  GPR  0: 0x0000000000000000  GPR  1: 0x00000000d0144f00
  GPR  2: 0x0000000002c65d50  GPR  3: 0x0000000000000000
  GPR  4: 0x8000000000028848  GPR  5: 0x80000000004a8480
  GPR  6: 0x800000000031cd98  GPR  7: 0x80000000004a64c0
  GPR  8: 0x8000000000000032  GPR  9: 0x0000000000000000
  GPR 10: 0x80000000003c3600  GPR 11: 0x0000000000000000
  GPR 12: 0x0000000000000000  GPR 13: 0x0000000010009fa0
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x0000000000000000  GPR 21: 0x0000000000000000
  GPR 22: 0x0000000000000000  GPR 23: 0x0000000000000000
  GPR 24: 0x0000000000000000  GPR 25: 0x0000000000000000
  GPR 26: 0x0000000000000000  GPR 27: 0x0000000000000000
  GPR 28: 0x0000000000000000  GPR 29: 0x00000000010000b9
  GPR 30: 0x0000000002caa840  GPR 31: 0x0000000002f3aa70

  FPR  0: 0x0000000000000000  FPR  1: 0x0000000000000000
                           0                           0
  FPR  2: 0x0000000000000000  FPR  3: 0x0000000000000000
                           0                           0
  FPR  4: 0x0000000000000000  FPR  5: 0x0000000000000000
                           0                           0
  FPR  6: 0x0000000000000000  FPR  7: 0x0000000000000000
                           0                           0
  FPR  8: 0x0000000000000000  FPR  9: 0x0000000000000000
                           0                           0
  FPR 10: 0x0000000000000000  FPR 11: 0x0000000000000000
                           0                           0
  FPR 12: 0x0000000000000000  FPR 13: 0x0000000000000000
                           0                           0
  FPR 14: 0x0000000000000000  FPR 15: 0x0000000000000000
                           0                           0
  FPR 16: 0x0000000000000000  FPR 17: 0x0000000000000000
                           0                           0
  FPR 18: 0x0000000000000000  FPR 19: 0x0000000000000000
                           0                           0
  FPR 20: 0x0000000000000000  FPR 21: 0x0000000000000000
                           0                           0
  FPR 22: 0x0000000000000000  FPR 23: 0x0000000000000000
                           0                           0
  FPR 24: 0x0000000000000000  FPR 25: 0x0000000000000000
                           0                           0
  FPR 26: 0x0000000000000000  FPR 27: 0x0000000000000000
                           0                           0
  FPR 28: 0x0000000000000000  FPR 29: 0x0000000000000000
                           0                           0
  FPR 30: 0x0000000000000000  FPR 31: 0x0000000000000000
                           0                           0

  VMX  0: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  1: 0x00000000 0x00000000 0x00000000 0x00000000
                   0          0          0          0          2.121996e-314          0          0          0
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323          0          0          0          1.060998e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x00000000 0x00000000 0x00000000 0x00000000
          3.952525e-323          0          0          0          1.909796e-313          0          0          0
  VMX 10: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 11: 0x00000000 0x00000000 0x00000000 0x00000000
          4.940656e-323          0          0          0          2.334195e-313          0          0          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0x00000000 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313          0          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x00000000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          0          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives: none


PPU thread data
  ID: 16777400 (0x00000000010000b8)
  Name: RenderingThread
  State: Stop
  Priority: 3000
  Stack begin: 0x00000000d00cb000
  Stack end: 0x00000000d00bb000
  Stack current: 0x00000000d00dad00
  IAR (PC): 0x000000000021716c
  Callstack: 
    0x000000000021716c (_Z8appSleepf: 0) (C:/EALA-BUILD141/Build/MOHA2/DL/UnrealEngine3/Development/src/Unity/../PS3/src/UnPS3.cpp: 701)
    0x00000000003085f0 (_ZN11FRingBuffer11WaitForReadEm: 0) (C:/EALA-BUILD141/Build/MOHA2/DL/UnrealEngine3/Development/src/Unity/../Core/Src/RingBuffer.cpp: 163)
    0x0000000000509e30 (_Z19RenderingThreadMainv: 0) (C:/EALA-BUILD141/Build/MOHA2/DL/UnrealEngine3/Development/src/Unity/../Engine/Src/RenderingThread.cpp: 207)
    0x0000000001f0cb34 (_ZN16FRenderingThread3RunEv: 0)
    0x000000000025a3dc
    0xbadadd0010000b7c

  IAR (PC): 0x000000000021716c
  CR: 0x0000000082000042
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0xa2208000
  VSCR: 0x00000000000000000000000000010000

  GPR  0: 0x0000000000000000  GPR  1: 0x00000000d00dad00
  GPR  2: 0x0000000002c65d50  GPR  3: 0x0000000000000000
  GPR  4: 0x8000000000028848  GPR  5: 0x80000000004a8480
  GPR  6: 0x800000000031cd98  GPR  7: 0x80000000004a64c0
  GPR  8: 0x8000000000000032  GPR  9: 0x0000000000000000
  GPR 10: 0x80000000003c3000  GPR 11: 0x0000000000000000
  GPR 12: 0x0000000000000000  GPR 13: 0x0000000010007570
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x0000000000000000  GPR 21: 0x0000000000000000
  GPR 22: 0x0000000000000000  GPR 23: 0x0000000000000000
  GPR 24: 0x0000000000000000  GPR 25: 0x0000000000000000
  GPR 26: 0x0000000000000000  GPR 27: 0x0000000000000000
  GPR 28: 0x0000000000000001  GPR 29: 0x000000003093d790
  GPR 30: 0x000000000000000c  GPR 31: 0x000000010dedb822

  FPR  0: 0x41efffffffe00000  FPR  1: 0x0000000000000000
                4.294967e+09                           0
  FPR  2: 0xc3f0000000000000  FPR  3: 0xc3e0000000000000
               -1.844674e+19               -9.223372e+18
  FPR  4: 0x0000000000000000  FPR  5: 0x3ff0000000000000
                           0                           1
  FPR  6: 0x3fe62e4300000000  FPR  7: 0x3fa5541ca0000000
                    0.693147                    0.041657
  FPR  8: 0x3f81004da0000000  FPR  9: 0x3f55c9ede0000000
                    0.008301                     0.00133
  FPR 10: 0x3ff0000000000000  FPR 11: 0xbf81004da0000000
                           1                   -0.008301
  FPR 12: 0x3ff0000000000000  FPR 13: 0x3ff0000000000000
                           1                           1
  FPR 14: 0x00000010003b8000  FPR 15: 0x00000010003b8000
               3.395386e-313               3.395386e-313
  FPR 16: 0x00000010003b8000  FPR 17: 0x00000010003b8000
               3.395386e-313               3.395386e-313
  FPR 18: 0x00000010003b8000  FPR 19: 0x00000010003b8000
               3.395386e-313               3.395386e-313
  FPR 20: 0x00000010003b8000  FPR 21: 0x00000010003b8000
               3.395386e-313               3.395386e-313
  FPR 22: 0x00000010003b8000  FPR 23: 0x00000010003b8000
               3.395386e-313               3.395386e-313
  FPR 24: 0x00000010003b8000  FPR 25: 0x00000010003b8000
               3.395386e-313               3.395386e-313
  FPR 26: 0x00000010003b8000  FPR 27: 0x00000010003b8000
               3.395386e-313               3.395386e-313
  FPR 28: 0x00000010003b8000  FPR 29: 0x00000010003b8000
               3.395386e-313               3.395386e-313
  FPR 30: 0x00000010003b8000  FPR 31: 0x00000010003b8000
               3.395386e-313               3.395386e-313

  VMX  0: 0x3f800000 0x00000000 0x00000000 0x3f800000  VMX  1: 0x3f800000 0x3f800000 0x3f800000 0x3f800000
                   0 5.299809e-315          0          0          2.651977e-314          1          1          1
  VMX  2: 0x44200000 0x44200000 0x44200000 0x44200000  VMX  3: 0xc3b40000 0xc3b40000 0xc3b40000 0xc3b40000
          9.881313e-324 5.34773e-315 5.34773e-315 5.34773e-315          6.90076e-314       -360       -360       -360
  VMX  4: 0x43b40000 0x43b40000 0x43b40000 0x43b40000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323 5.343359e-315 5.343359e-315 5.343359e-315          1.114431e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0xbf000000 0xbf000000 0xbf000000 0xbf000000
          2.964394e-323          0          0          0          1.485397e-313       -0.5       -0.5       -0.5
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x00000000 0xb691a2b4 0x80000000 0x80000000
          3.952525e-323          0          0          0          1.909796e-313          0 -4.340278e-06         -0
  VMX 10: 0x80000000 0x80000000 0xbacccccd 0xbb360b61  VMX 11: 0x00000000 0xb691a2b4 0x00000000 0x00000000
          4.940656e-323 1.060998e-314 -1.491669e-154 1.491669e-154          2.492849e-313          0 -4.340278e-06          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0x00000000 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313          0          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x3f800000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          1          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives: none


PPU thread data
  ID: 16777399 (0x00000000010000b7)
  Name: 
  State: Stop
  Priority: 1001
  Stack begin: 0x00000000d012f000
  Stack end: 0x00000000d011f000
  Stack current: 0x00000000d013ee60
  IAR (PC): 0x00000000002059ec
  Callstack: 
    0x00000000002059ec
    0x00000000002062f0 (_ZN2EA6Thread24RunnableFunctionInternalEy: 0) (D:\MOHA2\DL\UnrealEngine3\Development\External\EAThread\1.13.00\source\ps3/eathread_thread_ps3.cpp: 253)
    0xbadadd0010000b6c

  IAR (PC): 0x00000000002059ec
  CR: 0x0000000040000024
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0x82004000
  VSCR: 0x00000000000000000000000000000000

  GPR  0: 0x0000000000000000  GPR  1: 0x00000000d013ee60
  GPR  2: 0x0000000002c65d50  GPR  3: 0x0000000000000000
  GPR  4: 0x8000000000028848  GPR  5: 0x80000000004a8480
  GPR  6: 0x800000000031cd98  GPR  7: 0x80000000004a6480
  GPR  8: 0x8000000000000032  GPR  9: 0x0000000000000000
  GPR 10: 0x80000000003c2a00  GPR 11: 0x0000000000000000
  GPR 12: 0x0000000000000000  GPR 13: 0x0000000010009df0
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x0000000000000000  GPR 21: 0x0000000000000000
  GPR 22: 0x0000000000000000  GPR 23: 0x0000000000000000
  GPR 24: 0x0000000000000000  GPR 25: 0x0000000000000000
  GPR 26: 0x0000000000000000  GPR 27: 0x0000000000000000
  GPR 28: 0x0000000000000000  GPR 29: 0x0000000002cb7508
  GPR 30: 0x00000000d013eed0  GPR 31: 0x4049000000000000

  FPR  0: 0x000000000000c350  FPR  1: 0x40ebb583be76c8b4
               2.470328e-319                   56748.117
  FPR  2: 0x00000010003b7000  FPR  3: 0x00000010003b7000
               3.395386e-313               3.395386e-313
  FPR  4: 0x00000010003b7000  FPR  5: 0x00000010003b7000
               3.395386e-313               3.395386e-313
  FPR  6: 0x00000010003b7000  FPR  7: 0x00000010003b7000
               3.395386e-313               3.395386e-313
  FPR  8: 0x00000010003b7000  FPR  9: 0x00000010003b7000
               3.395386e-313               3.395386e-313
  FPR 10: 0x00000010003b7000  FPR 11: 0x3eea47b4a0000000
               3.395386e-313                1.253133e-05
  FPR 12: 0x43e0000000000000  FPR 13: 0x4049000000000000
                9.223372e+18                          50
  FPR 14: 0x00000010003b7000  FPR 15: 0x00000010003b7000
               3.395386e-313               3.395386e-313
  FPR 16: 0x00000010003b7000  FPR 17: 0x00000010003b7000
               3.395386e-313               3.395386e-313
  FPR 18: 0x00000010003b7000  FPR 19: 0x00000010003b7000
               3.395386e-313               3.395386e-313
  FPR 20: 0x00000010003b7000  FPR 21: 0x00000010003b7000
               3.395386e-313               3.395386e-313
  FPR 22: 0x00000010003b7000  FPR 23: 0x00000010003b7000
               3.395386e-313               3.395386e-313
  FPR 24: 0x00000010003b7000  FPR 25: 0x00000010003b7000
               3.395386e-313               3.395386e-313
  FPR 26: 0x00000010003b7000  FPR 27: 0x00000010003b7000
               3.395386e-313               3.395386e-313
  FPR 28: 0x00000010003b7000  FPR 29: 0x00000010003b7000
               3.395386e-313               3.395386e-313
  FPR 30: 0x00000010003b7000  FPR 31: 0x00000010003b7000
               3.395386e-313               3.395386e-313

  VMX  0: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  1: 0x00000000 0x00000000 0x00000000 0x00000000
                   0          0          0          0          2.121996e-314          0          0          0
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323          0          0          0          1.060998e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x00000000 0x00000000 0x00000000 0x00000000
          3.952525e-323          0          0          0          1.909796e-313          0          0          0
  VMX 10: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 11: 0x00000000 0x00000000 0x00000000 0x00000000
          4.940656e-323          0          0          0          2.334195e-313          0          0          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0x00000000 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313          0          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x00000000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          0          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives: none


PPU thread data
  ID: 16777397 (0x00000000010000b5)
  Name: RWAC Dac
  State: Stop
  Priority: 400
  Stack begin: 0x00000000d0125000
  Stack end: 0x00000000d011d000
  Stack current: 0x00000000d012ce20
  IAR (PC): 0x000000000172c5cc
  Callstack: 
    0x000000000172c5cc
    0xbadadd0010000b4c

  IAR (PC): 0x000000000172c5cc
  CR: 0x0000000028000044
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0x82004000
  VSCR: 0x00000000000000000000000000010000

  GPR  0: 0x0000000000000000  GPR  1: 0x00000000d012ce20
  GPR  2: 0x0000000002c65d50  GPR  3: 0x0000000000000000
  GPR  4: 0x010003000e031a09  GPR  5: 0x0000000000000000
  GPR  6: 0x0000000000000000  GPR  7: 0x0000000000000000
  GPR  8: 0x8000000000808000  GPR  9: 0x0000000000000000
  GPR 10: 0x0000000000000002  GPR 11: 0x0000000000000000
  GPR 12: 0x0000000000000000  GPR 13: 0x0000000010009c40
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000002f97200
  GPR 16: 0x0000000002f97200  GPR 17: 0x0000000002f97200
  GPR 18: 0x0000000002f67200  GPR 19: 0x0000000000000003
  GPR 20: 0xffffffffffffffff  GPR 21: 0x0000000000000000
  GPR 22: 0x0000000002f97200  GPR 23: 0x0000000002f67200
  GPR 24: 0x0000000002f97200  GPR 25: 0x0000000030e83390
  GPR 26: 0x0000000002f97200  GPR 27: 0x0000000002f67200
  GPR 28: 0x0000000002f97200  GPR 29: 0x00000000314549e0
  GPR 30: 0x0000000000000000  GPR 31: 0x0000000000000000

  FPR  0: 0x4027f7ced4c80000  FPR  1: 0xc16ccc8360000000
                      11.984               -1.509891e+07
  FPR  2: 0x00000010003b5000  FPR  3: 0x00000010003b5000
               3.395385e-313               3.395385e-313
  FPR  4: 0x00000010003b5000  FPR  5: 0x00000010003b5000
               3.395385e-313               3.395385e-313
  FPR  6: 0x00000010003b5000  FPR  7: 0x00000010003b5000
               3.395385e-313               3.395385e-313
  FPR  8: 0x00000010003b5000  FPR  9: 0x00000010003b5000
               3.395385e-313               3.395385e-313
  FPR 10: 0x0000000000000000  FPR 11: 0x3fd5555560000000
                           0                    0.333333
  FPR 12: 0x40a54c0000000000  FPR 13: 0x3f75d867c0000000
                        2726                    0.005333
  FPR 14: 0x00000010003b5000  FPR 15: 0x00000010003b5000
               3.395385e-313               3.395385e-313
  FPR 16: 0x00000010003b5000  FPR 17: 0x00000010003b5000
               3.395385e-313               3.395385e-313
  FPR 18: 0x00000010003b5000  FPR 19: 0x00000010003b5000
               3.395385e-313               3.395385e-313
  FPR 20: 0x00000010003b5000  FPR 21: 0x00000010003b5000
               3.395385e-313               3.395385e-313
  FPR 22: 0x00000010003b5000  FPR 23: 0x00000010003b5000
               3.395385e-313               3.395385e-313
  FPR 24: 0x00000010003b5000  FPR 25: 0x00000010003b5000
               3.395385e-313               3.395385e-313
  FPR 26: 0x00000010003b5000  FPR 27: 0x00000010003b5000
               3.395385e-313               3.395385e-313
  FPR 28: 0x00000010003b5000  FPR 29: 0x00000010003b5000
               3.395385e-313               3.395385e-313
  FPR 30: 0x00000010003b5000  FPR 31: 0x00000010003b5000
               3.395385e-313               3.395385e-313

  VMX  0: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  1: 0x00000000 0x00000000 0x00000000 0x00000000
                   0          0          0          0          2.121996e-314          0          0          0
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323          0          0          0          1.060998e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x00000000 0x00000000 0x00000000 0x00000000
          3.952525e-323          0          0          0          1.909796e-313          0          0          0
  VMX 10: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 11: 0x00000000 0x00000000 0x00000000 0x00000000
          4.940656e-323          0          0          0          2.334195e-313          0          0          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0x00000000 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313          0          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x00000000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          0          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives: none


PPU thread data
  ID: 16777396 (0x00000000010000b4)
  Name: 
  State: Sleep
  Priority: 999
  Stack begin: 0x00000000d0113000
  Stack end: 0x00000000d0103000
  Stack current: 0x00000000d0122d50
  IAR (PC): 0x00000000002073e0
  Callstack: 
    0x00000000002073e0
    0x000000000020d0c4 (_ZN2rw4core7filesys6Device11ThreadEntryEPv: 0) (Z:\MOHA2\DL\UnrealEngine3\Development\External\rwfilesystem\1.08.00\source/rwfiledevice.cpp: 563)
    0x00000000002062f0
    0xbadadd0010000b3c

  IAR (PC): 0x00000000002073e0
  CR: 0x0000000020002002
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0x82022000
  VSCR: 0x00000000000000000000000000000000

  GPR  0: 0x0000000000000000  GPR  1: 0x00000000d0122d50
  GPR  2: 0x0000000002c65d50  GPR  3: 0x0000000086002305
  GPR  4: 0x0000000000000000  GPR  5: 0x0000000000000000
  GPR  6: 0x8000000010221c88  GPR  7: 0x80000000005920c0
  GPR  8: 0x80000000005f20b0  GPR  9: 0x0000000000000000
  GPR 10: 0x8000000000808820  GPR 11: 0x000000000000006b
  GPR 12: 0x800000000000e032  GPR 13: 0x0000000010009a90
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x0000000000000000  GPR 21: 0x0000000000000000
  GPR 22: 0x0000000000000000  GPR 23: 0x00000000316ece48
  GPR 24: 0x00000000316ece28  GPR 25: 0x0000000000000000
  GPR 26: 0x00000000027b7610  GPR 27: 0x00000000316ece28
  GPR 28: 0x00000000316ece18  GPR 29: 0x00000000d0122dc8
  GPR 30: 0x00000000316ece28  GPR 31: 0x00000000316ece28

  FPR  0: 0x41efffffffe00000  FPR  1: 0x00000010003b4000
                4.294967e+09               3.395385e-313
  FPR  2: 0x00000010003b4000  FPR  3: 0x00000010003b4000
               3.395385e-313               3.395385e-313
  FPR  4: 0x00000010003b4000  FPR  5: 0x00000010003b4000
               3.395385e-313               3.395385e-313
  FPR  6: 0x00000010003b4000  FPR  7: 0x00000010003b4000
               3.395385e-313               3.395385e-313
  FPR  8: 0x00000010003b4000  FPR  9: 0x00000010003b4000
               3.395385e-313               3.395385e-313
  FPR 10: 0x00000010003b4000  FPR 11: 0x00000010003b4000
               3.395385e-313               3.395385e-313
  FPR 12: 0x00000010003b4000  FPR 13: 0x000000000000ae6b
               3.395385e-313               2.206053e-319
  FPR 14: 0x00000010003b4000  FPR 15: 0x00000010003b4000
               3.395385e-313               3.395385e-313
  FPR 16: 0x00000010003b4000  FPR 17: 0x00000010003b4000
               3.395385e-313               3.395385e-313
  FPR 18: 0x00000010003b4000  FPR 19: 0x00000010003b4000
               3.395385e-313               3.395385e-313
  FPR 20: 0x00000010003b4000  FPR 21: 0x00000010003b4000
               3.395385e-313               3.395385e-313
  FPR 22: 0x00000010003b4000  FPR 23: 0x00000010003b4000
               3.395385e-313               3.395385e-313
  FPR 24: 0x00000010003b4000  FPR 25: 0x00000010003b4000
               3.395385e-313               3.395385e-313
  FPR 26: 0x00000010003b4000  FPR 27: 0x00000010003b4000
               3.395385e-313               3.395385e-313
  FPR 28: 0x00000010003b4000  FPR 29: 0x00000010003b4000
               3.395385e-313               3.395385e-313
  FPR 30: 0x00000010003b4000  FPR 31: 0x41efffffffe00000
               3.395385e-313                4.294967e+09

  VMX  0: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  1: 0x00000000 0x00000000 0x00000000 0x00000000
                   0          0          0          0          2.121996e-314          0          0          0
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323          0          0          0          1.060998e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x00000000 0x00000000 0x00000000 0x00000000
          3.952525e-323          0          0          0          1.909796e-313          0          0          0
  VMX 10: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 11: 0x00000000 0x00000000 0x00000000 0x00000000
          4.940656e-323          0          0          0          2.334195e-313          0          0          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0x00000000 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313          0          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x00000000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          0          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives:
    Type: Condition Variable, ID: 2248155909, Name: , Owner Thread ID: 0x0000000000000000, Owner Thread Name: 


PPU thread data
  ID: 16777395 (0x00000000010000b3)
  Name: 
  State: Sleep
  Priority: 999
  Stack begin: 0x00000000d0101000
  Stack end: 0x00000000d00f1000
  Stack current: 0x00000000d0110d50
  IAR (PC): 0x00000000002073e0
  Callstack: 
    0x00000000002073e0
    0x000000000020d0c4 (_ZN2rw4core7filesys6Device11ThreadEntryEPv: 0) (Z:\MOHA2\DL\UnrealEngine3\Development\External\rwfilesystem\1.08.00\source/rwfiledevice.cpp: 563)
    0x00000000002062f0
    0xbadadd0010000b2c

  IAR (PC): 0x00000000002073e0
  CR: 0x0000000048000022
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0x82022000
  VSCR: 0x00000000000000000000000000000000

  GPR  0: 0x0000000000000000  GPR  1: 0x00000000d0110d50
  GPR  2: 0x0000000002c65d50  GPR  3: 0x0000000086001d05
  GPR  4: 0x0000000000000000  GPR  5: 0x00000000027b7610
  GPR  6: 0x0000000000000000  GPR  7: 0x0000000000000085
  GPR  8: 0x8000000000808000  GPR  9: 0x0000000000000000
  GPR 10: 0x0000000000000002  GPR 11: 0x000000000000006b
  GPR 12: 0x800000000000e032  GPR 13: 0x00000000100098e0
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x0000000000000000  GPR 21: 0x0000000000000000
  GPR 22: 0x0000000000000000  GPR 23: 0x00000000316ecdc8
  GPR 24: 0x00000000316ecda8  GPR 25: 0x0000000000000000
  GPR 26: 0x00000000027b7610  GPR 27: 0x00000000316ecda8
  GPR 28: 0x00000000316ecd98  GPR 29: 0x00000000d0110dc0
  GPR 30: 0x4069000000000000  GPR 31: 0x00000000316ecda8

  FPR  0: 0x41efffffffe00000  FPR  1: 0x00000010003b3000
                4.294967e+09               3.395385e-313
  FPR  2: 0x00000010003b3000  FPR  3: 0x00000010003b3000
               3.395385e-313               3.395385e-313
  FPR  4: 0x00000010003b3000  FPR  5: 0x00000010003b3000
               3.395385e-313               3.395385e-313
  FPR  6: 0x00000010003b3000  FPR  7: 0x00000010003b3000
               3.395385e-313               3.395385e-313
  FPR  8: 0x00000010003b3000  FPR  9: 0x00000010003b3000
               3.395385e-313               3.395385e-313
  FPR 10: 0x00000010003b3000  FPR 11: 0x00000010003b3000
               3.395385e-313               3.395385e-313
  FPR 12: 0x40e7700000000000  FPR 13: 0x408f400000000000
                       48000                        1000
  FPR 14: 0x00000010003b3000  FPR 15: 0x00000010003b3000
               3.395385e-313               3.395385e-313
  FPR 16: 0x00000010003b3000  FPR 17: 0x00000010003b3000
               3.395385e-313               3.395385e-313
  FPR 18: 0x00000010003b3000  FPR 19: 0x00000010003b3000
               3.395385e-313               3.395385e-313
  FPR 20: 0x00000010003b3000  FPR 21: 0x00000010003b3000
               3.395385e-313               3.395385e-313
  FPR 22: 0x00000010003b3000  FPR 23: 0x00000010003b3000
               3.395385e-313               3.395385e-313
  FPR 24: 0x00000010003b3000  FPR 25: 0x00000010003b3000
               3.395385e-313               3.395385e-313
  FPR 26: 0x00000010003b3000  FPR 27: 0x00000010003b3000
               3.395385e-313               3.395385e-313
  FPR 28: 0x00000010003b3000  FPR 29: 0x00000010003b3000
               3.395385e-313               3.395385e-313
  FPR 30: 0x00000010003b3000  FPR 31: 0x41efffffffe00000
               3.395385e-313                4.294967e+09

  VMX  0: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  1: 0x00000000 0x00000000 0x00000000 0x00000000
                   0          0          0          0          2.121996e-314          0          0          0
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323          0          0          0          1.060998e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x00000000 0x00000000 0x00000000 0x00000000
          3.952525e-323          0          0          0          1.909796e-313          0          0          0
  VMX 10: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 11: 0x00000000 0x00000000 0x00000000 0x00000000
          4.940656e-323          0          0          0          2.334195e-313          0          0          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0x00000000 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313          0          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x00000000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          0          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives:
    Type: Condition Variable, ID: 2248154373, Name: , Owner Thread ID: 0x0000000000000000, Owner Thread Name: 


PPU thread data
  ID: 16777394 (0x00000000010000b2)
  Name: 
  State: Sleep
  Priority: 999
  Stack begin: 0x00000000d00ef000
  Stack end: 0x00000000d00df000
  Stack current: 0x00000000d00fed50
  IAR (PC): 0x00000000002073e0
  Callstack: 
    0x00000000002073e0
    0x000000000020d0c4 (_ZN2rw4core7filesys6Device11ThreadEntryEPv: 0) (Z:\MOHA2\DL\UnrealEngine3\Development\External\rwfilesystem\1.08.00\source/rwfiledevice.cpp: 563)
    0x00000000002062f0
    0xbadadd0010000b1c

  IAR (PC): 0x00000000002073e0
  CR: 0x0000000042000042
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0x82022000
  VSCR: 0x00000000000000000000000000000000

  GPR  0: 0x0000000000000000  GPR  1: 0x00000000d00fed50
  GPR  2: 0x0000000002c65d50  GPR  3: 0x0000000086001705
  GPR  4: 0x0000000000000000  GPR  5: 0x00000000027b7610
  GPR  6: 0x0000000000000004  GPR  7: 0x0000000000000085
  GPR  8: 0x8000000000808000  GPR  9: 0x0000000000000000
  GPR 10: 0x0000000000000002  GPR 11: 0x000000000000006b
  GPR 12: 0x800000000000e032  GPR 13: 0x0000000010009730
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x0000000000000000  GPR 21: 0x0000000000000000
  GPR 22: 0x0000000000000000  GPR 23: 0x00000000316ecd48
  GPR 24: 0x00000000316ecd28  GPR 25: 0x0000000000000000
  GPR 26: 0x00000000027b7610  GPR 27: 0x00000000316ecd28
  GPR 28: 0x00000000316ecd18  GPR 29: 0x00000000d00fedc0
  GPR 30: 0x4069000000000000  GPR 31: 0x00000000316ecd28

  FPR  0: 0x41efffffffe00000  FPR  1: 0x00000010003b2000
                4.294967e+09               3.395385e-313
  FPR  2: 0x00000010003b2000  FPR  3: 0x00000010003b2000
               3.395385e-313               3.395385e-313
  FPR  4: 0x00000010003b2000  FPR  5: 0x00000010003b2000
               3.395385e-313               3.395385e-313
  FPR  6: 0x00000010003b2000  FPR  7: 0x00000010003b2000
               3.395385e-313               3.395385e-313
  FPR  8: 0x00000010003b2000  FPR  9: 0x00000010003b2000
               3.395385e-313               3.395385e-313
  FPR 10: 0x00000010003b2000  FPR 11: 0x00000010003b2000
               3.395385e-313               3.395385e-313
  FPR 12: 0x00000010003b2000  FPR 13: 0x000000000000ae6a
               3.395385e-313               2.206003e-319
  FPR 14: 0x00000010003b2000  FPR 15: 0x00000010003b2000
               3.395385e-313               3.395385e-313
  FPR 16: 0x00000010003b2000  FPR 17: 0x00000010003b2000
               3.395385e-313               3.395385e-313
  FPR 18: 0x00000010003b2000  FPR 19: 0x00000010003b2000
               3.395385e-313               3.395385e-313
  FPR 20: 0x00000010003b2000  FPR 21: 0x00000010003b2000
               3.395385e-313               3.395385e-313
  FPR 22: 0x00000010003b2000  FPR 23: 0x00000010003b2000
               3.395385e-313               3.395385e-313
  FPR 24: 0x00000010003b2000  FPR 25: 0x00000010003b2000
               3.395385e-313               3.395385e-313
  FPR 26: 0x00000010003b2000  FPR 27: 0x00000010003b2000
               3.395385e-313               3.395385e-313
  FPR 28: 0x00000010003b2000  FPR 29: 0x00000010003b2000
               3.395385e-313               3.395385e-313
  FPR 30: 0x00000010003b2000  FPR 31: 0x41efffffffe00000
               3.395385e-313                4.294967e+09

  VMX  0: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  1: 0x00000000 0x00000000 0x00000000 0x00000000
                   0          0          0          0          2.121996e-314          0          0          0
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323          0          0          0          1.060998e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x00000000 0x00000000 0x00000000 0x00000000
          3.952525e-323          0          0          0          1.909796e-313          0          0          0
  VMX 10: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 11: 0x00000000 0x00000000 0x00000000 0x00000000
          4.940656e-323          0          0          0          2.334195e-313          0          0          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0x00000000 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313          0          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x00000000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          0          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives:
    Type: Condition Variable, ID: 2248152837, Name: , Owner Thread ID: 0x0000000000000000, Owner Thread Name: 


PPU thread data
  ID: 16777393 (0x00000000010000b1)
  Name: Job Manager - Job Thread
  State: Stop
  Priority: 985
  Stack begin: 0x00000000d00dd000
  Stack end: 0x00000000d00cd000
  Stack current: 0x00000000d00ece80
  IAR (PC): 0x00000000016fdcc8
  Callstack: 
    0x00000000016fdcc8
    0x00000000002062cc (_ZN2EA6Thread24RunnableFunctionInternalEy: 0) (D:\MOHA2\DL\UnrealEngine3\Development\External\EAThread\1.13.00\source\ps3/eathread_thread_ps3.cpp: 264)
    0xbadadd0010000b0c

  IAR (PC): 0x00000000016fdcc8
  CR: 0x0000000024000022
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0x82022000
  VSCR: 0x00000000000000000000000000000000

  GPR  0: 0x0000000000000000  GPR  1: 0x00000000d00ece80
  GPR  2: 0x0000000002c65d50  GPR  3: 0xffffffff8001000b
  GPR  4: 0x8000000000855e50  GPR  5: 0x80000000004a8480
  GPR  6: 0x800000000031cd98  GPR  7: 0x8000000000849e40
  GPR  8: 0x8000000000808000  GPR  9: 0x0000000000000000
  GPR 10: 0x0000000000000002  GPR 11: 0x0000000000000000
  GPR 12: 0x0000000000000000  GPR 13: 0x0000000010009580
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x0000000000000000  GPR 21: 0x0000000000000000
  GPR 22: 0x0000000000000000  GPR 23: 0x0000000000000000
  GPR 24: 0x0000000000000000  GPR 25: 0x0000000000000000
  GPR 26: 0x0000000000000000  GPR 27: 0x0000000000000000
  GPR 28: 0x0000000000000000  GPR 29: 0x0000000002e7c690
  GPR 30: 0x0000000000000000  GPR 31: 0x00000000402a5560

  FPR  0: 0x41efffffffe00000  FPR  1: 0x00000010003b1000
                4.294967e+09               3.395385e-313
  FPR  2: 0x00000010003b1000  FPR  3: 0x00000010003b1000
               3.395385e-313               3.395385e-313
  FPR  4: 0x00000010003b1000  FPR  5: 0x00000010003b1000
               3.395385e-313               3.395385e-313
  FPR  6: 0x00000010003b1000  FPR  7: 0x00000010003b1000
               3.395385e-313               3.395385e-313
  FPR  8: 0x00000010003b1000  FPR  9: 0x00000010003b1000
               3.395385e-313               3.395385e-313
  FPR 10: 0x00000010003b1000  FPR 11: 0x00000010003b1000
               3.395385e-313               3.395385e-313
  FPR 12: 0x00000010003b1000  FPR 13: 0x408f400000000000
               3.395385e-313                        1000
  FPR 14: 0x00000010003b1000  FPR 15: 0x00000010003b1000
               3.395385e-313               3.395385e-313
  FPR 16: 0x00000010003b1000  FPR 17: 0x00000010003b1000
               3.395385e-313               3.395385e-313
  FPR 18: 0x00000010003b1000  FPR 19: 0x00000010003b1000
               3.395385e-313               3.395385e-313
  FPR 20: 0x00000010003b1000  FPR 21: 0x00000010003b1000
               3.395385e-313               3.395385e-313
  FPR 22: 0x00000010003b1000  FPR 23: 0x00000010003b1000
               3.395385e-313               3.395385e-313
  FPR 24: 0x00000010003b1000  FPR 25: 0x00000010003b1000
               3.395385e-313               3.395385e-313
  FPR 26: 0x00000010003b1000  FPR 27: 0x00000010003b1000
               3.395385e-313               3.395385e-313
  FPR 28: 0x00000010003b1000  FPR 29: 0x00000010003b1000
               3.395385e-313               3.395385e-313
  FPR 30: 0x00000010003b1000  FPR 31: 0x00000010003b1000
               3.395385e-313               3.395385e-313

  VMX  0: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  1: 0x00000000 0x00000000 0x00000000 0x00000000
                   0          0          0          0          2.121996e-314          0          0          0
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323          0          0          0          1.060998e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x00000000 0x00000000 0x00000000 0x00000000
          3.952525e-323          0          0          0          1.909796e-313          0          0          0
  VMX 10: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 11: 0x00000000 0x00000000 0x00000000 0x00000000
          4.940656e-323          0          0          0          2.334195e-313          0          0          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0x00000000 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313          0          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x00000000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          0          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives: none


PPU thread data
  ID: 16777392 (0x00000000010000b0)
  Name: Job Manager - PPU Proxy
  State: Sleep
  Priority: 100
  Stack begin: 0x00000000d0011000
  Stack end: 0x00000000d0010000
  Stack current: 0x00000000d0011ad0
  IAR (PC): 0x000000000170074c
  Callstack: 
    0x000000000170074c
    0xbadadd0010000afc

  IAR (PC): 0x000000000170074c
  CR: 0x0000000020000002
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0x00000000
  VSCR: 0x00000000000000000000000000000000

  GPR  0: 0x0000000000000000  GPR  1: 0x00000000d0011ad0
  GPR  2: 0x0000000002c65d50  GPR  3: 0x000000008d002304
  GPR  4: 0x00000000d0011b40  GPR  5: 0x0000000000000000
  GPR  6: 0x000000000000000c  GPR  7: 0x0000000000000085
  GPR  8: 0x8000000000808000  GPR  9: 0x0000000000000002
  GPR 10: 0x0000000000000002  GPR 11: 0x0000000000000082
  GPR 12: 0x800000000000c032  GPR 13: 0x00000000100093d0
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x0000000000000000  GPR 21: 0x0000000000000000
  GPR 22: 0x0000000000000000  GPR 23: 0x0000000000000000
  GPR 24: 0x0000000000000000  GPR 25: 0x0000000000000000
  GPR 26: 0x0000000000000000  GPR 27: 0x0000000000000300
  GPR 28: 0x0000000000000000  GPR 29: 0x0000000080010000
  GPR 30: 0x00000000d0011b40  GPR 31: 0x0000000002f56c38

  FPR  0: 0x0000000000000000  FPR  1: 0x0000000000000000
                           0                           0
  FPR  2: 0x0000000000000000  FPR  3: 0x0000000000000000
                           0                           0
  FPR  4: 0x0000000000000000  FPR  5: 0x0000000000000000
                           0                           0
  FPR  6: 0x0000000000000000  FPR  7: 0x0000000000000000
                           0                           0
  FPR  8: 0x0000000000000000  FPR  9: 0x0000000000000000
                           0                           0
  FPR 10: 0x0000000000000000  FPR 11: 0x0000000000000000
                           0                           0
  FPR 12: 0x0000000000000000  FPR 13: 0x0000000000000000
                           0                           0
  FPR 14: 0x0000000000000000  FPR 15: 0x0000000000000000
                           0                           0
  FPR 16: 0x0000000000000000  FPR 17: 0x0000000000000000
                           0                           0
  FPR 18: 0x0000000000000000  FPR 19: 0x0000000000000000
                           0                           0
  FPR 20: 0x0000000000000000  FPR 21: 0x0000000000000000
                           0                           0
  FPR 22: 0x0000000000000000  FPR 23: 0x0000000000000000
                           0                           0
  FPR 24: 0x0000000000000000  FPR 25: 0x0000000000000000
                           0                           0
  FPR 26: 0x0000000000000000  FPR 27: 0x0000000000000000
                           0                           0
  FPR 28: 0x0000000000000000  FPR 29: 0x0000000000000000
                           0                           0
  FPR 30: 0x0000000000000000  FPR 31: 0x0000000000000000
                           0                           0

  VMX  0: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  1: 0x00000000 0x00000000 0x00000000 0x00000000
                   0          0          0          0          2.121996e-314          0          0          0
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323          0          0          0          1.060998e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x00000000 0x00000000 0x00000000 0x00000000
          3.952525e-323          0          0          0          1.909796e-313          0          0          0
  VMX 10: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 11: 0x00000000 0x00000000 0x00000000 0x00000000
          4.940656e-323          0          0          0          2.334195e-313          0          0          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0x00000000 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313          0          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x00000000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          0          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives:
    Type: Event Queue, ID: 2365596420, Name: , Owner Thread ID: 0x0000000000000000, Owner Thread Name: 


PPU thread data
  ID: 16777389 (0x00000000010000ad)
  Name: AsyncIOSystem
  State: Sleep
  Priority: 99
  Stack begin: 0x00000000d00b3000
  Stack end: 0x00000000d00af000
  Stack current: 0x00000000d00b6d10
  IAR (PC): 0x000000000025a8b0
  Callstack: 
    0x000000000025a8b0
    0x00000000003e1128 (_ZN18FAsyncIOSystemBase3RunEv: 0) (C:/EALA-BUILD141/Build/MOHA2/DL/UnrealEngine3/Development/src/Unity/../Core/Src/UnAsyncLoading.cpp: 1296)
    0x00000000003e1144
    0x000000000025a3dc (_ZN17FRunnableThreadPU11_ThreadProcEy: 0) (C:/EALA-BUILD141/Build/MOHA2/DL/UnrealEngine3/Development/src/Unity/../PS3/src/PS3Threading.cpp: 1349)
    0xbadadd0010000acc

  IAR (PC): 0x000000000025a8b0
  CR: 0x0000000028000042
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0x82064000
  VSCR: 0x00000000000000000000000000000000

  GPR  0: 0x0000000000000000  GPR  1: 0x00000000d00b6d10
  GPR  2: 0x0000000002c65d50  GPR  3: 0x000000008d002903
  GPR  4: 0x00000000d00b6d80  GPR  5: 0x0000000000000000
  GPR  6: 0x0000000000000000  GPR  7: 0x0000000000000000
  GPR  8: 0x000000003094d748  GPR  9: 0x010000ad00000000
  GPR 10: 0x00000000010000ad  GPR 11: 0x0000000000000082
  GPR 12: 0x800000000000c032  GPR 13: 0x0000000010008ec0
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x0000000000000000  GPR 21: 0x0000000000000000
  GPR 22: 0x0000000000000000  GPR 23: 0x0000000000000000
  GPR 24: 0x0000000000000000  GPR 25: 0x0000000000000000
  GPR 26: 0x0000000000000000  GPR 27: 0x0000000000000000
  GPR 28: 0x0000000000000001  GPR 29: 0x0000000000000000
  GPR 30: 0x0000000000000000  GPR 31: 0x000000003081ffa0

  FPR  0: 0x00000010003ad000  FPR  1: 0x3fe8e5ce00000000
               3.395384e-313                    0.778052
  FPR  2: 0x3e4ae92ba0000000  FPR  3: 0x4197c333c8000000
                1.253133e-08                9.966719e+07
  FPR  4: 0x0000000000000000  FPR  5: 0x00000010003ad000
                           0               3.395384e-313
  FPR  6: 0x00000010003ad000  FPR  7: 0x00000010003ad000
               3.395384e-313               3.395384e-313
  FPR  8: 0x00000010003ad000  FPR  9: 0x00000010003ad000
               3.395384e-313               3.395384e-313
  FPR 10: 0x00000010003ad000  FPR 11: 0x00000010003ad000
               3.395384e-313               3.395384e-313
  FPR 12: 0x00000010003ad000  FPR 13: 0x00000010003ad000
               3.395384e-313               3.395384e-313
  FPR 14: 0x00000010003ad000  FPR 15: 0x00000010003ad000
               3.395384e-313               3.395384e-313
  FPR 16: 0x00000010003ad000  FPR 17: 0x00000010003ad000
               3.395384e-313               3.395384e-313
  FPR 18: 0x00000010003ad000  FPR 19: 0x00000010003ad000
               3.395384e-313               3.395384e-313
  FPR 20: 0x00000010003ad000  FPR 21: 0x00000010003ad000
               3.395384e-313               3.395384e-313
  FPR 22: 0x00000010003ad000  FPR 23: 0x00000010003ad000
               3.395384e-313               3.395384e-313
  FPR 24: 0x00000010003ad000  FPR 25: 0x00000010003ad000
               3.395384e-313               3.395384e-313
  FPR 26: 0x00000010003ad000  FPR 27: 0x00000010003ad000
               3.395384e-313               3.395384e-313
  FPR 28: 0x00000010003ad000  FPR 29: 0x00000010003ad000
               3.395384e-313               3.395384e-313
  FPR 30: 0x00000010003ad000  FPR 31: 0x00000010003ad000
               3.395384e-313               3.395384e-313

  VMX  0: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  1: 0x00000000 0x00000000 0x00000000 0x00000000
                   0          0          0          0          2.121996e-314          0          0          0
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323          0          0          0          1.060998e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x00000000 0x00000000 0x00000000 0x00000000
          3.952525e-323          0          0          0          1.909796e-313          0          0          0
  VMX 10: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 11: 0x00000000 0x00000000 0x00000000 0x00000000
          4.940656e-323          0          0          0          2.334195e-313          0          0          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0x00000000 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313          0          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x00000000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          0          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives:
    Type: Event Queue, ID: 2365597955, Name: , Owner Thread ID: 0x0000000000000000, Owner Thread Name: 


PPU thread data
  ID: 16777388 (0x00000000010000ac)
  Name: DebugServerSender
  State: Sleep
  Priority: 2000
  Stack begin: 0x00000000d00ae000
  Stack end: 0x00000000d00ab000
  Stack current: 0x00000000d00b0de0
  IAR (PC): 0x000000000025a8b0
  Callstack: 
    0x000000000025a8b0
    0x00000000002846a4 (_ZN12FDebugServer15FSenderRunnable3RunEv: 0) (C:/EALA-BUILD141/Build/MOHA2/DL/UnrealEngine3/Development/src/Unity/../IpDrv/Src/FDebugServer.cpp: 397)
    0x000000000025a3dc
    0xbadadd0010000abc

  IAR (PC): 0x000000000025a8b0
  CR: 0x0000000028000002
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0x00000000
  VSCR: 0x00000000000000000000000000000000

  GPR  0: 0x0000000000000000  GPR  1: 0x00000000d00b0de0
  GPR  2: 0x0000000002c65d50  GPR  3: 0x000000008d002603
  GPR  4: 0x00000000d00b0e50  GPR  5: 0x0000000000000000
  GPR  6: 0x0000000000000000  GPR  7: 0x0000000000000000
  GPR  8: 0x000000003094d6c8  GPR  9: 0x010000ac00000000
  GPR 10: 0x00000000010000ac  GPR 11: 0x0000000000000082
  GPR 12: 0x800000000000c032  GPR 13: 0x0000000010008d10
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x0000000000000000  GPR 21: 0x0000000000000000
  GPR 22: 0x0000000000000000  GPR 23: 0x0000000000000000
  GPR 24: 0x0000000000000000  GPR 25: 0x0000000000000000
  GPR 26: 0x0000000000000000  GPR 27: 0x0000000000000000
  GPR 28: 0x0000000000000001  GPR 29: 0x000000003093d5e0
  GPR 30: 0x0000000000000001  GPR 31: 0x000000003081ff40

  FPR  0: 0x0000000000000000  FPR  1: 0x0000000000000000
                           0                           0
  FPR  2: 0x0000000000000000  FPR  3: 0x0000000000000000
                           0                           0
  FPR  4: 0x0000000000000000  FPR  5: 0x0000000000000000
                           0                           0
  FPR  6: 0x0000000000000000  FPR  7: 0x0000000000000000
                           0                           0
  FPR  8: 0x0000000000000000  FPR  9: 0x0000000000000000
                           0                           0
  FPR 10: 0x0000000000000000  FPR 11: 0x0000000000000000
                           0                           0
  FPR 12: 0x0000000000000000  FPR 13: 0x0000000000000000
                           0                           0
  FPR 14: 0x0000000000000000  FPR 15: 0x0000000000000000
                           0                           0
  FPR 16: 0x0000000000000000  FPR 17: 0x0000000000000000
                           0                           0
  FPR 18: 0x0000000000000000  FPR 19: 0x0000000000000000
                           0                           0
  FPR 20: 0x0000000000000000  FPR 21: 0x0000000000000000
                           0                           0
  FPR 22: 0x0000000000000000  FPR 23: 0x0000000000000000
                           0                           0
  FPR 24: 0x0000000000000000  FPR 25: 0x0000000000000000
                           0                           0
  FPR 26: 0x0000000000000000  FPR 27: 0x0000000000000000
                           0                           0
  FPR 28: 0x0000000000000000  FPR 29: 0x0000000000000000
                           0                           0
  FPR 30: 0x0000000000000000  FPR 31: 0x0000000000000000
                           0                           0

  VMX  0: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  1: 0x00000000 0x00000000 0x00000000 0x00000000
                   0          0          0          0          2.121996e-314          0          0          0
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323          0          0          0          1.060998e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x00000000 0x00000000 0x00000000 0x00000000
          3.952525e-323          0          0          0          1.909796e-313          0          0          0
  VMX 10: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 11: 0x00000000 0x00000000 0x00000000 0x00000000
          4.940656e-323          0          0          0          2.334195e-313          0          0          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0x00000000 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313          0          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x00000000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          0          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives:
    Type: Event Queue, ID: 2365597187, Name: , Owner Thread ID: 0x0000000000000000, Owner Thread Name: 


PPU thread data
  ID: 16777387 (0x00000000010000ab)
  Name: DebugServerListener
  State: Stop
  Priority: 2000
  Stack begin: 0x00000000d00aa000
  Stack end: 0x00000000d00a8000
  Stack current: 0x00000000d00abbd0
  IAR (PC): 0x000000000025a8b0
  Callstack: 
    0x000000000025a8b0
    0x0000000000284538 (_ZN12FDebugServer17FListenerRunnable3RunEv: 0) (C:/EALA-BUILD141/Build/MOHA2/DL/UnrealEngine3/Development/src/Unity/../IpDrv/Src/FDebugServer.cpp: 231)
    0x000000000025a3dc
    0xbadadd0010000aac

  IAR (PC): 0x000000000025a8b0
  CR: 0x0000000044000042
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0x00000000
  VSCR: 0x00000000000000000000000000000000

  GPR  0: 0x0000000000000000  GPR  1: 0x00000000d00abbd0
  GPR  2: 0x0000000002c65d50  GPR  3: 0xffffffff8001000b
  GPR  4: 0x8000000000855a20  GPR  5: 0x80000000004a8480
  GPR  6: 0x800000000031cd98  GPR  7: 0x8000000000847400
  GPR  8: 0x8000000000808000  GPR  9: 0x0000000000000000
  GPR 10: 0x0000000000000002  GPR 11: 0x0000000000000000
  GPR 12: 0x0000000000000000  GPR 13: 0x0000000010008b60
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x0000000000000000  GPR 21: 0x0000000000000000
  GPR 22: 0x0000000000000000  GPR 23: 0x0000000000000000
  GPR 24: 0x0000000000000000  GPR 25: 0x0000000000000000
  GPR 26: 0x0000000000000000  GPR 27: 0x0000000000000000
  GPR 28: 0x0000000000000001  GPR 29: 0x000000003093d5b0
  GPR 30: 0x0000000000000001  GPR 31: 0x000000003081ff10

  FPR  0: 0x0000000000000000  FPR  1: 0x0000000000000000
                           0                           0
  FPR  2: 0x0000000000000000  FPR  3: 0x0000000000000000
                           0                           0
  FPR  4: 0x0000000000000000  FPR  5: 0x0000000000000000
                           0                           0
  FPR  6: 0x0000000000000000  FPR  7: 0x0000000000000000
                           0                           0
  FPR  8: 0x0000000000000000  FPR  9: 0x0000000000000000
                           0                           0
  FPR 10: 0x0000000000000000  FPR 11: 0x0000000000000000
                           0                           0
  FPR 12: 0x0000000000000000  FPR 13: 0x0000000000000000
                           0                           0
  FPR 14: 0x0000000000000000  FPR 15: 0x0000000000000000
                           0                           0
  FPR 16: 0x0000000000000000  FPR 17: 0x0000000000000000
                           0                           0
  FPR 18: 0x0000000000000000  FPR 19: 0x0000000000000000
                           0                           0
  FPR 20: 0x0000000000000000  FPR 21: 0x0000000000000000
                           0                           0
  FPR 22: 0x0000000000000000  FPR 23: 0x0000000000000000
                           0                           0
  FPR 24: 0x0000000000000000  FPR 25: 0x0000000000000000
                           0                           0
  FPR 26: 0x0000000000000000  FPR 27: 0x0000000000000000
                           0                           0
  FPR 28: 0x0000000000000000  FPR 29: 0x0000000000000000
                           0                           0
  FPR 30: 0x0000000000000000  FPR 31: 0x0000000000000000
                           0                           0

  VMX  0: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  1: 0x00000000 0x00000000 0x00000000 0x00000000
                   0          0          0          0          2.121996e-314          0          0          0
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323          0          0          0          1.060998e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x00000000 0x00000000 0x00000000 0x00000000
          3.952525e-323          0          0          0          1.909796e-313          0          0          0
  VMX 10: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 11: 0x00000000 0x00000000 0x00000000 0x00000000
          4.940656e-323          0          0          0          2.334195e-313          0          0          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0x00000000 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313          0          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x00000000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          0          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives: none


PPU thread data
  ID: 16777386 (0x00000000010000aa)
  Name: StatSender
  State: Sleep
  Priority: 2000
  Stack begin: 0x00000000d00a5000
  Stack end: 0x00000000d00a2000
  Stack current: 0x00000000d00a7d60
  IAR (PC): 0x000000000025a8b0
  Callstack: 
    0x000000000025a8b0 (_ZN8FEventPU4WaitEm: 0) (C:/usr/local/cell/target/ppu/include/sys/event.h: 153)
    0x000000000029489c
    0x000000000025a3dc
    0xbadadd0010000a9c

  IAR (PC): 0x000000000025a8b0
  CR: 0x0000000028000002
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0x00000000
  VSCR: 0x00000000000000000000000000000000

  GPR  0: 0x0000000000000000  GPR  1: 0x00000000d00a7d60
  GPR  2: 0x0000000002c65d50  GPR  3: 0x000000008d000c03
  GPR  4: 0x00000000d00a7dd0  GPR  5: 0x0000000000000000
  GPR  6: 0x0000000000000000  GPR  7: 0x0000000000000096
  GPR  8: 0x8000000000808000  GPR  9: 0x0000000000000000
  GPR 10: 0x0000000000000002  GPR 11: 0x0000000000000082
  GPR 12: 0x800000000000c032  GPR 13: 0x00000000100089b0
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x0000000000000000  GPR 21: 0x0000000000000000
  GPR 22: 0x0000000000000000  GPR 23: 0x0000000000000000
  GPR 24: 0x0000000000000000  GPR 25: 0x0000000000000000
  GPR 26: 0x0000000000000000  GPR 27: 0x0000000000000000
  GPR 28: 0x0000000000000001  GPR 29: 0x000000003093d040
  GPR 30: 0x0000000000000001  GPR 31: 0x000000003081caf0

  FPR  0: 0x0000000000000000  FPR  1: 0x0000000000000000
                           0                           0
  FPR  2: 0x0000000000000000  FPR  3: 0x0000000000000000
                           0                           0
  FPR  4: 0x0000000000000000  FPR  5: 0x0000000000000000
                           0                           0
  FPR  6: 0x0000000000000000  FPR  7: 0x0000000000000000
                           0                           0
  FPR  8: 0x0000000000000000  FPR  9: 0x0000000000000000
                           0                           0
  FPR 10: 0x0000000000000000  FPR 11: 0x0000000000000000
                           0                           0
  FPR 12: 0x0000000000000000  FPR 13: 0x0000000000000000
                           0                           0
  FPR 14: 0x0000000000000000  FPR 15: 0x0000000000000000
                           0                           0
  FPR 16: 0x0000000000000000  FPR 17: 0x0000000000000000
                           0                           0
  FPR 18: 0x0000000000000000  FPR 19: 0x0000000000000000
                           0                           0
  FPR 20: 0x0000000000000000  FPR 21: 0x0000000000000000
                           0                           0
  FPR 22: 0x0000000000000000  FPR 23: 0x0000000000000000
                           0                           0
  FPR 24: 0x0000000000000000  FPR 25: 0x0000000000000000
                           0                           0
  FPR 26: 0x0000000000000000  FPR 27: 0x0000000000000000
                           0                           0
  FPR 28: 0x0000000000000000  FPR 29: 0x0000000000000000
                           0                           0
  FPR 30: 0x0000000000000000  FPR 31: 0x0000000000000000
                           0                           0

  VMX  0: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  1: 0x00000000 0x00000000 0x00000000 0x00000000
                   0          0          0          0          2.121996e-314          0          0          0
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323          0          0          0          1.060998e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x00000000 0x00000000 0x00000000 0x00000000
          3.952525e-323          0          0          0          1.909796e-313          0          0          0
  VMX 10: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 11: 0x00000000 0x00000000 0x00000000 0x00000000
          4.940656e-323          0          0          0          2.334195e-313          0          0          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0x00000000 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313          0          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x00000000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          0          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives:
    Type: Event Queue, ID: 2365590531, Name: , Owner Thread ID: 0x0000000000000000, Owner Thread Name: 


PPU thread data
  ID: 16777385 (0x00000000010000a9)
  Name: StatListener
  State: Stop
  Priority: 2000
  Stack begin: 0x00000000d00a1000
  Stack end: 0x00000000d009f000
  Stack current: 0x00000000d00a2bd0
  IAR (PC): 0x000000000025a8b0
  Callstack: 
    0x000000000025a8b0
    0x0000000000293718 (_ZN23FStatNotifyProvider_UDP21FStatListenerRunnable3RunEv: 0) (C:/EALA-BUILD141/Build/MOHA2/DL/UnrealEngine3/Development/src/Unity/../IpDrv/Src/UnStatsNotifyProviders_UDP.cpp: 141)
    0x000000000025a3dc
    0xbadadd0010000a8c

  IAR (PC): 0x000000000025a8b0
  CR: 0x0000000044000042
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0x00000000
  VSCR: 0x00000000000000000000000000000000

  GPR  0: 0x0000000000000000  GPR  1: 0x00000000d00a2bd0
  GPR  2: 0x0000000002c65d50  GPR  3: 0xffffffff8001000b
  GPR  4: 0x8000000000855870  GPR  5: 0x80000000004a8480
  GPR  6: 0x800000000031cd98  GPR  7: 0x8000000000851d00
  GPR  8: 0x8000000000808000  GPR  9: 0x0000000000000000
  GPR 10: 0x0000000000000002  GPR 11: 0x0000000000000000
  GPR 12: 0x0000000000000000  GPR 13: 0x0000000010008800
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x0000000000000000  GPR 21: 0x0000000000000000
  GPR 22: 0x0000000000000000  GPR 23: 0x0000000000000000
  GPR 24: 0x0000000000000000  GPR 25: 0x0000000000000000
  GPR 26: 0x0000000000000000  GPR 27: 0x0000000000000000
  GPR 28: 0x0000000000000001  GPR 29: 0x000000003093d070
  GPR 30: 0x0000000000000001  GPR 31: 0x000000003081cac0

  FPR  0: 0x0000000000000000  FPR  1: 0x0000000000000000
                           0                           0
  FPR  2: 0x0000000000000000  FPR  3: 0x0000000000000000
                           0                           0
  FPR  4: 0x0000000000000000  FPR  5: 0x0000000000000000
                           0                           0
  FPR  6: 0x0000000000000000  FPR  7: 0x0000000000000000
                           0                           0
  FPR  8: 0x0000000000000000  FPR  9: 0x0000000000000000
                           0                           0
  FPR 10: 0x0000000000000000  FPR 11: 0x0000000000000000
                           0                           0
  FPR 12: 0x0000000000000000  FPR 13: 0x0000000000000000
                           0                           0
  FPR 14: 0x0000000000000000  FPR 15: 0x0000000000000000
                           0                           0
  FPR 16: 0x0000000000000000  FPR 17: 0x0000000000000000
                           0                           0
  FPR 18: 0x0000000000000000  FPR 19: 0x0000000000000000
                           0                           0
  FPR 20: 0x0000000000000000  FPR 21: 0x0000000000000000
                           0                           0
  FPR 22: 0x0000000000000000  FPR 23: 0x0000000000000000
                           0                           0
  FPR 24: 0x0000000000000000  FPR 25: 0x0000000000000000
                           0                           0
  FPR 26: 0x0000000000000000  FPR 27: 0x0000000000000000
                           0                           0
  FPR 28: 0x0000000000000000  FPR 29: 0x0000000000000000
                           0                           0
  FPR 30: 0x0000000000000000  FPR 31: 0x0000000000000000
                           0                           0

  VMX  0: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  1: 0x00000000 0x00000000 0x00000000 0x00000000
                   0          0          0          0          2.121996e-314          0          0          0
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323          0          0          0          1.060998e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x00000000 0x00000000 0x00000000 0x00000000
          3.952525e-323          0          0          0          1.909796e-313          0          0          0
  VMX 10: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 11: 0x00000000 0x00000000 0x00000000 0x00000000
          4.940656e-323          0          0          0          2.334195e-313          0          0          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0x00000000 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313          0          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x00000000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          0          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives: none


PPU thread data
  ID: 16777382 (0x00000000010000a6)
  Name: PoolThread
  State: Sleep
  Priority: 2000
  Stack begin: 0x00000000d0097000
  Stack end: 0x00000000d008f000
  Stack current: 0x00000000d009ede0
  IAR (PC): 0x000000000025a8b0
  Callstack: 
    0x000000000025a8b0 (_ZN8FEventPU4WaitEm: 0) (C:/usr/local/cell/target/ppu/include/sys/event.h: 153)
    0x0000000000258ae0
    0x0000000000258cc8 (_ZN16FQueuedThreadPPU11_ThreadProcEy: 0) (C:/EALA-BUILD141/Build/MOHA2/DL/UnrealEngine3/Development/src/Unity/../PS3/src/PS3Threading.cpp: 725)
    0xbadadd0010000a5c

  IAR (PC): 0x000000000025a8b0
  CR: 0x0000000028000042
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0x82064000
  VSCR: 0x00000000000000000000000000000000

  GPR  0: 0x0000000000000000  GPR  1: 0x00000000d009ede0
  GPR  2: 0x0000000002c65d50  GPR  3: 0x000000008d003202
  GPR  4: 0x00000000d009ee50  GPR  5: 0x0000000000000000
  GPR  6: 0x0000000000000000  GPR  7: 0x0000000031bc3eb0
  GPR  8: 0x0000000030640be8  GPR  9: 0x010000a600000000
  GPR 10: 0x00000000010000a6  GPR 11: 0x0000000000000082
  GPR 12: 0x800000000000e032  GPR 13: 0x0000000010008650
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x0000000000000000  GPR 21: 0x0000000000000000
  GPR 22: 0x0000000000000000  GPR 23: 0x0000000000000000
  GPR 24: 0x0000000000000000  GPR 25: 0x0000000000000000
  GPR 26: 0x0000000000000000  GPR 27: 0x0000000000000000
  GPR 28: 0x0000000000000000  GPR 29: 0x0000000000000000
  GPR 30: 0x0000000000000000  GPR 31: 0x0000000030632620

  FPR  0: 0x00000010003a6000  FPR  1: 0x3fe8a48580000000
               3.395382e-313                    0.770083
  FPR  2: 0x3e4ae92ba0000000  FPR  3: 0x4197c306bc000000
                1.253133e-08                 9.96643e+07
  FPR  4: 0x00000010003a6000  FPR  5: 0x00000010003a6000
               3.395382e-313               3.395382e-313
  FPR  6: 0x00000010003a6000  FPR  7: 0x00000010003a6000
               3.395382e-313               3.395382e-313
  FPR  8: 0x00000010003a6000  FPR  9: 0x00000010003a6000
               3.395382e-313               3.395382e-313
  FPR 10: 0x00000010003a6000  FPR 11: 0x00000010003a6000
               3.395382e-313               3.395382e-313
  FPR 12: 0x00000010003a6000  FPR 13: 0x00000010003a6000
               3.395382e-313               3.395382e-313
  FPR 14: 0x00000010003a6000  FPR 15: 0x00000010003a6000
               3.395382e-313               3.395382e-313
  FPR 16: 0x00000010003a6000  FPR 17: 0x00000010003a6000
               3.395382e-313               3.395382e-313
  FPR 18: 0x00000010003a6000  FPR 19: 0x00000010003a6000
               3.395382e-313               3.395382e-313
  FPR 20: 0x00000010003a6000  FPR 21: 0x00000010003a6000
               3.395382e-313               3.395382e-313
  FPR 22: 0x00000010003a6000  FPR 23: 0x00000010003a6000
               3.395382e-313               3.395382e-313
  FPR 24: 0x00000010003a6000  FPR 25: 0x00000010003a6000
               3.395382e-313               3.395382e-313
  FPR 26: 0x00000010003a6000  FPR 27: 0x00000010003a6000
               3.395382e-313               3.395382e-313
  FPR 28: 0x00000010003a6000  FPR 29: 0x00000010003a6000
               3.395382e-313               3.395382e-313
  FPR 30: 0x00000010003a6000  FPR 31: 0x00000010003a6000
               3.395382e-313               3.395382e-313

  VMX  0: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  1: 0x00000000 0x00000000 0x00000000 0x00000000
                   0          0          0          0          2.121996e-314          0          0          0
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323          0          0          0          1.060998e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x00000000 0x00000000 0x00000000 0x00000000
          3.952525e-323          0          0          0          1.909796e-313          0          0          0
  VMX 10: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 11: 0x00000000 0x00000000 0x00000000 0x00000000
          4.940656e-323          0          0          0          2.334195e-313          0          0          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0x00000000 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313          0          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x00000000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          0          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives:
    Type: Event Queue, ID: 2365600258, Name: , Owner Thread ID: 0x0000000000000000, Owner Thread Name: 


PPU thread data
  ID: 16777381 (0x00000000010000a5)
  Name: main
  State: Stop (crashed)
  Priority: 1001
  Stack begin: 0x00000000d0055000
  Stack end: 0x00000000d0015000
  Stack current: 0x00000000d0094160
  IAR (PC): 0x0000000001184eac
  Exception type: 1 (Trap)
  PPU thread DAR: 0x0000000000000000 (meaningless for this type of exception)
  Callstack: 
    0x0000000001184eac
    0x000000000002c870 (_ZN15UMOHAGameEngine20InitWorldFromPackageERK4FURLP8UPackageP13UPendingLevelR7FString: 0) (C:/EALA-BUILD141/Build/MOHA2/DL/UnrealEngine3/Development/src/Unity/../MOHAGame/Src/MOHAGameEngine.cpp: 184)
    0x0000000001185128
    0x0000000001180990 (_ZN11UGameEngine6BrowseE4FURLR7FString: 0) (C:/EALA-BUILD141/Build/MOHA2/DL/UnrealEngine3/Development/src/Unity/../Engine/Src/UnGame.cpp: 3442)
    0x000000000002c650
    0x0000000001178ba0 (_ZN11UGameEngine4TickEf: 0) (C:/EALA-BUILD141/Build/MOHA2/DL/UnrealEngine3/Development/src/Unity/../Engine/Src/UnGame.cpp: 5387)
    0x0000000000ff6348
    0x000000000002c69c (_ZN15UMOHAGameEngine4TickEf: 0) (C:/EALA-BUILD141/Build/MOHA2/DL/UnrealEngine3/Development/src/Unity/../MOHAGame/Src/MOHAGameEngine.cpp: 155)
    0x00000000002a01d0
    0x00000000002994a8
    0x0000000000297cc0
    0xbadadd0010000a4c

  IAR (PC): 0x0000000001184eac
  CR: 0x0000000048000082
  LR: 0x0000000001184ea8
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0xb6108000
  VSCR: 0x00000000000000000000000000010000

  GPR  0: 0x0000000001184ea8  GPR  1: 0x00000000d0094160
  GPR  2: 0x0000000002c65d50  GPR  3: 0x0000000000000000
  GPR  4: 0x8000000000028848  GPR  5: 0x80000000004a8480
  GPR  6: 0x800000000031cd98  GPR  7: 0x80000000004a6480
  GPR  8: 0x8000000000000032  GPR  9: 0x0000000000000000
  GPR 10: 0x80000000003bbe00  GPR 11: 0x0000000000000000
  GPR 12: 0x80000000003bbe00  GPR 13: 0x00000000100084a0
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x0000000000000000  GPR 21: 0x0000000000000000
  GPR 22: 0x0000000000000000  GPR 23: 0x0000000000000000
  GPR 24: 0x0000000000000000  GPR 25: 0x0000000000000000
  GPR 26: 0x0000000000000000  GPR 27: 0x00000000d009494c
  GPR 28: 0x0000000000000000  GPR 29: 0x0000000000000000
  GPR 30: 0x00000000d00947f0  GPR 31: 0x0000000030e08890

  FPR  0: 0x0000000004c4d900  FPR  1: 0x00000000000f4240
               3.952993e-316               4.940656e-318
  FPR  2: 0xc3effffffffffe18  FPR  3: 0xc3dffffffffffc2f
               -1.844674e+19               -9.223372e+18
  FPR  4: 0x412e848000000000  FPR  5: 0x0000000000000000
                       1e+06                           0
  FPR  6: 0x3fa1eb8520000000  FPR  7: 0x3fe6666660000000
                       0.035                         0.7
  FPR  8: 0x3fecccccc0000000  FPR  9: 0x3fceb851e0000000
                         0.9                        0.24
  FPR 10: 0x3fceb851e0000000  FPR 11: 0xbfe851eb80000000
                        0.24                       -0.76
  FPR 12: 0x000000000003b14c  FPR 13: 0x4193136403b73c60
               1.195619e-318                8.000947e+07
  FPR 14: 0x00000010003a5000  FPR 15: 0x00000010003a5000
               3.395382e-313               3.395382e-313
  FPR 16: 0x00000010003a5000  FPR 17: 0x00000010003a5000
               3.395382e-313               3.395382e-313
  FPR 18: 0x00000010003a5000  FPR 19: 0x00000010003a5000
               3.395382e-313               3.395382e-313
  FPR 20: 0x00000010003a5000  FPR 21: 0x00000010003a5000
               3.395382e-313               3.395382e-313
  FPR 22: 0x00000010003a5000  FPR 23: 0x00000010003a5000
               3.395382e-313               3.395382e-313
  FPR 24: 0x00000010003a5000  FPR 25: 0x00000010003a5000
               3.395382e-313               3.395382e-313
  FPR 26: 0x00000010003a5000  FPR 27: 0x00000010003a5000
               3.395382e-313               3.395382e-313
  FPR 28: 0x00000010003a5000  FPR 29: 0x00000010003a5000
               3.395382e-313               3.395382e-313
  FPR 30: 0x4048f34ef95b0756  FPR 31: 0x4048f3bc857b0288
                   49.900848                   49.904191

  VMX  0: 0x3f800000 0x00000000 0x00000000 0x00000000  VMX  1: 0x3f4d810c 0x3f4d810c 0x3f4d810c 0x3f4d810c
                   0 5.299809e-315          0          0          2.121996e-314    0.80275    0.80275    0.80275
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0xffffffff 0xffffffff 0xffffffff 0xffffffff  VMX  5: 0x00000000 0x3f7ffffd 0x32887f96 0x32c76f88
          -2.681562e+154 -2.681564e+154 -2.681564e+154 -2.681564e+154          1.273197e-313          0          1 1.58905e-08
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x3f800000 0x3f800000 0x3f800000 0x3f800000
          3.952525e-323          0          0          0          1.909796e-313          1          1          1
  VMX 10: 0x00000000 0x3f7ffffd 0x32887f96 0x32c76f88  VMX 11: 0x00000000 0x3f2501eb 0xbbf13abb 0xbef509b0
          4.940656e-323 -1.491668e-154         -2 5.165456e-315          2.385875e-313          0   0.644561  -0.007362
  VMX 12: 0x3f800000 0x00000000 0x00000000 0x00000000  VMX 13: 0x3f189fbb 0x3f189fbb 0x3f189fbb 0x3f189fbb
          5.928788e-323 5.299809e-315          0          0          2.758595e-313   0.596187   0.596187   0.596187
  VMX 14: 0xbed59583 0xbed59583 0xbed59583 0xbed59583  VMX 15: 0x00000000 0x3f189fbb 0x3c4a4f7f 0x3f4d810c
          2.681562e+154 2.681564e+154 2.681564e+154 2.681564e+154          3.342023e-313          0   0.596187   0.012348
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x3ea550c5 0x3ea550c5 0x3ea550c5 0x3ea550c5
          7.90505e-323          0          0          0          3.607393e-313   0.322882   0.322882   0.322882
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives: none

  Source code around crash instruction:
No source code nor file/line could be found for address 0x0000000001184eac

  Disassembly around crash instruction at 0x0000000001184eac:
    Address     Instruction
    ----------------------------------
    01184e80    60000000 nop 
    01184e84    60670000 ori r7,r3,0
    01184e88    3c80028f lis r4,655
    01184e8c    3c60028f lis r3,655
    01184e90    3cc0028f lis r6,655
    01184e94    3084294c addic r4,r4,10572
    01184e98    38a01159 li r5,4441
    01184e9c    30632fc8 addic r3,r3,12232
    01184ea0    30c636f8 addic r6,r6,14072
    01184ea4    4b1ce96d bl 0xff346120
    01184ea8    60000000 nop 
    01184eac => 7fe10808 trap 
    01184eb0    3c8002c7 lis r4,711
    01184eb4    30610190 addic r3,r1,400
    01184eb8    83a45094 lwz r29,20628(r4)
    01184ebc    489b8489 bl 0x00b2fc54
    01184ec0    60000000 nop 
    01184ec4    3c80028f lis r4,655
    01184ec8    60650000 ori r5,r3,0
    01184ecc    308436f8 addic r4,r4,14072


PPU thread data
  ID: 16777380 (0x00000000010000a4)
  Name: _DBG_PPU_EXCEPTION_HANDLER
  State: Sleep
  Priority: 999
  Stack begin: 0x00000000d004f000
  Stack end: 0x00000000d004b000
  Stack current: 0x0000000000000000
  IAR (PC): 0x0000000000000000
  Callstack: 

  IAR (PC): 0x0000000000000000
  CR: 0x0000000000000000
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0x00000000
  VSCR: 0x00000000000000000000000000000000

  GPR  0: 0x0000000000000000  GPR  1: 0x0000000000000000
  GPR  2: 0x0000000000000000  GPR  3: 0x0000000000000000
  GPR  4: 0x0000000000000000  GPR  5: 0x0000000000000000
  GPR  6: 0x0000000000000000  GPR  7: 0x0000000000000000
  GPR  8: 0x0000000000000000  GPR  9: 0x0000000000000000
  GPR 10: 0x0000000000000000  GPR 11: 0x0000000000000000
  GPR 12: 0x0000000000000000  GPR 13: 0x0000000000000000
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x0000000000000000  GPR 21: 0x0000000000000000
  GPR 22: 0x0000000000000000  GPR 23: 0x0000000000000000
  GPR 24: 0x0000000000000000  GPR 25: 0x0000000000000000
  GPR 26: 0x0000000000000000  GPR 27: 0x0000000000000000
  GPR 28: 0x0000000000000000  GPR 29: 0x0000000000000000
  GPR 30: 0x0000000000000000  GPR 31: 0x0000000000000000

  FPR  0: 0x0000000000000000  FPR  1: 0x0000000000000000
                           0                           0
  FPR  2: 0x0000000000000000  FPR  3: 0x0000000000000000
                           0                           0
  FPR  4: 0x0000000000000000  FPR  5: 0x0000000000000000
                           0                           0
  FPR  6: 0x0000000000000000  FPR  7: 0x0000000000000000
                           0                           0
  FPR  8: 0x0000000000000000  FPR  9: 0x0000000000000000
                           0                           0
  FPR 10: 0x0000000000000000  FPR 11: 0x0000000000000000
                           0                           0
  FPR 12: 0x0000000000000000  FPR 13: 0x0000000000000000
                           0                           0
  FPR 14: 0x0000000000000000  FPR 15: 0x0000000000000000
                           0                           0
  FPR 16: 0x0000000000000000  FPR 17: 0x0000000000000000
                           0                           0
  FPR 18: 0x0000000000000000  FPR 19: 0x0000000000000000
                           0                           0
  FPR 20: 0x0000000000000000  FPR 21: 0x0000000000000000
                           0                           0
  FPR 22: 0x0000000000000000  FPR 23: 0x0000000000000000
                           0                           0
  FPR 24: 0x0000000000000000  FPR 25: 0x0000000000000000
                           0                           0
  FPR 26: 0x0000000000000000  FPR 27: 0x0000000000000000
                           0                           0
  FPR 28: 0x0000000000000000  FPR 29: 0x0000000000000000
                           0                           0
  FPR 30: 0x0000000000000000  FPR 31: 0x0000000000000000
                           0                           0

  VMX  0: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  1: 0x00000000 0x00000000 0x00000000 0x00000000
                   0          0          0          0          2.121996e-314          0          0          0
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323          0          0          0          1.060998e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x00000000 0x00000000 0x00000000 0x00000000
          3.952525e-323          0          0          0          1.909796e-313          0          0          0
  VMX 10: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 11: 0x00000000 0x00000000 0x00000000 0x00000000
          4.940656e-323          0          0          0          2.334195e-313          0          0          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0x00000000 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313          0          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x00000000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          0          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives:
    Type: Event Queue, ID: 2365599746, Name: _dbdDBG, Owner Thread ID: 0x0000000000000000, Owner Thread Name: 


PPU thread data
  ID: 16777379 (0x00000000010000a3)
  Name: TTY Thread
  State: Sleep
  Priority: 3000
  Stack begin: 0x00000000d004b000
  Stack end: 0x00000000d0049000
  Stack current: 0x00000000d004c490
  IAR (PC): 0x000000000021f160
  Callstack: 
    0x000000000021f160
    0xbadadd0010000a2c

  IAR (PC): 0x000000000021f160
  CR: 0x0000000028000082
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0x00000000
  VSCR: 0x00000000000000000000000000000000

  GPR  0: 0x0000000000000000  GPR  1: 0x00000000d004c490
  GPR  2: 0x0000000002c65d50  GPR  3: 0x0000000000000004
  GPR  4: 0x00000000d004c738  GPR  5: 0x00000000000007ff
  GPR  6: 0x00000000d004c500  GPR  7: 0x8000000000586000
  GPR  8: 0x0000000002fb44f0  GPR  9: 0x010000a300000000
  GPR 10: 0x00000000010000a3  GPR 11: 0x0000000000000192
  GPR 12: 0x800000000000c032  GPR 13: 0x0000000010008140
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x0000000000000000  GPR 21: 0x0000000000000000
  GPR 22: 0x0000000000000000  GPR 23: 0x0000000000000000
  GPR 24: 0x0000000000000000  GPR 25: 0x0000000000000000
  GPR 26: 0x0000000000000000  GPR 27: 0x0000000000000000
  GPR 28: 0x0000000000000000  GPR 29: 0x0000000000000000
  GPR 30: 0x00000000d004c738  GPR 31: 0x0000000000000004

  FPR  0: 0x0000000000000000  FPR  1: 0x0000000000000000
                           0                           0
  FPR  2: 0x0000000000000000  FPR  3: 0x0000000000000000
                           0                           0
  FPR  4: 0x0000000000000000  FPR  5: 0x0000000000000000
                           0                           0
  FPR  6: 0x0000000000000000  FPR  7: 0x0000000000000000
                           0                           0
  FPR  8: 0x0000000000000000  FPR  9: 0x0000000000000000
                           0                           0
  FPR 10: 0x0000000000000000  FPR 11: 0x0000000000000000
                           0                           0
  FPR 12: 0x0000000000000000  FPR 13: 0x0000000000000000
                           0                           0
  FPR 14: 0x0000000000000000  FPR 15: 0x0000000000000000
                           0                           0
  FPR 16: 0x0000000000000000  FPR 17: 0x0000000000000000
                           0                           0
  FPR 18: 0x0000000000000000  FPR 19: 0x0000000000000000
                           0                           0
  FPR 20: 0x0000000000000000  FPR 21: 0x0000000000000000
                           0                           0
  FPR 22: 0x0000000000000000  FPR 23: 0x0000000000000000
                           0                           0
  FPR 24: 0x0000000000000000  FPR 25: 0x0000000000000000
                           0                           0
  FPR 26: 0x0000000000000000  FPR 27: 0x0000000000000000
                           0                           0
  FPR 28: 0x0000000000000000  FPR 29: 0x0000000000000000
                           0                           0
  FPR 30: 0x0000000000000000  FPR 31: 0x0000000000000000
                           0                           0

  VMX  0: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  1: 0x00000000 0x00000000 0x00000000 0x00000000
                   0          0          0          0          2.121996e-314          0          0          0
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323          0          0          0          1.060998e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x00000000 0x00000000 0x00000000 0x00000000
          3.952525e-323          0          0          0          1.909796e-313          0          0          0
  VMX 10: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 11: 0x00000000 0x00000000 0x00000000 0x00000000
          4.940656e-323          0          0          0          2.334195e-313          0          0          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0x00000000 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313          0          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x00000000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          0          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives: none


PPU thread data
  ID: 16777378 (0x00000000010000a2)
  Name: _cfg_ev_hndlr
  State: Sleep
  Priority: 512
  Stack begin: 0x00000000d0047000
  Stack end: 0x00000000d0045000
  Stack current: 0x00000000d0048e40
  IAR (PC): 0x00000000032c9f90
  Callstack: 
    0x00000000032c9f90
    0x00000000032c99d0
    0xbadadd0010000a1c

  IAR (PC): 0x00000000032c9f90
  CR: 0x0000000020000004
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0x00000000
  VSCR: 0x00000000000000000000000000000000

  GPR  0: 0x0000000000000000  GPR  1: 0x00000000d0048e40
  GPR  2: 0x00000000032d8b00  GPR  3: 0x000000008d002602
  GPR  4: 0x00000000d0048eb0  GPR  5: 0x0000000000000000
  GPR  6: 0x0000000000000000  GPR  7: 0x0000000000000000
  GPR  8: 0x0000000000000000  GPR  9: 0x0000000000000001
  GPR 10: 0x0000000000000000  GPR 11: 0x0000000000000082
  GPR 12: 0x800000000000c032  GPR 13: 0x0000000010007f90
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x0000000000000000  GPR 21: 0x0000000000000000
  GPR 22: 0x0000000000000000  GPR 23: 0x0000000000000000
  GPR 24: 0x0000000000000000  GPR 25: 0x0000000000000000
  GPR 26: 0x0000000000000000  GPR 27: 0x00000000032d0c10
  GPR 28: 0x00000000100102a0  GPR 29: 0x00000000032d0c10
  GPR 30: 0x00000000100102a0  GPR 31: 0x00000000d0048eb0

  FPR  0: 0x0000000000000000  FPR  1: 0x0000000000000000
                           0                           0
  FPR  2: 0x0000000000000000  FPR  3: 0x0000000000000000
                           0                           0
  FPR  4: 0x0000000000000000  FPR  5: 0x0000000000000000
                           0                           0
  FPR  6: 0x0000000000000000  FPR  7: 0x0000000000000000
                           0                           0
  FPR  8: 0x0000000000000000  FPR  9: 0x0000000000000000
                           0                           0
  FPR 10: 0x0000000000000000  FPR 11: 0x0000000000000000
                           0                           0
  FPR 12: 0x0000000000000000  FPR 13: 0x0000000000000000
                           0                           0
  FPR 14: 0x0000000000000000  FPR 15: 0x0000000000000000
                           0                           0
  FPR 16: 0x0000000000000000  FPR 17: 0x0000000000000000
                           0                           0
  FPR 18: 0x0000000000000000  FPR 19: 0x0000000000000000
                           0                           0
  FPR 20: 0x0000000000000000  FPR 21: 0x0000000000000000
                           0                           0
  FPR 22: 0x0000000000000000  FPR 23: 0x0000000000000000
                           0                           0
  FPR 24: 0x0000000000000000  FPR 25: 0x0000000000000000
                           0                           0
  FPR 26: 0x0000000000000000  FPR 27: 0x0000000000000000
                           0                           0
  FPR 28: 0x0000000000000000  FPR 29: 0x0000000000000000
                           0                           0
  FPR 30: 0x0000000000000000  FPR 31: 0x0000000000000000
                           0                           0

  VMX  0: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  1: 0x00000000 0x00000000 0x00000000 0x00000000
                   0          0          0          0          2.121996e-314          0          0          0
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323          0          0          0          1.060998e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x00000000 0x00000000 0x00000000 0x00000000
          3.952525e-323          0          0          0          1.909796e-313          0          0          0
  VMX 10: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 11: 0x00000000 0x00000000 0x00000000 0x00000000
          4.940656e-323          0          0          0          2.334195e-313          0          0          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0x00000000 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313          0          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x00000000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          0          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives:
    Type: Event Queue, ID: 2365597186, Name: _io_eq_, Owner Thread ID: 0x0000000000000000, Owner Thread Name: 


PPU thread data
  ID: 16777377 (0x00000000010000a1)
  Name: spu_printf_handler
  State: Sleep
  Priority: 1000
  Stack begin: 0x00000000d0035000
  Stack end: 0x00000000d0025000
  Stack current: 0x00000000d0044ef0
  IAR (PC): 0x000000000026f0a8
  Callstack: 
    0x000000000026f0a8
    0xbadadd0010000a0c

  IAR (PC): 0x000000000026f0a8
  CR: 0x0000000000000000
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0x00000000
  VSCR: 0x00000000000000000000000000000000

  GPR  0: 0x0000000000000000  GPR  1: 0x00000000d0044ef0
  GPR  2: 0x0000000002c65d50  GPR  3: 0x000000008d001802
  GPR  4: 0x00000000d0044f60  GPR  5: 0x0000000000000000
  GPR  6: 0x0000000000000000  GPR  7: 0x0000000000000000
  GPR  8: 0x0000000000000000  GPR  9: 0x0000000000000000
  GPR 10: 0x0000000000000000  GPR 11: 0x0000000000000082
  GPR 12: 0x800000000000c032  GPR 13: 0x0000000010007de0
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x0000000000000000  GPR 21: 0x0000000000000000
  GPR 22: 0x0000000000000000  GPR 23: 0x0000000000000000
  GPR 24: 0x0000000000000000  GPR 25: 0x0000000000000000
  GPR 26: 0x0000000000000000  GPR 27: 0x0000000000000000
  GPR 28: 0x0000000000000000  GPR 29: 0x0000000000000000
  GPR 30: 0x0000000000000000  GPR 31: 0x0000000002e7d720

  FPR  0: 0x0000000000000000  FPR  1: 0x0000000000000000
                           0                           0
  FPR  2: 0x0000000000000000  FPR  3: 0x0000000000000000
                           0                           0
  FPR  4: 0x0000000000000000  FPR  5: 0x0000000000000000
                           0                           0
  FPR  6: 0x0000000000000000  FPR  7: 0x0000000000000000
                           0                           0
  FPR  8: 0x0000000000000000  FPR  9: 0x0000000000000000
                           0                           0
  FPR 10: 0x0000000000000000  FPR 11: 0x0000000000000000
                           0                           0
  FPR 12: 0x0000000000000000  FPR 13: 0x0000000000000000
                           0                           0
  FPR 14: 0x0000000000000000  FPR 15: 0x0000000000000000
                           0                           0
  FPR 16: 0x0000000000000000  FPR 17: 0x0000000000000000
                           0                           0
  FPR 18: 0x0000000000000000  FPR 19: 0x0000000000000000
                           0                           0
  FPR 20: 0x0000000000000000  FPR 21: 0x0000000000000000
                           0                           0
  FPR 22: 0x0000000000000000  FPR 23: 0x0000000000000000
                           0                           0
  FPR 24: 0x0000000000000000  FPR 25: 0x0000000000000000
                           0                           0
  FPR 26: 0x0000000000000000  FPR 27: 0x0000000000000000
                           0                           0
  FPR 28: 0x0000000000000000  FPR 29: 0x0000000000000000
                           0                           0
  FPR 30: 0x0000000000000000  FPR 31: 0x0000000000000000
                           0                           0

  VMX  0: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  1: 0x00000000 0x00000000 0x00000000 0x00000000
                   0          0          0          0          2.121996e-314          0          0          0
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323          0          0          0          1.060998e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x00000000 0x00000000 0x00000000 0x00000000
          3.952525e-323          0          0          0          1.909796e-313          0          0          0
  VMX 10: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 11: 0x00000000 0x00000000 0x00000000 0x00000000
          4.940656e-323          0          0          0          2.334195e-313          0          0          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0x00000000 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313          0          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x00000000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          0          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives:
    Type: Event Queue, ID: 2365593602, Name: , Owner Thread ID: 0x0000000000000000, Owner Thread Name: 


PPU thread data
  ID: 16777376 (0x00000000010000a0)
  Name: SpursHdlr0
  State: Sleep
  Priority: 1000
  Stack begin: 0x00000000d002f000
  Stack end: 0x00000000d002b000
  Stack current: 0x00000000d0032ed0
  IAR (PC): 0x00000000032e8b00
  Callstack: 
    0x00000000032e8b00
    0xbadadd00100009fc

  IAR (PC): 0x00000000032e8b00
  CR: 0x0000000000000002
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0x00000000
  VSCR: 0x00000000000000000000000000000000

  GPR  0: 0x0000000000000000  GPR  1: 0x00000000d0032ed0
  GPR  2: 0x000000000331b4f0  GPR  3: 0x0000000004000200
  GPR  4: 0x00000000d0032f40  GPR  5: 0x00000000d0032f44
  GPR  6: 0x0000000000000000  GPR  7: 0x0000000000000000
  GPR  8: 0x0000000000000000  GPR  9: 0x0000000000000000
  GPR 10: 0x0000000000000002  GPR 11: 0x00000000000000b2
  GPR 12: 0x800000000000c032  GPR 13: 0x0000000010007c30
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x0000000000000000  GPR 21: 0x0000000000000000
  GPR 22: 0x0000000000000000  GPR 23: 0x0000000000000000
  GPR 24: 0x00000000d0032f44  GPR 25: 0x00000000d0032f40
  GPR 26: 0x0000000003310610  GPR 27: 0x0000000000000000
  GPR 28: 0x0000000000000000  GPR 29: 0x0000000004000200
  GPR 30: 0x0000000003002f80  GPR 31: 0x0000000003002f80

  FPR  0: 0x0000000000000000  FPR  1: 0x0000000000000000
                           0                           0
  FPR  2: 0x0000000000000000  FPR  3: 0x0000000000000000
                           0                           0
  FPR  4: 0x0000000000000000  FPR  5: 0x0000000000000000
                           0                           0
  FPR  6: 0x0000000000000000  FPR  7: 0x0000000000000000
                           0                           0
  FPR  8: 0x0000000000000000  FPR  9: 0x0000000000000000
                           0                           0
  FPR 10: 0x0000000000000000  FPR 11: 0x0000000000000000
                           0                           0
  FPR 12: 0x0000000000000000  FPR 13: 0x0000000000000000
                           0                           0
  FPR 14: 0x0000000000000000  FPR 15: 0x0000000000000000
                           0                           0
  FPR 16: 0x0000000000000000  FPR 17: 0x0000000000000000
                           0                           0
  FPR 18: 0x0000000000000000  FPR 19: 0x0000000000000000
                           0                           0
  FPR 20: 0x0000000000000000  FPR 21: 0x0000000000000000
                           0                           0
  FPR 22: 0x0000000000000000  FPR 23: 0x0000000000000000
                           0                           0
  FPR 24: 0x0000000000000000  FPR 25: 0x0000000000000000
                           0                           0
  FPR 26: 0x0000000000000000  FPR 27: 0x0000000000000000
                           0                           0
  FPR 28: 0x0000000000000000  FPR 29: 0x0000000000000000
                           0                           0
  FPR 30: 0x0000000000000000  FPR 31: 0x0000000000000000
                           0                           0

  VMX  0: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  1: 0x00000000 0x00000000 0x00000000 0x00000000
                   0          0          0          0          2.121996e-314          0          0          0
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323          0          0          0          1.060998e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x00000000 0x00000000 0x00000000 0x00000000
          3.952525e-323          0          0          0          1.909796e-313          0          0          0
  VMX 10: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 11: 0x00000000 0x00000000 0x00000000 0x00000000
          4.940656e-323          0          0          0          2.334195e-313          0          0          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0x00000000 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313          0          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x00000000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          0          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives: none


PPU thread data
  ID: 16777375 (0x000000000100009f)
  Name: SpursHdlr1
  State: Sleep
  Priority: 1000
  Stack begin: 0x00000000d0025000
  Stack end: 0x00000000d001d000
  Stack current: 0x00000000d002cd90
  IAR (PC): 0x00000000032ea578
  Callstack: 
    0x00000000032ea578
    0xbadadd00100009ec

  IAR (PC): 0x00000000032ea578
  CR: 0x0000000000000000
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0x00000000
  VSCR: 0x00000000000000000000000000000000

  GPR  0: 0x0000000000000000  GPR  1: 0x00000000d002cd90
  GPR  2: 0x000000000331b4f0  GPR  3: 0x000000008d001502
  GPR  4: 0x00000000d002ce08  GPR  5: 0x0000000000000000
  GPR  6: 0x0000000000000000  GPR  7: 0x0000000000000000
  GPR  8: 0x0000000000000000  GPR  9: 0x0000000000000000
  GPR 10: 0x0000000000000000  GPR 11: 0x0000000000000082
  GPR 12: 0x800000000000c032  GPR 13: 0x0000000010007a80
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x00000000d002ce28  GPR 21: 0x00000000033109a8
  GPR 22: 0x0000000003310988  GPR 23: 0x00000000033109c8
  GPR 24: 0x0000000003310968  GPR 25: 0x0000000003310940
  GPR 26: 0x00000000d002ce08  GPR 27: 0x0000000003002f80
  GPR 28: 0x0000000000000001  GPR 29: 0x0000000003002f80
  GPR 30: 0x0000000000000000  GPR 31: 0x0000000000000000

  FPR  0: 0x0000000000000000  FPR  1: 0x0000000000000000
                           0                           0
  FPR  2: 0x0000000000000000  FPR  3: 0x0000000000000000
                           0                           0
  FPR  4: 0x0000000000000000  FPR  5: 0x0000000000000000
                           0                           0
  FPR  6: 0x0000000000000000  FPR  7: 0x0000000000000000
                           0                           0
  FPR  8: 0x0000000000000000  FPR  9: 0x0000000000000000
                           0                           0
  FPR 10: 0x0000000000000000  FPR 11: 0x0000000000000000
                           0                           0
  FPR 12: 0x0000000000000000  FPR 13: 0x0000000000000000
                           0                           0
  FPR 14: 0x0000000000000000  FPR 15: 0x0000000000000000
                           0                           0
  FPR 16: 0x0000000000000000  FPR 17: 0x0000000000000000
                           0                           0
  FPR 18: 0x0000000000000000  FPR 19: 0x0000000000000000
                           0                           0
  FPR 20: 0x0000000000000000  FPR 21: 0x0000000000000000
                           0                           0
  FPR 22: 0x0000000000000000  FPR 23: 0x0000000000000000
                           0                           0
  FPR 24: 0x0000000000000000  FPR 25: 0x0000000000000000
                           0                           0
  FPR 26: 0x0000000000000000  FPR 27: 0x0000000000000000
                           0                           0
  FPR 28: 0x0000000000000000  FPR 29: 0x0000000000000000
                           0                           0
  FPR 30: 0x0000000000000000  FPR 31: 0x0000000000000000
                           0                           0

  VMX  0: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  1: 0x00000000 0x00000000 0x00000000 0x00000000
                   0          0          0          0          2.121996e-314          0          0          0
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323          0          0          0          1.060998e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x00000000 0x00000000 0x00000000 0x00000000
          3.952525e-323          0          0          0          1.909796e-313          0          0          0
  VMX 10: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 11: 0x00000000 0x00000000 0x00000000 0x00000000
          4.940656e-323          0          0          0          2.334195e-313          0          0          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0x00000000 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313          0          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x00000000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          0          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives:
    Type: Event Queue, ID: 2365592834, Name: _spuPrv, Owner Thread ID: 0x0000000000000000, Owner Thread Name: 


PPU thread data
  ID: 16777374 (0x000000000100009e)
  Name: SpursHdlr0
  State: Sleep
  Priority: 1000
  Stack begin: 0x00000000d001f000
  Stack end: 0x00000000d001b000
  Stack current: 0x00000000d0022ed0
  IAR (PC): 0x00000000032e8b00
  Callstack: 
    0x00000000032e8b00
    0xbadadd00100009dc

  IAR (PC): 0x00000000032e8b00
  CR: 0x0000000000000002
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0x00000000
  VSCR: 0x00000000000000000000000000000000

  GPR  0: 0x0000000000000000  GPR  1: 0x00000000d0022ed0
  GPR  2: 0x000000000331b4f0  GPR  3: 0x0000000004000100
  GPR  4: 0x00000000d0022f40  GPR  5: 0x00000000d0022f44
  GPR  6: 0x0000000000000000  GPR  7: 0x0000000000000000
  GPR  8: 0x0000000000000000  GPR  9: 0x0000000000000000
  GPR 10: 0x0000000000000002  GPR 11: 0x00000000000000b2
  GPR 12: 0x800000000000c032  GPR 13: 0x00000000100078d0
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x0000000000000000  GPR 21: 0x0000000000000000
  GPR 22: 0x0000000000000000  GPR 23: 0x0000000000000000
  GPR 24: 0x00000000d0022f44  GPR 25: 0x00000000d0022f40
  GPR 26: 0x0000000003310610  GPR 27: 0x0000000000000000
  GPR 28: 0x0000000000000000  GPR 29: 0x0000000004000100
  GPR 30: 0x0000000003001f80  GPR 31: 0x0000000003001f80

  FPR  0: 0x0000000000000000  FPR  1: 0x0000000000000000
                           0                           0
  FPR  2: 0x0000000000000000  FPR  3: 0x0000000000000000
                           0                           0
  FPR  4: 0x0000000000000000  FPR  5: 0x0000000000000000
                           0                           0
  FPR  6: 0x0000000000000000  FPR  7: 0x0000000000000000
                           0                           0
  FPR  8: 0x0000000000000000  FPR  9: 0x0000000000000000
                           0                           0
  FPR 10: 0x0000000000000000  FPR 11: 0x0000000000000000
                           0                           0
  FPR 12: 0x0000000000000000  FPR 13: 0x0000000000000000
                           0                           0
  FPR 14: 0x0000000000000000  FPR 15: 0x0000000000000000
                           0                           0
  FPR 16: 0x0000000000000000  FPR 17: 0x0000000000000000
                           0                           0
  FPR 18: 0x0000000000000000  FPR 19: 0x0000000000000000
                           0                           0
  FPR 20: 0x0000000000000000  FPR 21: 0x0000000000000000
                           0                           0
  FPR 22: 0x0000000000000000  FPR 23: 0x0000000000000000
                           0                           0
  FPR 24: 0x0000000000000000  FPR 25: 0x0000000000000000
                           0                           0
  FPR 26: 0x0000000000000000  FPR 27: 0x0000000000000000
                           0                           0
  FPR 28: 0x0000000000000000  FPR 29: 0x0000000000000000
                           0                           0
  FPR 30: 0x0000000000000000  FPR 31: 0x0000000000000000
                           0                           0

  VMX  0: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  1: 0x00000000 0x00000000 0x00000000 0x00000000
                   0          0          0          0          2.121996e-314          0          0          0
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323          0          0          0          1.060998e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x00000000 0x00000000 0x00000000 0x00000000
          3.952525e-323          0          0          0          1.909796e-313          0          0          0
  VMX 10: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 11: 0x00000000 0x00000000 0x00000000 0x00000000
          4.940656e-323          0          0          0          2.334195e-313          0          0          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0x00000000 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313          0          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x00000000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          0          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives: none


PPU thread data
  ID: 16777373 (0x000000000100009d)
  Name: SpursHdlr1
  State: Sleep
  Priority: 1000
  Stack begin: 0x00000000d0015000
  Stack end: 0x00000000d000d000
  Stack current: 0x00000000d001cd90
  IAR (PC): 0x00000000032ea578
  Callstack: 
    0x00000000032ea578
    0xbadadd00100009cc

  IAR (PC): 0x00000000032ea578
  CR: 0x0000000020002004
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0x00000000
  VSCR: 0x00000000000000000000000000000000

  GPR  0: 0x0000000000000000  GPR  1: 0x00000000d001cd90
  GPR  2: 0x000000000331b4f0  GPR  3: 0x000000008d003c01
  GPR  4: 0x00000000d001ce08  GPR  5: 0x0000000000000000
  GPR  6: 0x0000000000000000  GPR  7: 0x0000000000000000
  GPR  8: 0x0000000000000000  GPR  9: 0x0000000000000000
  GPR 10: 0x0000000000000004  GPR 11: 0x0000000000000082
  GPR 12: 0x800000000000c032  GPR 13: 0x0000000010007720
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x00000000d001ce28  GPR 21: 0x00000000033109a8
  GPR 22: 0x0000000003310988  GPR 23: 0x00000000033109c8
  GPR 24: 0x0000000003310968  GPR 25: 0x0000000003310940
  GPR 26: 0x00000000d001ce08  GPR 27: 0x0000000003001f80
  GPR 28: 0x0000000000000001  GPR 29: 0x0000000003001f80
  GPR 30: 0x0000000020000000  GPR 31: 0x0000000000000010

  FPR  0: 0x0000000000000000  FPR  1: 0x0000000000000000
                           0                           0
  FPR  2: 0x0000000000000000  FPR  3: 0x0000000000000000
                           0                           0
  FPR  4: 0x0000000000000000  FPR  5: 0x0000000000000000
                           0                           0
  FPR  6: 0x0000000000000000  FPR  7: 0x0000000000000000
                           0                           0
  FPR  8: 0x0000000000000000  FPR  9: 0x0000000000000000
                           0                           0
  FPR 10: 0x0000000000000000  FPR 11: 0x0000000000000000
                           0                           0
  FPR 12: 0x0000000000000000  FPR 13: 0x0000000000000000
                           0                           0
  FPR 14: 0x0000000000000000  FPR 15: 0x0000000000000000
                           0                           0
  FPR 16: 0x0000000000000000  FPR 17: 0x0000000000000000
                           0                           0
  FPR 18: 0x0000000000000000  FPR 19: 0x0000000000000000
                           0                           0
  FPR 20: 0x0000000000000000  FPR 21: 0x0000000000000000
                           0                           0
  FPR 22: 0x0000000000000000  FPR 23: 0x0000000000000000
                           0                           0
  FPR 24: 0x0000000000000000  FPR 25: 0x0000000000000000
                           0                           0
  FPR 26: 0x0000000000000000  FPR 27: 0x0000000000000000
                           0                           0
  FPR 28: 0x0000000000000000  FPR 29: 0x0000000000000000
                           0                           0
  FPR 30: 0x0000000000000000  FPR 31: 0x0000000000000000
                           0                           0

  VMX  0: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  1: 0x00000000 0x00000000 0x00000000 0x00000000
                   0          0          0          0          2.121996e-314          0          0          0
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323          0          0          0          1.060998e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x00000000 0x00000000 0x00000000 0x00000000
          3.952525e-323          0          0          0          1.909796e-313          0          0          0
  VMX 10: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 11: 0x00000000 0x00000000 0x00000000 0x00000000
          4.940656e-323          0          0          0          2.334195e-313          0          0          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0x00000000 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313          0          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x00000000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          0          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives:
    Type: Event Queue, ID: 2365602817, Name: _spuPrv, Owner Thread ID: 0x0000000000000000, Owner Thread Name: 


PPU thread data
  ID: 16777371 (0x000000000100009b)
  Name: _gcm_intr_thread
  State: Stop
  Priority: 1
  Stack begin: 0x00000000d000b000
  Stack end: 0x00000000d0007000
  Stack current: 0x00000000d000eec0
  IAR (PC): 0x000000000328763c
  Callstack: 
    0x000000000328763c
    0xbadadd00100009ac

  IAR (PC): 0x000000000328763c
  CR: 0x0000000020002022
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0x82008000
  VSCR: 0x00000000000000000000000000000000

  GPR  0: 0x0000000000000000  GPR  1: 0x00000000d000eec0
  GPR  2: 0x0000000003298770  GPR  3: 0x0000000000000000
  GPR  4: 0x8000000000832300  GPR  5: 0x0000000000000000
  GPR  6: 0x0000000000000002  GPR  7: 0x0000000000000000
  GPR  8: 0x8000000000808000  GPR  9: 0x0000000000000000
  GPR 10: 0x0000000000000002  GPR 11: 0x0000000000000000
  GPR 12: 0x0000000000000000  GPR 13: 0x00000000100073c0
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x0000000000000000  GPR 21: 0x0000000000000000
  GPR 22: 0x0000000000000000  GPR 23: 0x0000000000000000
  GPR 24: 0x0000000000000000  GPR 25: 0x0000000050202348
  GPR 26: 0x00000000d000ef30  GPR 27: 0x0000000050200000
  GPR 28: 0x0000000050200000  GPR 29: 0x0000000003292b60
  GPR 30: 0x0000000000000000  GPR 31: 0x0000000000000002

  FPR  0: 0x000000100039b000  FPR  1: 0x404a3b4d047057ba
                3.39538e-313                   52.463288
  FPR  2: 0xbf98e3155dd960e2  FPR  3: 0x3fa1156f8c384071
                   -0.024304                    0.033367
  FPR  4: 0x000000100039b000  FPR  5: 0x000000100039b000
                3.39538e-313                3.39538e-313
  FPR  6: 0x000000100039b000  FPR  7: 0x000000100039b000
                3.39538e-313                3.39538e-313
  FPR  8: 0x000000100039b000  FPR  9: 0x000000100039b000
                3.39538e-313                3.39538e-313
  FPR 10: 0x000000100039b000  FPR 11: 0x000000100039b000
                3.39538e-313                3.39538e-313
  FPR 12: 0x000000100039b000  FPR 13: 0x000000100039b000
                3.39538e-313                3.39538e-313
  FPR 14: 0x000000100039b000  FPR 15: 0x000000100039b000
                3.39538e-313                3.39538e-313
  FPR 16: 0x000000100039b000  FPR 17: 0x000000100039b000
                3.39538e-313                3.39538e-313
  FPR 18: 0x000000100039b000  FPR 19: 0x000000100039b000
                3.39538e-313                3.39538e-313
  FPR 20: 0x000000100039b000  FPR 21: 0x000000100039b000
                3.39538e-313                3.39538e-313
  FPR 22: 0x000000100039b000  FPR 23: 0x000000100039b000
                3.39538e-313                3.39538e-313
  FPR 24: 0x000000100039b000  FPR 25: 0x000000100039b000
                3.39538e-313                3.39538e-313
  FPR 26: 0x000000100039b000  FPR 27: 0x000000100039b000
                3.39538e-313                3.39538e-313
  FPR 28: 0x000000100039b000  FPR 29: 0x000000100039b000
                3.39538e-313                3.39538e-313
  FPR 30: 0x000000100039b000  FPR 31: 0x000000100039b000
                3.39538e-313                3.39538e-313

  VMX  0: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  1: 0x00000000 0x00000000 0x00000000 0x00000000
                   0          0          0          0          2.121996e-314          0          0          0
  VMX  2: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  3: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-324          0          0          0          6.365987e-314          0          0          0
  VMX  4: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323          0          0          0          1.060998e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0x00000000 0x00000000 0x00000000 0x00000000
          2.964394e-323          0          0          0          1.485397e-313          0          0          0
  VMX  8: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  9: 0x00000000 0x00000000 0x00000000 0x00000000
          3.952525e-323          0          0          0          1.909796e-313          0          0          0
  VMX 10: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 11: 0x00000000 0x00000000 0x00000000 0x00000000
          4.940656e-323          0          0          0          2.334195e-313          0          0          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0x00000000 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313          0          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x00000000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          0          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives: none


PPU thread data
  ID: 16777368 (0x0000000001000098)
  Name: 01010400_main_C:\EALA-AUTOT
  State: Sleep
  Priority: 1001
  Stack begin: 0x00000000d0001000
  Stack end: 0x00000000cffff000
  Stack current: 0x00000000d0002b70
  IAR (PC): 0x0000000000298914
  Callstack: 
    0x0000000000298914
    0x00000000001affa4
    0x00000000001afd1c (_start: 0)

  IAR (PC): 0x0000000000298914
  CR: 0x0000000048000042
  LR: 0x0000000000000000
  CTR: 0x0000000000000000
  XER: 0x0000000000000000
  FPSCR: 0x82004000
  VSCR: 0x00000000000000000000000000010000

  GPR  0: 0x0000000000000000  GPR  1: 0x00000000d0002b70
  GPR  2: 0x0000000002c65d50  GPR  3: 0x00000000010000a5
  GPR  4: 0x00000000d0002be8  GPR  5: 0x0000000000000000
  GPR  6: 0x0000000000000000  GPR  7: 0x0000000000000000
  GPR  8: 0x0000000000000000  GPR  9: 0x0000000000000000
  GPR 10: 0x0000000000000000  GPR 11: 0x000000000000002c
  GPR 12: 0x800000000000c032  GPR 13: 0x0000000010007060
  GPR 14: 0x0000000000000000  GPR 15: 0x0000000000000000
  GPR 16: 0x0000000000000000  GPR 17: 0x0000000000000000
  GPR 18: 0x0000000000000000  GPR 19: 0x0000000000000000
  GPR 20: 0x0000000000000000  GPR 21: 0x0000000000000000
  GPR 22: 0x0000000000000000  GPR 23: 0x0000000000000000
  GPR 24: 0x0000000000000000  GPR 25: 0x0000000000000000
  GPR 26: 0x00000000d0002f10  GPR 27: 0x00000000d0002ee0
  GPR 28: 0x0000000000000005  GPR 29: 0x00000000d0002f10
  GPR 30: 0x0000000000000005  GPR 31: 0x00000000d0002ee0

  FPR  0: 0x40a0000000000000  FPR  1: 0x0000000000000000
                        2048                           0
  FPR  2: 0x3ff0000000000000  FPR  3: 0x41e050f6bd600000
                           1                2.189932e+09
  FPR  4: 0x4193069b00000000  FPR  5: 0x3fe921fb60000000
                    7.98e+07                    0.785398
  FPR  6: 0x3ec88cc0a0000000  FPR  7: 0x3ffbb67840000000
                2.926566e-06                    1.732048
  FPR  8: 0x3fe279a580000000  FPR  9: 0x3fd279a580000000
                    0.577349                    0.288675
  FPR 10: 0x3fe279a580000000  FPR 11: 0x3fd279a580000000
                    0.577349                    0.288675
  FPR 12: 0xbfe279a740000000  FPR 13: 0x3fe0000000000000
                    -0.57735                         0.5
  FPR 14: 0x0000001000398000  FPR 15: 0x0000001000398000
               3.395379e-313               3.395379e-313
  FPR 16: 0x0000001000398000  FPR 17: 0x0000001000398000
               3.395379e-313               3.395379e-313
  FPR 18: 0x0000001000398000  FPR 19: 0x0000001000398000
               3.395379e-313               3.395379e-313
  FPR 20: 0x0000001000398000  FPR 21: 0x0000001000398000
               3.395379e-313               3.395379e-313
  FPR 22: 0x0000001000398000  FPR 23: 0x0000001000398000
               3.395379e-313               3.395379e-313
  FPR 24: 0x0000001000398000  FPR 25: 0x0000001000398000
               3.395379e-313               3.395379e-313
  FPR 26: 0x0000001000398000  FPR 27: 0x0000001000398000
               3.395379e-313               3.395379e-313
  FPR 28: 0x0000001000398000  FPR 29: 0x0000001000398000
               3.395379e-313               3.395379e-313
  FPR 30: 0x0000001000398000  FPR 31: 0x0000001000398000
               3.395379e-313               3.395379e-313

  VMX  0: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  1: 0xd0002ee0 0x00000000 0x00000000 0x00000000
                   0          0          0          0          2.121996e-314 -8.602223e+09          0          0
  VMX  2: 0x44200000 0x44200000 0x44200000 0x44200000  VMX  3: 0xc3b40000 0xc3b40000 0xc3b40000 0xc3b40000
          9.881313e-324 5.34773e-315 5.34773e-315 5.34773e-315          6.90076e-314       -360       -360       -360
  VMX  4: 0x43b40000 0x43b40000 0x43b40000 0x43b40000  VMX  5: 0x00000000 0x00000000 0x00000000 0x00000000
          1.976263e-323 5.343359e-315 5.343359e-315 5.343359e-315          1.114431e-313          0          0          0
  VMX  6: 0x00000000 0x00000000 0x00000000 0x00000000  VMX  7: 0xbf000000 0xbf000000 0xbf000000 0xbf000000
          2.964394e-323          0          0          0          1.485397e-313       -0.5       -0.5       -0.5
  VMX  8: 0x08090a0b 0x04050607 0x08090a0b 0x04050607  VMX  9: 0x1f1f1f0f 0x1f1f1f0e 0x1f1f1f0f 0x1f1f1f0e
          2.681562e+154 -2.681562e+154 2.681562e+154 -2.681562e+154          1.956631e-313 3.369525e-20 3.369525e-20 3.369525e-20
  VMX 10: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 11: 0x00000000 0x00000000 0x00000000 0x00000000
          4.940656e-323          0          0          0          2.334195e-313          0          0          0
  VMX 12: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 13: 0xd0002f10 0x00000000 0x00000000 0x00000000
          5.928788e-323          0          0          0          2.758595e-313 -8.602272e+09          0          0
  VMX 14: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 15: 0x00000000 0x00000000 0x00000000 0x00000000
          6.916919e-323          0          0          0          3.182994e-313          0          0          0
  VMX 16: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 17: 0x00000000 0x00000000 0x00000000 0x00000000
          7.90505e-323          0          0          0          3.607393e-313          0          0          0
  VMX 18: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 19: 0x00000000 0x00000000 0x00000000 0x00000000
          8.893182e-323          0          0          0          4.031792e-313          0          0          0
  VMX 20: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 21: 0x00000000 0x00000000 0x00000000 0x00000000
          9.881313e-323          0          0          0          4.456191e-313          0          0          0
  VMX 22: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 23: 0x00000000 0x00000000 0x00000000 0x00000000
          1.086944e-322          0          0          0          4.88059e-313          0          0          0
  VMX 24: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 25: 0x00000000 0x00000000 0x00000000 0x00000000
          1.185758e-322          0          0          0          5.304989e-313          0          0          0
  VMX 26: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 27: 0x00000000 0x00000000 0x00000000 0x00000000
          1.284571e-322          0          0          0          5.729389e-313          0          0          0
  VMX 28: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 29: 0x00000000 0x00000000 0x00000000 0x00000000
          1.383384e-322          0          0          0          6.153788e-313          0          0          0
  VMX 30: 0x00000000 0x00000000 0x00000000 0x00000000  VMX 31: 0x00000000 0x00000000 0x00000000 0x00000000
          1.482197e-322          0          0          0          6.578187e-313          0          0          0

  Locked sync primitives: none
  Waiting sync primitives: none


Synchronization data
  Mutex 2231370240 ("_lv2tls"):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231370496 ("_lv2tls"):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231370752 ("_lv2mem"):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231372032 ("_lv2ppu"):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231374848 ("_s__shm"):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231376128 ("_s__shm"):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231377664 ("_s__equ"):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231372545 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231373313 ("_fs_pwm"):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231384577 ("_spuPrv"):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231374594 ("_spuPrv"):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231381506 ("_dbdDBG"):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231381762 ("_dbdDBG"):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231384578 ("_netsyc"):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231385090 ("_netsyc"):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231385602 ("_netsyc"):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231369731 ("_netsyc"):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231370243 ("_netsyc"):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231437571 ("_netsyc"):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231438083 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231373827 ("_netsyc"):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231374339 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231374595 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231374851 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231375107 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231375363 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231375619 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231441411 ("_netsyc"):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231376131 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231376387 ("_netsyc"):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232100099 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232365571 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231841795 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231842307 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231974915 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231581955 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231713539 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231373573 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231636485 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231374597 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231375109 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231375877 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231376133 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231376645 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231377413 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231377669 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231378181 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231379717 ("_mio_CM"):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232036357 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232168197 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232168709 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231382533 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231382789 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231383045 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231383301 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231383557 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231383813 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231384069 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231384325 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232433669 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231909637 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232090630 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232418822 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232222470 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232354310 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231896070 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231765254 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231831814 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231570182 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231570438 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231570694 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232423942 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232686598 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231769606 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231901190 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231967238 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231770886 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232033286 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232164870 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232231174 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231969542 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232166662 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231905030 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232298758 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231381766 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231382022 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231382278 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231382534 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231972870 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232235270 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231973638 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231908614 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231909126 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232237574 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231828487 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231894535 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231960583 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232419591 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231830279 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232158727 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232224519 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232028679 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231897863 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232291591 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231898887 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232161799 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232096519 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232097287 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232032263 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231904519 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231708423 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231774727 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231971591 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232299783 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232234759 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232366599 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231973639 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232171015 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232040455 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231844103 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232352776 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231369992 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231370248 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231370504 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231371016 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231371272 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231371784 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231372296 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231372808 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231373064 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232225544 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232225800 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231439880 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231374856 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231375368 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231375880 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231376392 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232032264 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232098056 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232033288 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232164872 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232034056 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231838216 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232365320 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232496904 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232235272 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232236296 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231713032 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231844616 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232550665 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232092681 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231961865 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231373065 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231373577 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232291337 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232160777 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232095753 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232227081 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231703561 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231900681 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231377929 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232099081 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231771913 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231903497 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232166153 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232101129 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231839497 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231971081 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232233737 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231644425 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232103945 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232105737 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231778825 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232156426 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232091658 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232091914 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232092682 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232617226 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232158986 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232159498 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231897866 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232488202 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231898890 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232161802 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231834634 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232162826 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232163338 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232098314 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231836682 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231902730 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231706634 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231707146 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232166410 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231904778 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231970826 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231709194 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232168458 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231841290 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231907338 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232038666 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231842570 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231777546 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231843594 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231713546 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232090891 ("_netsyc"):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231763467 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232092171 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231896075 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232028171 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231766539 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231898123 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231964171 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231702539 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232030731 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231638539 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231901195 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232032779 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232033291 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232099083 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231772171 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232428299 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231576843 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232232715 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231971851 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232234507 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231973387 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231711499 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231777803 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231581451 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231909643 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231828492 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232157708 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232223756 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231699980 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232028172 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231963148 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231832588 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231832844 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231636748 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231899404 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231900172 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231835148 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231638796 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231967756 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231641100 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231969804 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231839244 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231577612 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231643660 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232037388 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231710220 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231972876 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231973388 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231909132 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232090637 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231566861 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231501837 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231830797 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231832077 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232095245 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232096269 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231834637 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231573005 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231966733 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232163853 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231836685 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231509517 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231968525 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232034829 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231969805 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231839245 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231970829 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231840269 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231971853 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231644685 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231841805 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232038925 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231777293 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231515661 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231843853 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232040973 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231631886 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231960078 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231763982 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231961102 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2232027150 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231568910 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231700494 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231701006 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231832590 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231767566 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231833614 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231768590 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231900174 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231638542 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231835662 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231639566 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231640078 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231575054 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231837710 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Mutex 2231772686 (""):
    Properties: recursive shared adaptive.
    Owner: 0x0000000000000000 (""), locked 0 time(s).
    Waiters: none
  Condition Variable 2248148224 ("_lv2mem"):
    Mutex 2231370752.
    Waiters: none
  Condition Variable 2248152320 ("_s__nem"):
    Mutex 2231374848.
    Waiter(s): 0x0000000001000093 ("")
  Condition Variable 2248152576 ("_s__nfl"):
    Mutex 2231374848.
    Waiters: none
  Condition Variable 2248152832 ("_s__stf"):
    Mutex 2231374848.
    Waiters: none
  Condition Variable 2248153088 ("_s__ctf"):
    Mutex 2231374848.
    Waiters: none
  Condition Variable 2248153600 ("_s__nem"):
    Mutex 2231376128.
    Waiter(s): 0x0000000001000094 ("")
  Condition Variable 2248153856 ("_s__nfl"):
    Mutex 2231376128.
    Waiters: none
  Condition Variable 2248154112 ("_s__stf"):
    Mutex 2231376128.
    Waiters: none
  Condition Variable 2248154368 ("_s__ctf"):
    Mutex 2231376128.
    Waiters: none
  Condition Variable 2248155136 ("_s__equ"):
    Mutex 2231377664.
    Waiters: none
  Condition Variable 2248150785 ("_fs_pwc"):
    Mutex 2231373313.
    Waiters: none
  Condition Variable 2248162049 ("_spuPrv"):
    Mutex 2231384577.
    Waiters: none
  Condition Variable 2248152066 ("_spuPrv"):
    Mutex 2231374594.
    Waiters: none
  Condition Variable 2248162050 ("_netsyc"):
    Mutex 2231384578.
    Waiters: none
  Condition Variable 2248162562 ("_netsyc"):
    Mutex 2231385090.
    Waiters: none
  Condition Variable 2248163074 ("_netsyc"):
    Mutex 2231385602.
    Waiters: none
  Condition Variable 2248147203 ("_netsyc"):
    Mutex 2231369731.
    Waiters: none
  Condition Variable 2248147715 ("_netsyc"):
    Mutex 2231370243.
    Waiters: none
  Condition Variable 2248149507 ("_netsyc"):
    Mutex 2231437571.
    Waiters: none
  Condition Variable 2248151299 ("_netsyc"):
    Mutex 2231373827.
    Waiters: none
  Condition Variable 2248153859 ("_netsyc"):
    Mutex 2231376387.
    Waiters: none
  Condition Variable 2248156163 ("_netsyc"):
    Mutex 2231441411.
    Waiters: none
  Condition Variable 2248747779 (""):
    Mutex 2232100099.
    Waiters: none
  Condition Variable 2249143043 (""):
    Mutex 2232365571.
    Waiters: none
  Condition Variable 2248619267 (""):
    Mutex 2231841795.
    Waiters: none
  Condition Variable 2248751875 (""):
    Mutex 2231842307.
    Waiters: none
  Condition Variable 2248359427 (""):
    Mutex 2231581955.
    Waiters: none
  Condition Variable 2248151045 (""):
    Mutex 2231373573.
    Waiters: none
  Condition Variable 2248152069 (""):
    Mutex 2231374597.
    Waiters: none
  Condition Variable 2248152581 (""):
    Mutex 2231375109.
    Waiters: none
  Condition Variable 2248152837 (""):
    Mutex 2231636485.
    Waiter(s): 0x00000000010000b2 ("")
  Condition Variable 2248153605 (""):
    Mutex 2231376133.
    Waiters: none
  Condition Variable 2248154117 (""):
    Mutex 2231376645.
    Waiters: none
  Condition Variable 2248154373 (""):
    Mutex 2231375877.
    Waiter(s): 0x00000000010000b3 ("")
  Condition Variable 2248155141 (""):
    Mutex 2231377669.
    Waiters: none
  Condition Variable 2248155653 (""):
    Mutex 2231378181.
    Waiters: none
  Condition Variable 2248155909 (""):
    Mutex 2231377413.
    Waiter(s): 0x00000000010000b4 ("")
  Condition Variable 2248813829 (""):
    Mutex 2232036357.
    Waiters: none
  Condition Variable 2248945157 (""):
    Mutex 2231974915.
    Waiters: none
  Condition Variable 2248617989 (""):
    Mutex 2232168197.
    Waiters: none
  Condition Variable 2248161797 (""):
    Mutex 2231384325.
    Waiters: none
  Condition Variable 2249014021 (""):
    Mutex 2232168709.
    Waiters: none
  Condition Variable 2248687109 (""):
    Mutex 2231909637.
    Waiters: none
  Condition Variable 2249211653 (""):
    Mutex 2232433669.
    Waiters: none
  Condition Variable 2249195782 (""):
    Mutex 2231713539.
    Waiters: none
  Condition Variable 2248999942 (""):
    Mutex 2232222470.
    Waiters: none
  Condition Variable 2248803590 (""):
    Mutex 2232090630.
    Waiters: none
  Condition Variable 2248542726 (""):
    Mutex 2231765254.
    Waiters: none
  Condition Variable 2249001734 (""):
    Mutex 2232354310.
    Waiters: none
  Condition Variable 2248674310 (""):
    Mutex 2232418822.
    Waiters: none
  Condition Variable 2248609286 (""):
    Mutex 2231831814.
    Waiters: none
  Condition Variable 2249004806 (""):
    Mutex 2232423942.
    Waiters: none
  Condition Variable 2249201926 (""):
    Mutex 2232686598.
    Waiters: none
  Condition Variable 2248481542 (""):
    Mutex 2231769606.
    Waiters: none
  Condition Variable 2248744198 (""):
    Mutex 2231901190.
    Waiters: none
  Condition Variable 2248810758 (""):
    Mutex 2232033286.
    Waiters: none
  Condition Variable 2248942342 (""):
    Mutex 2232164870.
    Waiters: none
  Condition Variable 2248680454 (""):
    Mutex 2231770886.
    Waiters: none
  Condition Variable 2249008646 (""):
    Mutex 2232231174.
    Waiters: none
  Condition Variable 2248747014 (""):
    Mutex 2231969542.
    Waiters: none
  Condition Variable 2248944134 (""):
    Mutex 2232166662.
    Waiters: none
  Condition Variable 2248682502 (""):
    Mutex 2231905030.
    Waiters: none
  Condition Variable 2249010694 (""):
    Mutex 2232298758.
    Waiters: none
  Condition Variable 2248749830 (""):
    Mutex 2231967238.
    Waiters: none
  Condition Variable 2249012742 (""):
    Mutex 2232235270.
    Waiters: none
  Condition Variable 2248751110 (""):
    Mutex 2231973638.
    Waiters: none
  Condition Variable 2248686086 (""):
    Mutex 2231908614.
    Waiters: none
  Condition Variable 2248621062 (""):
    Mutex 2231909126.
    Waiters: none
  Condition Variable 2249014534 (""):
    Mutex 2231972870.
    Waiters: none
  Condition Variable 2248949510 (""):
    Mutex 2232237574.
    Waiters: none
  Condition Variable 2248999175 (""):
    Mutex 2231828487.
    Waiters: none
  Condition Variable 2248672007 (""):
    Mutex 2231894535.
    Waiters: none
  Condition Variable 2249197063 (""):
    Mutex 2232419591.
    Waiters: none
  Condition Variable 2248607751 (""):
    Mutex 2231830279.
    Waiters: none
  Condition Variable 2248935687 (""):
    Mutex 2231960583.
    Waiters: none
  Condition Variable 2249001991 (""):
    Mutex 2232224519.
    Waiters: none
  Condition Variable 2248609031 (""):
    Mutex 2232158727.
    Waiters: none
  Condition Variable 2248675335 (""):
    Mutex 2231897863.
    Waiters: none
  Condition Variable 2249069063 (""):
    Mutex 2232291591.
    Waiters: none
  Condition Variable 2248676359 (""):
    Mutex 2231898887.
    Waiters: none
  Condition Variable 2249135367 (""):
    Mutex 2232028679.
    Waiters: none
  Condition Variable 2248873991 (""):
    Mutex 2232096519.
    Waiters: none
  Condition Variable 2248874247 (""):
    Mutex 2231896070.
    Waiters: none
  Condition Variable 2248678151 (""):
    Mutex 2232161799.
    Waiters: none
  Condition Variable 2248681991 (""):
    Mutex 2231904519.
    Waiters: none
  Condition Variable 2248485895 (""):
    Mutex 2231708423.
    Waiters: none
  Condition Variable 2248682759 (""):
    Mutex 2232032263.
    Waiters: none
  Condition Variable 2248749063 (""):
    Mutex 2231971591.
    Waiters: none
  Condition Variable 2249011719 (""):
    Mutex 2232299783.
    Waiters: none
  Condition Variable 2249012231 (""):
    Mutex 2232234759.
    Waiters: none
  Condition Variable 2249340167 (""):
    Mutex 2232097287.
    Waiters: none
  Condition Variable 2248751111 (""):
    Mutex 2231973639.
    Waiters: none
  Condition Variable 2248816903 (""):
    Mutex 2231774727.
    Waiters: none
  Condition Variable 2248817415 (""):
    Mutex 2232366599.
    Waiter(s): 0x00000000010000ce ("PPU PhysX thread")
  Condition Variable 2248621575 (""):
    Mutex 2231844103.
    Waiters: none
  Condition Variable 2249146119 (""):
    Mutex 2232040455.
    Waiters: none
  Condition Variable 2248147976 (""):
    Mutex 2231370504.
    Waiter(s): 0x00000000010000bb ("MoviePlayer2 Decode Thread")
  Condition Variable 2248148744 (""):
    Mutex 2231371272.
    Waiters: none
  Condition Variable 2248149256 (""):
    Mutex 2231371784.
    Waiters: none
  Condition Variable 2248149768 (""):
    Mutex 2231372296.
    Waiters: none
  Condition Variable 2249002504 (""):
    Mutex 2232171015.
    Waiters: none
  Condition Variable 2249003272 (""):
    Mutex 2232225800.
    Waiters: none
  Condition Variable 2248872712 (""):
    Mutex 2232352776.
    Waiters: none
  Condition Variable 2248152328 (""):
    Mutex 2231374856.
    Waiters: none
  Condition Variable 2248152840 (""):
    Mutex 2231375368.
    Waiters: none
  Condition Variable 2248153352 (""):
    Mutex 2231375880.
    Waiters: none
  Condition Variable 2248153864 (""):
    Mutex 2231376392.
    Waiters: none
  Condition Variable 2248875528 (""):
    Mutex 2232098056.
    Waiters: none
  Condition Variable 2248810248 (""):
    Mutex 2232032264.
    Waiters: none
  Condition Variable 2249007368 (""):
    Mutex 2232225544.
    Waiters: none
  Condition Variable 2248811528 (""):
    Mutex 2232034056.
    Waiters: none
  Condition Variable 2248942856 (""):
    Mutex 2232164872.
    Waiters: none
  Condition Variable 2248615688 (""):
    Mutex 2231838216.
    Waiters: none
  Condition Variable 2249142792 (""):
    Mutex 2232365320.
    Waiters: none
  Condition Variable 2248946696 (""):
    Mutex 2232496904.
    Waiters: none
  Condition Variable 2248881672 (""):
    Mutex 2232235272.
    Waiters: none
  Condition Variable 2249144072 (""):
    Mutex 2232033288.
    Waiter(s): 0x00000000010000cf ("PPU PhysX thread")
  Condition Variable 2249013768 (""):
    Mutex 2232236296.
    Waiters: none
  Condition Variable 2248490504 (""):
    Mutex 2231713032.
    Waiters: none
  Condition Variable 2248605705 (""):
    Mutex 2231844616.
    Waiters: none
  Condition Variable 2249328137 (""):
    Mutex 2232550665.
    Waiters: none
  Condition Variable 2248739337 (""):
    Mutex 2231961865.
    Waiters: none
  Condition Variable 2248150537 (""):
    Mutex 2231373065.
    Waiters: none
  Condition Variable 2248675593 (""):
    Mutex 2232291337.
    Waiters: none
  Condition Variable 2248872713 (""):
    Mutex 2232160777.
    Waiters: none
  Condition Variable 2249004553 (""):
    Mutex 2232227081.
    Waiters: none
  Condition Variable 2248939273 (""):
    Mutex 2232095753.
    Waiters: none
  Condition Variable 2248481033 (""):
    Mutex 2231703561.
    Waiters: none
  Condition Variable 2248678153 (""):
    Mutex 2231900681.
    Waiters: none
  Condition Variable 2248875785 (""):
    Mutex 2232092681.
    Waiters: none
  Condition Variable 2248876553 (""):
    Mutex 2232099081.
    Waiters: none
  Condition Variable 2248549385 (""):
    Mutex 2231771913.
    Waiters: none
  Condition Variable 2248680969 (""):
    Mutex 2231903497.
    Waiters: none
  Condition Variable 2248943625 (""):
    Mutex 2232166153.
    Waiters: none
  Condition Variable 2248878601 (""):
    Mutex 2232101129.
    Waiters: none
  Condition Variable 2248616969 (""):
    Mutex 2231839497.
    Waiters: none
  Condition Variable 2248748553 (""):
    Mutex 2231971081.
    Waiters: none
  Condition Variable 2248421897 (""):
    Mutex 2231644425.
    Waiters: none
  Condition Variable 2248881417 (""):
    Mutex 2232103945.
    Waiters: none
  Condition Variable 2248883209 (""):
    Mutex 2232105737.
    Waiters: none
  Condition Variable 2248555785 (""):
    Mutex 2232233737.
    Waiters: none
  Condition Variable 2248883977 (""):
    Mutex 2231778825.
    Waiters: none
  Condition Variable 2248933898 (""):
    Mutex 2232156426.
    Waiters: none
  Condition Variable 2248869386 (""):
    Mutex 2232091914.
    Waiters: none
  Condition Variable 2248869642 (""):
    Mutex 2232091658.
    Waiters: none
  Condition Variable 2249198090 (""):
    Mutex 2232617226.
    Waiters: none
  Condition Variable 2248936458 (""):
    Mutex 2232158986.
    Waiters: none
  Condition Variable 2248936970 (""):
    Mutex 2232159498.
    Waiters: none
  Condition Variable 2248675338 (""):
    Mutex 2231897866.
    Waiters: none
  Condition Variable 2249265674 (""):
    Mutex 2232488202.
    Waiters: none
  Condition Variable 2248676362 (""):
    Mutex 2231898890.
    Waiters: none
  Condition Variable 2248611082 (""):
    Mutex 2232092682.
    Waiters: none
  Condition Variable 2248939274 (""):
    Mutex 2232161802.
    Waiters: none
  Condition Variable 2248612106 (""):
    Mutex 2231834634.
    Waiters: none
  Condition Variable 2248940298 (""):
    Mutex 2232162826.
    Waiters: none
  Condition Variable 2248940810 (""):
    Mutex 2232163338.
    Waiters: none
  Condition Variable 2248810250 (""):
    Mutex 2232098314.
    Waiters: none
  Condition Variable 2248679690 (""):
    Mutex 2231836682.
    Waiters: none
  Condition Variable 2248680202 (""):
    Mutex 2231902730.
    Waiters: none
  Condition Variable 2248353034 (""):
    Mutex 2231706634.
    Waiters: none
  Condition Variable 2248615690 (""):
    Mutex 2231707146.
    Waiters: none
  Condition Variable 2248943882 (""):
    Mutex 2232166410.
    Waiters: none
  Condition Variable 2248944394 (""):
    Mutex 2231904778.
    Waiters: none
  Condition Variable 2248682762 (""):
    Mutex 2231970826.
    Waiters: none
  Condition Variable 2248552202 (""):
    Mutex 2231709194.
    Waiters: none
  Condition Variable 2248945930 (""):
    Mutex 2232168458.
    Waiters: none
  Condition Variable 2248880906 (""):
    Mutex 2231841290.
    Waiters: none
  Condition Variable 2248816138 (""):
    Mutex 2232038666.
    Waiters: none
  Condition Variable 2248620042 (""):
    Mutex 2231842570.
    Waiters: none
  Condition Variable 2248555018 (""):
    Mutex 2231777546.
    Waiters: none
  Condition Variable 2248621066 (""):
    Mutex 2231843594.
    Waiters: none
  Condition Variable 2248359178 (""):
    Mutex 2231907338.
    Waiters: none
  Condition Variable 2248474635 (""):
    Mutex 2231713546.
    Waiters: none
  Condition Variable 2248868619 ("_netsyc"):
    Mutex 2232090891.
    Waiters: none
  Condition Variable 2248869131 (""):
    Mutex 2231763467.
    Waiters: none
  Condition Variable 2248935179 (""):
    Mutex 2232092171.
    Waiters: none
  Condition Variable 2248739083 (""):
    Mutex 2231896075.
    Waiters: none
  Condition Variable 2248609035 (""):
    Mutex 2232028171.
    Waiters: none
  Condition Variable 2248544011 (""):
    Mutex 2231766539.
    Waiters: none
  Condition Variable 2248675595 (""):
    Mutex 2231898123.
    Waiters: none
  Condition Variable 2248676107 (""):
    Mutex 2231964171.
    Waiters: none
  Condition Variable 2248480011 (""):
    Mutex 2231702539.
    Waiters: none
  Condition Variable 2248808203 (""):
    Mutex 2232030731.
    Waiters: none
  Condition Variable 2248416011 (""):
    Mutex 2231638539.
    Waiters: none
  Condition Variable 2248678667 (""):
    Mutex 2231901195.
    Waiters: none
  Condition Variable 2248810251 (""):
    Mutex 2232032779.
    Waiters: none
  Condition Variable 2248876555 (""):
    Mutex 2232099083.
    Waiters: none
  Condition Variable 2248811275 (""):
    Mutex 2232033291.
    Waiters: none
  Condition Variable 2248878091 (""):
    Mutex 2232428299.
    Waiters: none
  Condition Variable 2248354315 (""):
    Mutex 2231576843.
    Waiters: none
  Condition Variable 2249010187 (""):
    Mutex 2232232715.
    Waiters: none
  Condition Variable 2248814347 (""):
    Mutex 2231772171.
    Waiters: none
  Condition Variable 2248683787 (""):
    Mutex 2231971851.
    Waiters: none
  Condition Variable 2248750347 (""):
    Mutex 2232234507.
    Waiters: none
  Condition Variable 2248488971 (""):
    Mutex 2231711499.
    Waiters: none
  Condition Variable 2248816907 (""):
    Mutex 2231973387.
    Waiters: none
  Condition Variable 2248358923 (""):
    Mutex 2231581451.
    Waiters: none
  Condition Variable 2248687115 (""):
    Mutex 2231909643.
    Waiters: none
  Condition Variable 2248883979 (""):
    Mutex 2231777803.
    Waiters: none
  Condition Variable 2248671500 (""):
    Mutex 2231828492.
    Waiters: none
  Condition Variable 2248935180 (""):
    Mutex 2232157708.
    Waiters: none
  Condition Variable 2248673548 (""):
    Mutex 2232223756.
    Waiter(s): 0x00000000010000d0 ("PPU PhysX thread")
  Condition Variable 2248805132 (""):
    Mutex 2231699980.
    Waiters: none
  Condition Variable 2248805644 (""):
    Mutex 2232028172.
    Waiters: none
  Condition Variable 2248740620 (""):
    Mutex 2231963148.
    Waiters: none
  Condition Variable 2248610316 (""):
    Mutex 2231832844.
    Waiters: none
  Condition Variable 2248414220 (""):
    Mutex 2231636748.
    Waiters: none
  Condition Variable 2248676876 (""):
    Mutex 2231899404.
    Waiters: none
  Condition Variable 2248742668 (""):
    Mutex 2231832588.
    Waiters: none
  Condition Variable 2248349964 (""):
    Mutex 2231900172.
    Waiters: none
  Condition Variable 2248416268 (""):
    Mutex 2231638796.
    Waiters: none
  Condition Variable 2249006348 (""):
    Mutex 2231835148.
    Waiters: none
  Condition Variable 2248745740 (""):
    Mutex 2231967756.
    Waiters: none
  Condition Variable 2248418572 (""):
    Mutex 2231641100.
    Waiters: none
  Condition Variable 2248747276 (""):
    Mutex 2231969804.
    Waiters: none
  Condition Variable 2248616716 (""):
    Mutex 2231839244.
    Waiters: none
  Condition Variable 2248355084 (""):
    Mutex 2231577612.
    Waiters: none
  Condition Variable 2248421132 (""):
    Mutex 2231643660.
    Waiters: none
  Condition Variable 2248814860 (""):
    Mutex 2232037388.
    Waiters: none
  Condition Variable 2248487692 (""):
    Mutex 2231710220.
    Waiters: none
  Condition Variable 2248750348 (""):
    Mutex 2231972876.
    Waiters: none
  Condition Variable 2248750860 (""):
    Mutex 2231973388.
    Waiters: none
  Condition Variable 2248686604 (""):
    Mutex 2231909132.
    Waiters: none
  Condition Variable 2248540429 (""):
    Mutex 2232090637.
    Waiters: none
  Condition Variable 2248344333 (""):
    Mutex 2231566861.
    Waiters: none
  Condition Variable 2248606989 (""):
    Mutex 2231501837.
    Waiters: none
  Condition Variable 2248608269 (""):
    Mutex 2231830797.
    Waiters: none
  Condition Variable 2248806669 (""):
    Mutex 2231832077.
    Waiters: none
  Condition Variable 2248413965 (""):
    Mutex 2232095245.
    Waiters: none
  Condition Variable 2248611597 (""):
    Mutex 2232096269.
    Waiters: none
  Condition Variable 2248677645 (""):
    Mutex 2231834637.
    Waiters: none
  Condition Variable 2248547085 (""):
    Mutex 2231573005.
    Waiters: none
  Condition Variable 2248744205 (""):
    Mutex 2231966733.
    Waiters: none
  Condition Variable 2248941325 (""):
    Mutex 2232163853.
    Waiters: none
  Condition Variable 2248352013 (""):
    Mutex 2231836685.
    Waiters: none
  Condition Variable 2248745997 (""):
    Mutex 2231968525.
    Waiters: none
  Condition Variable 2248353037 (""):
    Mutex 2231509517.
    Waiters: none
  Condition Variable 2249074445 (""):
    Mutex 2232034829.
    Waiters: none
  Condition Variable 2248681741 (""):
    Mutex 2231969805.
    Waiters: none
  Condition Variable 2248616717 (""):
    Mutex 2231839245.
    Waiters: none
  Condition Variable 2248682765 (""):
    Mutex 2231970829.
    Waiters: none
  Condition Variable 2248683277 (""):
    Mutex 2231840269.
    Waiters: none
  Condition Variable 2248487181 (""):
    Mutex 2231971853.
    Waiters: none
  Condition Variable 2248422157 (""):
    Mutex 2231644685.
    Waiters: none
  Condition Variable 2248881421 (""):
    Mutex 2231841805.
    Waiters: none
  Condition Variable 2249013005 (""):
    Mutex 2232038925.
    Waiters: none
  Condition Variable 2248358157 (""):
    Mutex 2231777293.
    Waiters: none
  Condition Variable 2248555277 (""):
    Mutex 2231515661.
    Waiters: none
  Condition Variable 2248621325 (""):
    Mutex 2231843853.
    Waiters: none
  Condition Variable 2248556301 (""):
    Mutex 2232040973.
    Waiters: none
  Condition Variable 2248802574 (""):
    Mutex 2231631886.
    Waiters: none
  Condition Variable 2248737550 (""):
    Mutex 2231960078.
    Waiters: none
  Condition Variable 2248541454 (""):
    Mutex 2231763982.
    Waiters: none
  Condition Variable 2248738574 (""):
    Mutex 2231961102.
    Waiters: none
  Condition Variable 2248608014 (""):
    Mutex 2232027150.
    Waiters: none
  Condition Variable 2248411918 (""):
    Mutex 2231568910.
    Waiters: none
  Condition Variable 2248477966 (""):
    Mutex 2231700494.
    Waiters: none
  Condition Variable 2248806158 (""):
    Mutex 2231701006.
    Waiters: none
  Condition Variable 2248544526 (""):
    Mutex 2231832590.
    Waiters: none
  Condition Variable 2248610574 (""):
    Mutex 2231767566.
    Waiters: none
  Condition Variable 2248611086 (""):
    Mutex 2231833614.
    Waiters: none
  Condition Variable 2248742670 (""):
    Mutex 2231768590.
    Waiters: none
  Condition Variable 2248677646 (""):
    Mutex 2231900174.
    Waiters: none
  Condition Variable 2248416014 (""):
    Mutex 2231638542.
    Waiters: none
  Condition Variable 2248416526 (""):
    Mutex 2231835662.
    Waiters: none
  Condition Variable 2248613646 (""):
    Mutex 2231639566.
    Waiters: none
  Condition Variable 2248286478 (""):
    Mutex 2231640078.
    Waiters: none
  Condition Variable 2248418062 (""):
    Mutex 2231575054.
    Waiters: none
  Condition Variable 2248615182 (""):
    Mutex 2231837710.
    Waiters: none
  Condition Variable 2248484622 (""):
    Mutex 2231772686.
    Waiters: none
  Condition Variable 2248147727 (""):
    Mutex 2231570694.
    Waiter(s): 0x00000000010000c6 ("realmemcard_ps3")
  LWMutex 2499806720 ("_lv2tls"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499806976 ("_lv2hea"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499807232 ("_lv2hea"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499807744 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499808000 ("_lv2prx"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499808512 ("_smolwm"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499809024 ("_s__"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499809280 ("_s__"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499809536 ("_s__"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499810048 ("_lv2mma"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499814912 ("_lv2hea"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499815424 ("_lv2prx"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499815680 ("_lc_mtx"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499815936 ("_lc_mtx"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499816192 ("_lc_mtx"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499816448 ("_lc_mtx"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499816704 ("_lc_mtx"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499816960 ("_lc_mtx"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499817216 ("_lc_mtx"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499817472 ("_lc_mtx"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499817728 ("_lc_mtx"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499817984 ("_lc_mtx"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499818240 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499818496 ("ůs"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499818752 ("ůs"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499819008 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499819264 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499819520 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499819776 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499820032 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499820288 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499820544 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499820800 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499821056 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499821312 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499805185 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499805441 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499805697 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499805953 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499806209 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499806465 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499806721 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499806977 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499807233 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499808513 ("_fs_pwl"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499809281 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499809537 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499809793 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499810049 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499810305 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499810561 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499810817 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499811073 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499811329 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499811585 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499811841 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499812097 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499812353 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499812609 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499812865 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499813121 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499813377 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499813633 ("_fs_atl"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499814657 ("_ssv"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499815169 ("_gcmlwm"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499814402 ("_io_pad"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499814658 ("_io_mtx"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499815682 ("_io_kbd"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499816194 ("_io_mou"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499816706 ("_lv2hea"):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499817730 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499818498 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499871747 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499806467 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499872259 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499812867 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499813123 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499813379 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499879171 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499815427 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499947523 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499947779 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499948035 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499948291 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499948547 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499948803 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499870724 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499809541 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2500331270 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499812615 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499812871 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499813127 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499813383 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499813639 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499813895 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499814151 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499814407 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499814663 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499814919 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499815175 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499815431 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499947528 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499947784 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2499948040 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2500802568 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2500475656 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2500475912 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2500526345 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2500526601 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2500461321 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2500461577 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2500462345 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2500205577 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  LWMutex 2500460554 (""):
    Properties: recursive.
    Owner: 0x00000000ffffffff (""), locked 0 time(s).
    Waiters: none
  Event Queue 2365595136 ("_s__equ"):
    Waiters: none
  Event Queue 2365597440 ("_l2cDBG"):
    Waiters: none
  Event Queue 2365597697 (""):
    Waiters: none
  Event Queue 2365602817 ("_spuPrv"):
    Waiter(s): 0x000000000100009d ("SpursHdlr1")
  Event Queue 2365592834 ("_spuPrv"):
    Waiter(s): 0x000000000100009f ("SpursHdlr1")
  Event Queue 2365593602 (""):
    Waiter(s): 0x00000000010000a1 ("spu_printf_handler")
  Event Queue 2365594370 ("_spuEvF"):
    Waiters: none
  Event Queue 2365594882 ("_spuLFQ"):
    Waiters: none
  Event Queue 2365595650 ("_spuLFQ"):
    Waiters: none
  Event Queue 2365597186 ("_io_eq_"):
    Waiter(s): 0x00000000010000a2 ("_cfg_ev_hndlr")
  Event Queue 2365599746 ("_dbdDBG"):
    Waiter(s): 0x00000000010000a4 ("_DBG_PPU_EXCEPTION_HANDLER")
  Event Queue 2365600258 (""):
    Waiter(s): 0x00000000010000a6 ("PoolThread")
  Event Queue 2365589251 (""):
    Waiters: none
  Event Queue 2365590531 (""):
    Waiter(s): 0x00000000010000aa ("StatSender")
  Event Queue 2365591043 (""):
    Waiters: none
  Event Queue 2365987843 (""):
    Waiters: none
  Event Queue 2365596163 (""):
    Waiters: none
  Event Queue 2365597187 (""):
    Waiter(s): 0x00000000010000ac ("DebugServerSender")
  Event Queue 2365597955 (""):
    Waiter(s): 0x00000000010000ad ("AsyncIOSystem")
  Event Queue 2365596420 (""):
    Waiter(s): 0x00000000010000b0 ("Job Manager - PPU Proxy")
  Event Queue 2365597701 ("_mio_CQ"):
    Waiters: none
  Event Queue 2365598469 (""):
    Waiters: none
  Event Queue 2365985286 (""):
    Waiters: none
  Event Queue 2365854726 (""):
    Waiters: none
  Event Queue 2365730568 (""):
    Waiter(s): 0x00000000010000cd ("CellSlabMemoryManager")
  Event Queue 2365590281 (""):
    Waiters: none
  Event Queue 2366191369 ("_spuEvF"):
    Waiters: none
  Semaphore 2516584705 (""):
    Current value 0, max value: 100000
    Waiters: none
  Semaphore 2516584961 (""):
    Current value 0, max value: 100000
    Waiters: none
  Semaphore 2516592897 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516593153 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516593409 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516593665 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516593921 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516594177 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516594433 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516594689 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516594945 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516595201 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516595457 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516595713 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516595969 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516596225 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516596481 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516596737 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516596993 ("_spuPrv"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516582914 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516583170 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516583426 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516583682 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516583938 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516584194 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516584450 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516584706 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516584962 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516585218 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516585474 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516585730 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516585986 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516586242 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516586498 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516586754 ("_spuWkL"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516587010 ("_spuPrv"):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516648196 (""):
    Current value 0, max value: 100000
    Waiters: none
  Semaphore 2516582916 (""):
    Current value 0, max value: 100000
    Waiters: none
  Semaphore 2516583172 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516583428 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516583684 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516583940 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516584196 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516584452 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516584708 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516584964 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516585220 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516585476 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516585732 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516585988 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516586244 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516586500 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516586756 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516587012 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516587268 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516587524 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516587780 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516588036 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516588292 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516588548 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516588804 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516589060 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516589316 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516589572 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516589828 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516590084 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516590340 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516590596 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516590852 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516591108 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516591876 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516592132 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516592388 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516592644 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516592900 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516593156 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516593412 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516593668 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516593924 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516594180 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516594436 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516594692 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516594948 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516595204 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516595460 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516595716 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516595972 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516596228 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516596484 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516596740 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516596996 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516597252 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516597508 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516597764 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516598020 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516598276 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516598532 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516582405 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516582661 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516582917 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516583173 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516583429 (""):
    Current value 0, max value: 1
    Waiters: none
  Semaphore 2516591621 (""):
    Current value 0, max value: 100000
    Waiters: none
  Semaphore 2516591877 (""):
    Current value 0, max value: 100000
    Waiters: none
  LW Condition Variable 2533694729 (""):
    LW Mutex 2500205577.
    Waiters: none

PRX data
  liblv2                                   PRX ID:  0x23000000 Code base address: 0x00300000 Code size: 0x2000 Version:  257 Path: "/dev_flash/sys/external/liblv2.sprx"
  cellSysmodule_Library                    PRX ID:  0x23001000 Code base address: 0x00310000 Code size: 0x1600 Version:  257 Path: "/dev_flash/sys/external/libsysmodule.sprx"
  cellSysutil_Library                      PRX ID:  0x23002000 Code base address: 0x00320000 Code size: 0x2000 Version:  257 Path: "/dev_flash/sys/external/libsysutil.sprx"
  cellGcm_Library                          PRX ID:  0x23003000 Code base address: 0x00330000 Code size: 0x8440 Version:  257 Path: "/dev_flash/sys/external/libgcm_sys.sprx"
  cellAudio_Library                        PRX ID:  0x23004000 Code base address: 0x00340000 Code size: 0x3400 Version:  257 Path: "/dev_flash/sys/external/libaudio.sprx"
  sys_io_library                           PRX ID:  0x23005000 Code base address: 0x00350000 Code size: 0x1600 Version:  257 Path: "/dev_flash/sys/external/libio.sprx"
  cellSre_Library                          PRX ID:  0x23006000 Code base address: 0x00360000 Code size: 0x2000 Version:  257 Path: "/dev_flash/sys/external/libsre.sprx"
  sys_lv2coredump_Library                  PRX ID:  0x23007000 Code base address: 0x00370000 Code size: 0x3400 Version:  257 Path: "/dev_flash/sys/external/liblv2coredump.sprx"
  sys_fs_Library                           PRX ID:  0x23008000 Code base address: 0x00380000 Code size: 0x8440 Version:  257 Path: "/dev_flash/sys/external/libfs.sprx"
  cellRtc_Library                          PRX ID:  0x23009000 Code base address: 0x00390000 Code size: 0x4800 Version:  257 Path: "/dev_flash/sys/external/librtc.sprx"
  sys_lv2dbg_Library                       PRX ID:  0x2300a000 Code base address: 0x003a0000 Code size: 0x2000 Version:  257 Path: "/dev_flash/sys/external/liblv2dbg_for_dex.sprx"
  cellSaveData_Library                     PRX ID:  0x2300b000 Code base address: 0x003b0000 Code size: 0x8800 Version:  257 Path: "/dev_flash/sys/external/libsysutil_savedata.sprx"
  cellCelpEnc_Library                      PRX ID:  0x2300c000 Code base address: 0x003c0000 Code size: 0x3400 Version:  257 Path: "/dev_flash/sys/external/libcelpenc.sprx"
  SPUJobs                                  PRX ID:  0x2300d000 Code base address: 0x003d0000 Code size: 0x8440 Version:  257 Path: "/app_home/Binaries/PS3/SPU/SPUJobs.sprx"
  cellNetCtl_Library                       PRX ID:  0x2300e000 Code base address: 0x003e0000 Code size: 0x1600 Version:  257 Path: "/dev_flash/sys/external/libnetctl.sprx"
  sys_net_Library                          PRX ID:  0x2300f000 Code base address: 0x003f0000 Code size: 0x2000 Version:  257 Path: "/dev_flash/sys/external/libnet.sprx"
  cellMic_Library                          PRX ID:  0x23010000 Code base address: 0x00400000 Code size: 0x8440 Version:  257 Path: "/dev_flash/sys/external/libmic.sprx"
  sceNp_Library                            PRX ID:  0x23020000 Code base address: 0x00410000 Code size: 0x3400 Version:  257 Path: "/dev_flash/sys/external/libsysutil_np.sprx"

Memory segments
  Start: 0x00010000, end: 0x02bb0000, size:  45744128, read-only, accessible from 
  Start: 0x02bb0000, end: 0x03200000, size:   6619136, writable, accessible from 
  Start: 0x03200000, end: 0x03220000, size:    131072, read-only, accessible from 
  Start: 0x03220000, end: 0x03230000, size:     65536, writable, accessible from 
  Start: 0x03230000, end: 0x03240000, size:     65536, read-only, accessible from 
  Start: 0x03240000, end: 0x03250000, size:     65536, writable, accessible from 
  Start: 0x03250000, end: 0x03270000, size:    131072, read-only, accessible from 
  Start: 0x03270000, end: 0x03280000, size:     65536, writable, accessible from 
  Start: 0x03280000, end: 0x03290000, size:     65536, read-only, accessible from 
  Start: 0x03290000, end: 0x032a0000, size:     65536, writable, accessible from 
  Start: 0x032a0000, end: 0x032b0000, size:     65536, read-only, accessible from 
  Start: 0x032b0000, end: 0x032c0000, size:     65536, writable, accessible from 
  Start: 0x032c0000, end: 0x032d0000, size:     65536, read-only, accessible from 
  Start: 0x032d0000, end: 0x032e0000, size:     65536, writable, accessible from 
  Start: 0x032e0000, end: 0x03310000, size:    196608, read-only, accessible from 
  Start: 0x03310000, end: 0x03320000, size:     65536, writable, accessible from 
  Start: 0x03320000, end: 0x03330000, size:     65536, read-only, accessible from 
  Start: 0x03330000, end: 0x03340000, size:     65536, writable, accessible from 
  Start: 0x03340000, end: 0x03350000, size:     65536, read-only, accessible from 
  Start: 0x03350000, end: 0x03360000, size:     65536, writable, accessible from 
  Start: 0x03360000, end: 0x03370000, size:     65536, read-only, accessible from 
  Start: 0x03370000, end: 0x03380000, size:     65536, writable, accessible from 
  Start: 0x03380000, end: 0x03390000, size:     65536, read-only, accessible from 
  Start: 0x03390000, end: 0x033a0000, size:     65536, writable, accessible from 
  Start: 0x033a0000, end: 0x033b0000, size:     65536, read-only, accessible from 
  Start: 0x033b0000, end: 0x033c0000, size:     65536, writable, accessible from 
  Start: 0x033c0000, end: 0x033e0000, size:    131072, read-only, accessible from 
  Start: 0x033e0000, end: 0x033f0000, size:     65536, writable, accessible from 
  Start: 0x033f0000, end: 0x03410000, size:    131072, read-only, accessible from 
  Start: 0x03410000, end: 0x03420000, size:     65536, writable, accessible from 
  Start: 0x03420000, end: 0x03430000, size:     65536, read-only, accessible from 
  Start: 0x03430000, end: 0x03440000, size:     65536, writable, accessible from 
  Start: 0x03440000, end: 0x03470000, size:    196608, read-only, accessible from 
  Start: 0x03470000, end: 0x03480000, size:     65536, writable, accessible from 
  Start: 0x03480000, end: 0x03490000, size:     65536, read-only, accessible from 
  Start: 0x03490000, end: 0x034a0000, size:     65536, writable, accessible from 
  Start: 0x034a0000, end: 0x034d0000, size:    196608, read-only, accessible from 
  Start: 0x034d0000, end: 0x034e0000, size:     65536, writable, accessible from 
  Start: 0x10000000, end: 0x100d0000, size:    851968, writable, accessible from 
  Start: 0x20000000, end: 0x20030000, size:    196608, writable, accessible from 
  Start: 0x30000000, end: 0x30200000, size:   2097152, writable, accessible from 
  Start: 0x30600000, end: 0x3ce00000, size: 209715200, writable, accessible from 
  Start: 0x40000000, end: 0x46000000, size: 100663296, writable, accessible from 
  Start: 0x50000000, end: 0x50001000, size:      4096, writable, accessible from 
  Start: 0x50100000, end: 0x50101000, size:      4096, writable, accessible from 
  Start: 0x50200000, end: 0x50204000, size:     16384, writable, accessible from 
  Start: 0x50300000, end: 0x50310000, size:     65536, writable, accessible from 
  Start: 0xc0000000, end: 0xcf900000, size: 261095424, writable, accessible from 
  Start: 0xd0001000, end: 0xd0003000, size:      8192, writable, accessible from 
  Start: 0xd0005000, end: 0xd0009000, size:     16384, writable, accessible from 
  Start: 0xd000b000, end: 0xd000f000, size:     16384, writable, accessible from 
  Start: 0xd0011000, end: 0xd0012000, size:      4096, writable, accessible from 
  Start: 0xd0015000, end: 0xd001d000, size:     32768, writable, accessible from 
  Start: 0xd001f000, end: 0xd0023000, size:     16384, writable, accessible from 
  Start: 0xd0025000, end: 0xd002d000, size:     32768, writable, accessible from 
  Start: 0xd002f000, end: 0xd0033000, size:     16384, writable, accessible from 
  Start: 0xd0035000, end: 0xd0045000, size:     65536, writable, accessible from 
  Start: 0xd0047000, end: 0xd0049000, size:      8192, writable, accessible from 
  Start: 0xd004b000, end: 0xd004d000, size:      8192, writable, accessible from 
  Start: 0xd004f000, end: 0xd0053000, size:     16384, writable, accessible from 
  Start: 0xd0055000, end: 0xd0095000, size:    262144, writable, accessible from 
  Start: 0xd0097000, end: 0xd009f000, size:     32768, writable, accessible from 
  Start: 0xd00a1000, end: 0xd00a3000, size:      8192, writable, accessible from 
  Start: 0xd00a5000, end: 0xd00a8000, size:     12288, writable, accessible from 
  Start: 0xd00aa000, end: 0xd00ac000, size:      8192, writable, accessible from 
  Start: 0xd00ae000, end: 0xd00b1000, size:     12288, writable, accessible from 
  Start: 0xd00b3000, end: 0xd00b7000, size:     16384, writable, accessible from 
  Start: 0xd00b9000, end: 0xd00c9000, size:     65536, writable, accessible from 
  Start: 0xd00cb000, end: 0xd00db000, size:     65536, writable, accessible from 
  Start: 0xd00dd000, end: 0xd00ed000, size:     65536, writable, accessible from 
  Start: 0xd00ef000, end: 0xd00ff000, size:     65536, writable, accessible from 
  Start: 0xd0101000, end: 0xd0111000, size:     65536, writable, accessible from 
  Start: 0xd0113000, end: 0xd0123000, size:     65536, writable, accessible from 
  Start: 0xd0125000, end: 0xd012d000, size:     32768, writable, accessible from 
  Start: 0xd012f000, end: 0xd013f000, size:     65536, writable, accessible from 
  Start: 0xd0141000, end: 0xd0145000, size:     16384, writable, accessible from 
  Start: 0xd0147000, end: 0xd014b000, size:     16384, writable, accessible from 
  Start: 0xd014d000, end: 0xd015d000, size:     65536, writable, accessible from 
  Start: 0xd015f000, end: 0xd019f000, size:    262144, writable, accessible from 
  Start: 0xd01a1000, end: 0xd01e1000, size:    262144, writable, accessible from 
  Start: 0xd01e3000, end: 0xd0223000, size:    262144, writable, accessible from 
  Start: 0xd0225000, end: 0xd0235000, size:     65536, writable, accessible from