Skip to content

Instantly share code, notes, and snippets.

@Util
Created July 12, 2011 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Util/1078907 to your computer and use it in GitHub Desktop.
Save Util/1078907 to your computer and use it in GitHub Desktop.
Niecza part2
Output of two runs:
run/Niecza.exe -C CORE
run/Niecza.exe
bruce@farmer:~/Git/Niecza/niecza$ MONO_LOG_LEVEL=debug MONO_LOG_MASK=asm mono --trace=none run/Niecza.exe -C CORE
Mono-INFO: Assembly Loader probing location: '/usr/lib/mono/2.0/mscorlib.dll'.
Mono-INFO: Image addref mscorlib 0x8b4b408 -> /usr/lib/mono/2.0/mscorlib.dll 0x8b4aa60: 2
Mono-INFO: Assembly Loader loaded assembly from location: '/usr/lib/mono/2.0/mscorlib.dll'.
Mono-INFO: Assembly mscorlib 0x8b4b408 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader probing location: 'run/Niecza.exe'.
Mono-INFO: Image addref MAIN 0x8b95e38 -> /home/bruce/Git/Niecza/niecza/run/Niecza.exe 0x8b49f78: 3
Mono-INFO: Assembly MAIN 0x8b95e38 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: 'run/Niecza.exe'.
Mono-INFO: Assembly Loader probing location: 'run/Niecza.exe'.
Mono-INFO: Assembly Ref addref MAIN 0x8b95e38 -> mscorlib 0x8b4b408: 2
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/Kernel.dll'.
Mono-INFO: Image addref Kernel 0x8b9a468 -> /home/bruce/Git/Niecza/niecza/run/Kernel.dll 0x8b99bf0: 2
Mono-INFO: Assembly Kernel 0x8b9a468 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/Kernel.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x8b95e38 -> Kernel 0x8b9a468: 2
Mono-INFO: Assembly Ref addref Kernel 0x8b9a468 -> mscorlib 0x8b4b408: 3
Mono-INFO: Assembly Loader probing location: '/usr/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll'.
Mono-INFO: Image addref System.Core 0x8b44540 -> /usr/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll 0x8ba1580: 2
Mono-INFO: Assembly System.Core 0x8b44540 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/usr/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll'.
Mono-INFO: Assembly Ref addref Kernel 0x8b9a468 -> System.Core 0x8b44540: 2
Mono-INFO: Assembly Ref addref System.Core 0x8b44540 -> mscorlib 0x8b4b408: 4
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/CClass.dll'.
Mono-INFO: Image addref CClass 0x8ba9850 -> /home/bruce/Git/Niecza/niecza/run/CClass.dll 0x8bbac08: 2
Mono-INFO: Assembly CClass 0x8ba9850 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/CClass.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x8b95e38 -> CClass 0x8ba9850: 2
Mono-INFO: Assembly Ref addref CClass 0x8ba9850 -> mscorlib 0x8b4b408: 5
Mono-INFO: Assembly Ref addref CClass 0x8ba9850 -> Kernel 0x8b9a468: 3
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/CORE.dll'.
Mono-INFO: Image addref CORE 0x8bbb708 -> /home/bruce/Git/Niecza/niecza/run/CORE.dll 0x8ba87b0: 2
Mono-INFO: Assembly CORE 0x8bbb708 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/CORE.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x8b95e38 -> CORE 0x8bbb708: 2
Mono-INFO: Assembly Ref addref CORE 0x8bbb708 -> mscorlib 0x8b4b408: 6
Mono-INFO: Assembly Ref addref CORE 0x8bbb708 -> Kernel 0x8b9a468: 4
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/CgOp.dll'.
Mono-INFO: Image addref CgOp 0x8c0a728 -> /home/bruce/Git/Niecza/niecza/run/CgOp.dll 0x8c09ff8: 2
Mono-INFO: Assembly CgOp 0x8c0a728 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/CgOp.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x8b95e38 -> CgOp 0x8c0a728: 2
Mono-INFO: Assembly Ref addref CgOp 0x8c0a728 -> mscorlib 0x8b4b408: 7
Mono-INFO: Assembly Ref addref CgOp 0x8c0a728 -> Kernel 0x8b9a468: 5
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/GetOptLong.dll'.
Mono-INFO: Image addref GetOptLong 0x8c20528 -> /home/bruce/Git/Niecza/niecza/run/GetOptLong.dll 0x8c0b038: 2
Mono-INFO: Assembly GetOptLong 0x8c20528 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/GetOptLong.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x8b95e38 -> GetOptLong 0x8c20528: 2
Mono-INFO: Assembly Ref addref GetOptLong 0x8c20528 -> mscorlib 0x8b4b408: 8
Mono-INFO: Assembly Ref addref GetOptLong 0x8c20528 -> Kernel 0x8b9a468: 6
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/JSYNC.dll'.
Mono-INFO: Image addref JSYNC 0x8c21a50 -> /home/bruce/Git/Niecza/niecza/run/JSYNC.dll 0x8c21320: 2
Mono-INFO: Assembly JSYNC 0x8c21a50 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/JSYNC.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x8b95e38 -> JSYNC 0x8c21a50: 2
Mono-INFO: Assembly Ref addref JSYNC 0x8c21a50 -> mscorlib 0x8b4b408: 9
Mono-INFO: Assembly Ref addref JSYNC 0x8c21a50 -> Kernel 0x8b9a468: 7
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/Metamodel.dll'.
Mono-INFO: Image addref Metamodel 0x8c254c8 -> /home/bruce/Git/Niecza/niecza/run/Metamodel.dll 0x8c24bd0: 2
Mono-INFO: Assembly Metamodel 0x8c254c8 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/Metamodel.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x8b95e38 -> Metamodel 0x8c254c8: 2
Mono-INFO: Assembly Ref addref Metamodel 0x8c254c8 -> mscorlib 0x8b4b408: 10
Mono-INFO: Assembly Ref addref Metamodel 0x8c254c8 -> Kernel 0x8b9a468: 8
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/NAMOutput.dll'.
Mono-INFO: Image addref NAMOutput 0x8c29fc0 -> /home/bruce/Git/Niecza/niecza/run/NAMOutput.dll 0x8c29930: 2
Mono-INFO: Assembly NAMOutput 0x8c29fc0 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/NAMOutput.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x8b95e38 -> NAMOutput 0x8c29fc0: 2
Mono-INFO: Assembly Ref addref NAMOutput 0x8c29fc0 -> mscorlib 0x8b4b408: 11
Mono-INFO: Assembly Ref addref NAMOutput 0x8c29fc0 -> Kernel 0x8b9a468: 9
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/NieczaActions.dll'.
Mono-INFO: Image addref NieczaActions 0x8c2d500 -> /home/bruce/Git/Niecza/niecza/run/NieczaActions.dll 0x8c2cd60: 2
Mono-INFO: Assembly NieczaActions 0x8c2d500 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/NieczaActions.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x8b95e38 -> NieczaActions 0x8c2d500: 2
Mono-INFO: Assembly Ref addref NieczaActions 0x8c2d500 -> mscorlib 0x8b4b408: 12
Mono-INFO: Assembly Ref addref NieczaActions 0x8c2d500 -> Kernel 0x8b9a468: 10
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/NieczaBackendClisp.dll'.
Mono-INFO: Image addref NieczaBackendClisp 0x8c38e90 -> /home/bruce/Git/Niecza/niecza/run/NieczaBackendClisp.dll 0x8c37dd8: 2
Mono-INFO: Assembly NieczaBackendClisp 0x8c38e90 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/NieczaBackendClisp.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x8b95e38 -> NieczaBackendClisp 0x8c38e90: 2
Mono-INFO: Assembly Ref addref NieczaBackendClisp 0x8c38e90 -> mscorlib 0x8b4b408: 13
Mono-INFO: Assembly Ref addref NieczaBackendClisp 0x8c38e90 -> Kernel 0x8b9a468: 11
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/NieczaBackendDotnet.dll'.
Mono-INFO: Image addref NieczaBackendDotnet 0x8c3a2d8 -> /home/bruce/Git/Niecza/niecza/run/NieczaBackendDotnet.dll 0x8c39ad8: 2
Mono-INFO: Assembly NieczaBackendDotnet 0x8c3a2d8 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/NieczaBackendDotnet.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x8b95e38 -> NieczaBackendDotnet 0x8c3a2d8: 2
Mono-INFO: Assembly Ref addref NieczaBackendDotnet 0x8c3a2d8 -> mscorlib 0x8b4b408: 14
Mono-INFO: Assembly Ref addref NieczaBackendDotnet 0x8c3a2d8 -> Kernel 0x8b9a468: 12
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/NieczaBackendHoopl.dll'.
Mono-INFO: Image addref NieczaBackendHoopl 0x8c3b708 -> /home/bruce/Git/Niecza/niecza/run/NieczaBackendHoopl.dll 0x8c3ae88: 2
Mono-INFO: Assembly NieczaBackendHoopl 0x8c3b708 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/NieczaBackendHoopl.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x8b95e38 -> NieczaBackendHoopl 0x8c3b708: 2
Mono-INFO: Assembly Ref addref NieczaBackendHoopl 0x8c3b708 -> mscorlib 0x8b4b408: 15
Mono-INFO: Assembly Ref addref NieczaBackendHoopl 0x8c3b708 -> Kernel 0x8b9a468: 13
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/NieczaBackendNAM.dll'.
Mono-INFO: Image addref NieczaBackendNAM 0x8ba1f10 -> /home/bruce/Git/Niecza/niecza/run/NieczaBackendNAM.dll 0x8c3c350: 2
Mono-INFO: Assembly NieczaBackendNAM 0x8ba1f10 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/NieczaBackendNAM.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x8b95e38 -> NieczaBackendNAM 0x8ba1f10: 2
Mono-INFO: Assembly Ref addref NieczaBackendNAM 0x8ba1f10 -> mscorlib 0x8b4b408: 16
Mono-INFO: Assembly Ref addref NieczaBackendNAM 0x8ba1f10 -> Kernel 0x8b9a468: 14
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/NieczaCompiler.dll'.
Mono-INFO: Image addref NieczaCompiler 0x8c3e108 -> /home/bruce/Git/Niecza/niecza/run/NieczaCompiler.dll 0x8c3d7d0: 2
Mono-INFO: Assembly NieczaCompiler 0x8c3e108 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/NieczaCompiler.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x8b95e38 -> NieczaCompiler 0x8c3e108: 2
Mono-INFO: Assembly Ref addref NieczaCompiler 0x8c3e108 -> mscorlib 0x8b4b408: 17
Mono-INFO: Assembly Ref addref NieczaCompiler 0x8c3e108 -> Kernel 0x8b9a468: 15
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/NieczaFrontendSTD.dll'.
Mono-INFO: Image addref NieczaFrontendSTD 0x8c41fa0 -> /home/bruce/Git/Niecza/niecza/run/NieczaFrontendSTD.dll 0x8c417b0: 2
Mono-INFO: Assembly NieczaFrontendSTD 0x8c41fa0 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/NieczaFrontendSTD.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x8b95e38 -> NieczaFrontendSTD 0x8c41fa0: 2
Mono-INFO: Assembly Ref addref NieczaFrontendSTD 0x8c41fa0 -> mscorlib 0x8b4b408: 18
Mono-INFO: Assembly Ref addref NieczaFrontendSTD 0x8c41fa0 -> Kernel 0x8b9a468: 16
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/NieczaGrammar.dll'.
Mono-INFO: Image addref NieczaGrammar 0x8c45220 -> /home/bruce/Git/Niecza/niecza/run/NieczaGrammar.dll 0x8c44a28: 2
Mono-INFO: Assembly NieczaGrammar 0x8c45220 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/NieczaGrammar.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x8b95e38 -> NieczaGrammar 0x8c45220: 2
Mono-INFO: Assembly Ref addref NieczaGrammar 0x8c45220 -> mscorlib 0x8b4b408: 19
Mono-INFO: Assembly Ref addref NieczaGrammar 0x8c45220 -> Kernel 0x8b9a468: 17
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/NieczaPassSimplifier.dll'.
Mono-INFO: Image addref NieczaPassSimplifier 0x8c461c8 -> /home/bruce/Git/Niecza/niecza/run/NieczaPassSimplifier.dll 0x8c46260: 2
Mono-INFO: Assembly NieczaPassSimplifier 0x8c461c8 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/NieczaPassSimplifier.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x8b95e38 -> NieczaPassSimplifier 0x8c461c8: 2
Mono-INFO: Assembly Ref addref NieczaPassSimplifier 0x8c461c8 -> mscorlib 0x8b4b408: 20
Mono-INFO: Assembly Ref addref NieczaPassSimplifier 0x8c461c8 -> Kernel 0x8b9a468: 18
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/NieczaPathSearch.dll'.
Mono-INFO: Image addref NieczaPathSearch 0x8c46c80 -> /home/bruce/Git/Niecza/niecza/run/NieczaPathSearch.dll 0x8c48658: 2
Mono-INFO: Assembly NieczaPathSearch 0x8c46c80 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/NieczaPathSearch.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x8b95e38 -> NieczaPathSearch 0x8c46c80: 2
Mono-INFO: Assembly Ref addref NieczaPathSearch 0x8c46c80 -> mscorlib 0x8b4b408: 21
Mono-INFO: Assembly Ref addref NieczaPathSearch 0x8c46c80 -> Kernel 0x8b9a468: 19
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/Op.dll'.
Mono-INFO: Image addref Op 0x8c4a358 -> /home/bruce/Git/Niecza/niecza/run/Op.dll 0x8c49c28: 2
Mono-INFO: Assembly Op 0x8c4a358 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/Op.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x8b95e38 -> Op 0x8c4a358: 2
Mono-INFO: Assembly Ref addref Op 0x8c4a358 -> mscorlib 0x8b4b408: 22
Mono-INFO: Assembly Ref addref Op 0x8c4a358 -> Kernel 0x8b9a468: 20
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/OpHelpers.dll'.
Mono-INFO: Image addref OpHelpers 0x8c508a8 -> /home/bruce/Git/Niecza/niecza/run/OpHelpers.dll 0x8c50140: 2
Mono-INFO: Assembly OpHelpers 0x8c508a8 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/OpHelpers.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x8b95e38 -> OpHelpers 0x8c508a8: 2
Mono-INFO: Assembly Ref addref OpHelpers 0x8c508a8 -> mscorlib 0x8b4b408: 23
Mono-INFO: Assembly Ref addref OpHelpers 0x8c508a8 -> Kernel 0x8b9a468: 21
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/Operator.dll'.
Mono-INFO: Image addref Operator 0x8c519a8 -> /home/bruce/Git/Niecza/niecza/run/Operator.dll 0x8c51418: 2
Mono-INFO: Assembly Operator 0x8c519a8 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/Operator.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x8b95e38 -> Operator 0x8c519a8: 2
Mono-INFO: Assembly Ref addref Operator 0x8c519a8 -> mscorlib 0x8b4b408: 24
Mono-INFO: Assembly Ref addref Operator 0x8c519a8 -> Kernel 0x8b9a468: 22
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/OptBeta.dll'.
Mono-INFO: Image addref OptBeta 0x8c577c0 -> /home/bruce/Git/Niecza/niecza/run/OptBeta.dll 0x8c57058: 2
Mono-INFO: Assembly OptBeta 0x8c577c0 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/OptBeta.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x8b95e38 -> OptBeta 0x8c577c0: 2
Mono-INFO: Assembly Ref addref OptBeta 0x8c577c0 -> mscorlib 0x8b4b408: 25
Mono-INFO: Assembly Ref addref OptBeta 0x8c577c0 -> Kernel 0x8b9a468: 23
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/OptRxSimple.dll'.
Mono-INFO: Image addref OptRxSimple 0x8c58fa0 -> /home/bruce/Git/Niecza/niecza/run/OptRxSimple.dll 0x8c58710: 2
Mono-INFO: Assembly OptRxSimple 0x8c58fa0 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/OptRxSimple.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x8b95e38 -> OptRxSimple 0x8c58fa0: 2
Mono-INFO: Assembly Ref addref OptRxSimple 0x8c58fa0 -> mscorlib 0x8b4b408: 26
Mono-INFO: Assembly Ref addref OptRxSimple 0x8c58fa0 -> Kernel 0x8b9a468: 24
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/RxOp.dll'.
Mono-INFO: Image addref RxOp 0x8c5d2e8 -> /home/bruce/Git/Niecza/niecza/run/RxOp.dll 0x8c5cac0: 2
Mono-INFO: Assembly RxOp 0x8c5d2e8 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/RxOp.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x8b95e38 -> RxOp 0x8c5d2e8: 2
Mono-INFO: Assembly Ref addref RxOp 0x8c5d2e8 -> mscorlib 0x8b4b408: 27
Mono-INFO: Assembly Ref addref RxOp 0x8c5d2e8 -> Kernel 0x8b9a468: 25
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/STD.dll'.
Mono-INFO: Image addref STD 0x8c62668 -> /home/bruce/Git/Niecza/niecza/run/STD.dll 0x8c61818: 2
Mono-INFO: Assembly STD 0x8c62668 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/STD.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x8b95e38 -> STD 0x8c62668: 2
Mono-INFO: Assembly Ref addref STD 0x8c62668 -> mscorlib 0x8b4b408: 28
Mono-INFO: Assembly Ref addref STD 0x8c62668 -> Kernel 0x8b9a468: 26
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/Sig.dll'.
Mono-INFO: Image addref Sig 0x8c72078 -> /home/bruce/Git/Niecza/niecza/run/Sig.dll 0x8c71890: 2
Mono-INFO: Assembly Sig 0x8c72078 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/Sig.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x8b95e38 -> Sig 0x8c72078: 2
Mono-INFO: Assembly Ref addref Sig 0x8c72078 -> mscorlib 0x8b4b408: 29
Mono-INFO: Assembly Ref addref Sig 0x8c72078 -> Kernel 0x8b9a468: 27
Mono-INFO: Assembly Ref addref CClass 0x8ba9850 -> CORE 0x8bbb708: 3
[0xe0d900:] EXCEPTION handling: ExitRunloopException
[0xe0d900:] EXCEPTION handling: ExitRunloopException
[0xe0d900:] EXCEPTION handling: ExitRunloopException
[0xe0d900:] EXCEPTION handling: ExitRunloopException
[0xe0d900:] EXCEPTION handling: ExitRunloopException
[0xe0d900:] EXCEPTION handling: ExitRunloopException
[0xe0d900:] EXCEPTION handling: ExitRunloopException
[0xe0d900:] EXCEPTION handling: ExitRunloopException
[0xe0d900:] EXCEPTION handling: ExitRunloopException
[0xe0d900:] EXCEPTION handling: ExitRunloopException
[0xe0d900:] EXCEPTION handling: ExitRunloopException
[0xe0d900:] EXCEPTION handling: ExitRunloopException
[0xe0d900:] EXCEPTION handling: ExitRunloopException
[0xe0d900:] EXCEPTION handling: ExitRunloopException
[0xe0d900:] EXCEPTION handling: ExitRunloopException
[0xe0d900:] EXCEPTION handling: ExitRunloopException
[0xe0d900:] EXCEPTION handling: ExitRunloopException
[0xe0d900:] EXCEPTION handling: ExitRunloopException
Mono-INFO: Assembly Ref addref CgOp 0x8c0a728 -> CORE 0x8bbb708: 4
[0xe0d900:] EXCEPTION handling: ExitRunloopException
Mono-INFO: Assembly Ref addref GetOptLong 0x8c20528 -> CORE 0x8bbb708: 5
[0xe0d900:] EXCEPTION handling: ExitRunloopException
Mono-INFO: Assembly Ref addref JSYNC 0x8c21a50 -> CORE 0x8bbb708: 6
[0xe0d900:] EXCEPTION handling: TypeLoadException
[0xe0d900:] EXCEPTION handling: ExitRunloopException
[0xe0d900:] EXCEPTION handling: NieczaException
[0xe0d900:] EXCEPTION handling: ExitRunloopException
[0xe0d900:] EXCEPTION handling: NieczaException
Unhandled exception: System.TypeLoadException: A type load exception has occurred.
at Niecza.Kernel.RunCore (Niecza.Frame& cur) [0x00000] in <filename unknown>:0
at line 0 (boot-JSYNC @ 0)
at line 0 (ExitRunloop @ 0)
at line 0 (boot-MAIN @ 0)
at line 0 (ExitRunloop @ 0)
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly Sig 0x8c72078, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly STD 0x8c62668, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly RxOp 0x8c5d2e8, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly OptRxSimple 0x8c58fa0, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly OptBeta 0x8c577c0, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly Operator 0x8c519a8, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly OpHelpers 0x8c508a8, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly Op 0x8c4a358, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly NieczaPathSearch 0x8c46c80, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly NieczaPassSimplifier 0x8c461c8, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly NieczaGrammar 0x8c45220, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly NieczaFrontendSTD 0x8c41fa0, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly NieczaCompiler 0x8c3e108, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly NieczaBackendNAM 0x8ba1f10, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly NieczaBackendHoopl 0x8c3b708, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly NieczaBackendDotnet 0x8c3a2d8, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly NieczaBackendClisp 0x8c38e90, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly NieczaActions 0x8c2d500, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly NAMOutput 0x8c29fc0, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly Metamodel 0x8c254c8, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly JSYNC 0x8c21a50, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly GetOptLong 0x8c20528, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly CgOp 0x8c0a728, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly CORE 0x8bbb708, refcount=6
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly CClass 0x8ba9850, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly System.Core 0x8b44540, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly Kernel 0x8b9a468, refcount=27
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly MAIN 0x8b95e38, refcount=1
Mono-INFO: Unloading assembly MAIN [0x8b95e38].
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly mscorlib 0x8b4b408, refcount=29
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/Niecza.exe [0x8b49f78].
Mono-INFO: Unloading assembly CgOp [0x8c0a728].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/CgOp.dll [0x8c09ff8].
Mono-INFO: Unloading assembly NieczaBackendNAM [0x8ba1f10].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/NieczaBackendNAM.dll [0x8c3c350].
Mono-INFO: Unloading assembly NieczaBackendDotnet [0x8c3a2d8].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/NieczaBackendDotnet.dll [0x8c39ad8].
Mono-INFO: Unloading assembly NieczaBackendClisp [0x8c38e90].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/NieczaBackendClisp.dll [0x8c37dd8].
Mono-INFO: Unloading assembly NieczaBackendHoopl [0x8c3b708].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/NieczaBackendHoopl.dll [0x8c3ae88].
Mono-INFO: Unloading assembly NieczaPathSearch [0x8c46c80].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/NieczaPathSearch.dll [0x8c48658].
Mono-INFO: Unloading assembly NieczaFrontendSTD [0x8c41fa0].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/NieczaFrontendSTD.dll [0x8c417b0].
Mono-INFO: Unloading assembly NieczaPassSimplifier [0x8c461c8].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/NieczaPassSimplifier.dll [0x8c46260].
Mono-INFO: Unloading assembly NieczaCompiler [0x8c3e108].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/NieczaCompiler.dll [0x8c3d7d0].
Mono-INFO: Unloading assembly STD [0x8c62668].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/STD.dll [0x8c61818].
Mono-INFO: Unloading assembly Op [0x8c4a358].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/Op.dll [0x8c49c28].
Mono-INFO: Unloading assembly NieczaActions [0x8c2d500].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/NieczaActions.dll [0x8c2cd60].
Mono-INFO: Unloading assembly CClass [0x8ba9850].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/CClass.dll [0x8bbac08].
Mono-INFO: Unloading assembly GetOptLong [0x8c20528].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/GetOptLong.dll [0x8c0b038].
Mono-INFO: Unloading assembly JSYNC [0x8c21a50].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/JSYNC.dll [0x8c21320].
Mono-INFO: Unloading assembly CORE [0x8bbb708].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/CORE.dll [0x8ba87b0].
Mono-INFO: Unloading assembly Metamodel [0x8c254c8].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/Metamodel.dll [0x8c24bd0].
Mono-INFO: Unloading assembly NAMOutput [0x8c29fc0].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/NAMOutput.dll [0x8c29930].
Mono-INFO: Unloading assembly NieczaGrammar [0x8c45220].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/NieczaGrammar.dll [0x8c44a28].
Mono-INFO: Unloading assembly OpHelpers [0x8c508a8].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/OpHelpers.dll [0x8c50140].
Mono-INFO: Unloading assembly Operator [0x8c519a8].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/Operator.dll [0x8c51418].
Mono-INFO: Unloading assembly OptBeta [0x8c577c0].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/OptBeta.dll [0x8c57058].
Mono-INFO: Unloading assembly OptRxSimple [0x8c58fa0].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/OptRxSimple.dll [0x8c58710].
Mono-INFO: Unloading assembly RxOp [0x8c5d2e8].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/RxOp.dll [0x8c5cac0].
Mono-INFO: Unloading assembly Sig [0x8c72078].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/Sig.dll [0x8c71890].
Mono-INFO: Unloading assembly Kernel [0x8b9a468].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/Kernel.dll [0x8b99bf0].
Mono-INFO: Unloading assembly System.Core [0x8b44540].
Mono-INFO: Unloading image /usr/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll [0x8ba1580].
Mono-INFO: Unloading assembly mscorlib [0x8b4b408].
Mono-INFO: Unloading image /usr/lib/mono/2.0/mscorlib.dll [0x8b4aa60].
bruce@farmer:~/Git/Niecza/niecza$ MONO_LOG_LEVEL=debug MONO_LOG_MASK=asm mono --trace=none run/Niecza.exe
Mono-INFO: Assembly Loader probing location: '/usr/lib/mono/2.0/mscorlib.dll'.
Mono-INFO: Image addref mscorlib 0x9892408 -> /usr/lib/mono/2.0/mscorlib.dll 0x9891a60: 2
Mono-INFO: Assembly Loader loaded assembly from location: '/usr/lib/mono/2.0/mscorlib.dll'.
Mono-INFO: Assembly mscorlib 0x9892408 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader probing location: 'run/Niecza.exe'.
Mono-INFO: Image addref MAIN 0x98dce38 -> /home/bruce/Git/Niecza/niecza/run/Niecza.exe 0x9890f78: 3
Mono-INFO: Assembly MAIN 0x98dce38 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: 'run/Niecza.exe'.
Mono-INFO: Assembly Loader probing location: 'run/Niecza.exe'.
Mono-INFO: Assembly Ref addref MAIN 0x98dce38 -> mscorlib 0x9892408: 2
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/Kernel.dll'.
Mono-INFO: Image addref Kernel 0x98e1450 -> /home/bruce/Git/Niecza/niecza/run/Kernel.dll 0x98e0bd8: 2
Mono-INFO: Assembly Kernel 0x98e1450 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/Kernel.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x98dce38 -> Kernel 0x98e1450: 2
Mono-INFO: Assembly Ref addref Kernel 0x98e1450 -> mscorlib 0x9892408: 3
Mono-INFO: Assembly Loader probing location: '/usr/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll'.
Mono-INFO: Image addref System.Core 0x988b540 -> /usr/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll 0x98e8588: 2
Mono-INFO: Assembly System.Core 0x988b540 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/usr/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll'.
Mono-INFO: Assembly Ref addref Kernel 0x98e1450 -> System.Core 0x988b540: 2
Mono-INFO: Assembly Ref addref System.Core 0x988b540 -> mscorlib 0x9892408: 4
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/CClass.dll'.
Mono-INFO: Image addref CClass 0x9951da0 -> /home/bruce/Git/Niecza/niecza/run/CClass.dll 0x9951e18: 2
Mono-INFO: Assembly CClass 0x9951da0 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/CClass.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x98dce38 -> CClass 0x9951da0: 2
Mono-INFO: Assembly Ref addref CClass 0x9951da0 -> mscorlib 0x9892408: 5
Mono-INFO: Assembly Ref addref CClass 0x9951da0 -> Kernel 0x98e1450: 3
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/CORE.dll'.
Mono-INFO: Image addref CORE 0x995b760 -> /home/bruce/Git/Niecza/niecza/run/CORE.dll 0x995b308: 2
Mono-INFO: Assembly CORE 0x995b760 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/CORE.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x98dce38 -> CORE 0x995b760: 2
Mono-INFO: Assembly Ref addref CORE 0x995b760 -> mscorlib 0x9892408: 6
Mono-INFO: Assembly Ref addref CORE 0x995b760 -> Kernel 0x98e1450: 4
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/CgOp.dll'.
Mono-INFO: Image addref CgOp 0x9965d70 -> /home/bruce/Git/Niecza/niecza/run/CgOp.dll 0x9965580: 2
Mono-INFO: Assembly CgOp 0x9965d70 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/CgOp.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x98dce38 -> CgOp 0x9965d70: 2
Mono-INFO: Assembly Ref addref CgOp 0x9965d70 -> mscorlib 0x9892408: 7
Mono-INFO: Assembly Ref addref CgOp 0x9965d70 -> Kernel 0x98e1450: 5
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/GetOptLong.dll'.
Mono-INFO: Image addref GetOptLong 0x9967550 -> /home/bruce/Git/Niecza/niecza/run/GetOptLong.dll 0x9966d90: 2
Mono-INFO: Assembly GetOptLong 0x9967550 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/GetOptLong.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x98dce38 -> GetOptLong 0x9967550: 2
Mono-INFO: Assembly Ref addref GetOptLong 0x9967550 -> mscorlib 0x9892408: 8
Mono-INFO: Assembly Ref addref GetOptLong 0x9967550 -> Kernel 0x98e1450: 6
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/JSYNC.dll'.
Mono-INFO: Image addref JSYNC 0x9968a78 -> /home/bruce/Git/Niecza/niecza/run/JSYNC.dll 0x9968348: 2
Mono-INFO: Assembly JSYNC 0x9968a78 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/JSYNC.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x98dce38 -> JSYNC 0x9968a78: 2
Mono-INFO: Assembly Ref addref JSYNC 0x9968a78 -> mscorlib 0x9892408: 9
Mono-INFO: Assembly Ref addref JSYNC 0x9968a78 -> Kernel 0x98e1450: 7
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/Metamodel.dll'.
Mono-INFO: Image addref Metamodel 0x996c280 -> /home/bruce/Git/Niecza/niecza/run/Metamodel.dll 0x996bbe0: 2
Mono-INFO: Assembly Metamodel 0x996c280 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/Metamodel.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x98dce38 -> Metamodel 0x996c280: 2
Mono-INFO: Assembly Ref addref Metamodel 0x996c280 -> mscorlib 0x9892408: 10
Mono-INFO: Assembly Ref addref Metamodel 0x996c280 -> Kernel 0x98e1450: 8
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/NAMOutput.dll'.
Mono-INFO: Image addref NAMOutput 0x9971250 -> /home/bruce/Git/Niecza/niecza/run/NAMOutput.dll 0x9970af8: 2
Mono-INFO: Assembly NAMOutput 0x9971250 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/NAMOutput.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x98dce38 -> NAMOutput 0x9971250: 2
Mono-INFO: Assembly Ref addref NAMOutput 0x9971250 -> mscorlib 0x9892408: 11
Mono-INFO: Assembly Ref addref NAMOutput 0x9971250 -> Kernel 0x98e1450: 9
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/NieczaActions.dll'.
Mono-INFO: Image addref NieczaActions 0x9974598 -> /home/bruce/Git/Niecza/niecza/run/NieczaActions.dll 0x9973da0: 2
Mono-INFO: Assembly NieczaActions 0x9974598 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/NieczaActions.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x98dce38 -> NieczaActions 0x9974598: 2
Mono-INFO: Assembly Ref addref NieczaActions 0x9974598 -> mscorlib 0x9892408: 12
Mono-INFO: Assembly Ref addref NieczaActions 0x9974598 -> Kernel 0x98e1450: 10
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/NieczaBackendClisp.dll'.
Mono-INFO: Image addref NieczaBackendClisp 0x997ee08 -> /home/bruce/Git/Niecza/niecza/run/NieczaBackendClisp.dll 0x997ef70: 2
Mono-INFO: Assembly NieczaBackendClisp 0x997ee08 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/NieczaBackendClisp.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x98dce38 -> NieczaBackendClisp 0x997ee08: 2
Mono-INFO: Assembly Ref addref NieczaBackendClisp 0x997ee08 -> mscorlib 0x9892408: 13
Mono-INFO: Assembly Ref addref NieczaBackendClisp 0x997ee08 -> Kernel 0x98e1450: 11
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/NieczaBackendDotnet.dll'.
Mono-INFO: Image addref NieczaBackendDotnet 0x9981328 -> /home/bruce/Git/Niecza/niecza/run/NieczaBackendDotnet.dll 0x9980b78: 2
Mono-INFO: Assembly NieczaBackendDotnet 0x9981328 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/NieczaBackendDotnet.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x98dce38 -> NieczaBackendDotnet 0x9981328: 2
Mono-INFO: Assembly Ref addref NieczaBackendDotnet 0x9981328 -> mscorlib 0x9892408: 14
Mono-INFO: Assembly Ref addref NieczaBackendDotnet 0x9981328 -> Kernel 0x98e1450: 12
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/NieczaBackendHoopl.dll'.
Mono-INFO: Image addref NieczaBackendHoopl 0x99827e8 -> /home/bruce/Git/Niecza/niecza/run/NieczaBackendHoopl.dll 0x9981f78: 2
Mono-INFO: Assembly NieczaBackendHoopl 0x99827e8 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/NieczaBackendHoopl.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x98dce38 -> NieczaBackendHoopl 0x99827e8: 2
Mono-INFO: Assembly Ref addref NieczaBackendHoopl 0x99827e8 -> mscorlib 0x9892408: 15
Mono-INFO: Assembly Ref addref NieczaBackendHoopl 0x99827e8 -> Kernel 0x98e1450: 13
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/NieczaBackendNAM.dll'.
Mono-INFO: Image addref NieczaBackendNAM 0x98e8f00 -> /home/bruce/Git/Niecza/niecza/run/NieczaBackendNAM.dll 0x9983390: 2
Mono-INFO: Assembly NieczaBackendNAM 0x98e8f00 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/NieczaBackendNAM.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x98dce38 -> NieczaBackendNAM 0x98e8f00: 2
Mono-INFO: Assembly Ref addref NieczaBackendNAM 0x98e8f00 -> mscorlib 0x9892408: 16
Mono-INFO: Assembly Ref addref NieczaBackendNAM 0x98e8f00 -> Kernel 0x98e1450: 14
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/NieczaCompiler.dll'.
Mono-INFO: Image addref NieczaCompiler 0x9984720 -> /home/bruce/Git/Niecza/niecza/run/NieczaCompiler.dll 0x9984810: 2
Mono-INFO: Assembly NieczaCompiler 0x9984720 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/NieczaCompiler.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x98dce38 -> NieczaCompiler 0x9984720: 2
Mono-INFO: Assembly Ref addref NieczaCompiler 0x9984720 -> mscorlib 0x9892408: 17
Mono-INFO: Assembly Ref addref NieczaCompiler 0x9984720 -> Kernel 0x98e1450: 15
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/NieczaFrontendSTD.dll'.
Mono-INFO: Image addref NieczaFrontendSTD 0x9988f78 -> /home/bruce/Git/Niecza/niecza/run/NieczaFrontendSTD.dll 0x99887f0: 2
Mono-INFO: Assembly NieczaFrontendSTD 0x9988f78 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/NieczaFrontendSTD.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x98dce38 -> NieczaFrontendSTD 0x9988f78: 2
Mono-INFO: Assembly Ref addref NieczaFrontendSTD 0x9988f78 -> mscorlib 0x9892408: 18
Mono-INFO: Assembly Ref addref NieczaFrontendSTD 0x9988f78 -> Kernel 0x98e1450: 16
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/NieczaGrammar.dll'.
Mono-INFO: Image addref NieczaGrammar 0x998c230 -> /home/bruce/Git/Niecza/niecza/run/NieczaGrammar.dll 0x998ba38: 2
Mono-INFO: Assembly NieczaGrammar 0x998c230 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/NieczaGrammar.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x98dce38 -> NieczaGrammar 0x998c230: 2
Mono-INFO: Assembly Ref addref NieczaGrammar 0x998c230 -> mscorlib 0x9892408: 19
Mono-INFO: Assembly Ref addref NieczaGrammar 0x998c230 -> Kernel 0x98e1450: 17
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/NieczaPassSimplifier.dll'.
Mono-INFO: Image addref NieczaPassSimplifier 0x998d7d8 -> /home/bruce/Git/Niecza/niecza/run/NieczaPassSimplifier.dll 0x998d1c8: 2
Mono-INFO: Assembly NieczaPassSimplifier 0x998d7d8 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/NieczaPassSimplifier.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x98dce38 -> NieczaPassSimplifier 0x998d7d8: 2
Mono-INFO: Assembly Ref addref NieczaPassSimplifier 0x998d7d8 -> mscorlib 0x9892408: 20
Mono-INFO: Assembly Ref addref NieczaPassSimplifier 0x998d7d8 -> Kernel 0x98e1450: 18
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/NieczaPathSearch.dll'.
Mono-INFO: Image addref NieczaPathSearch 0x998fe08 -> /home/bruce/Git/Niecza/niecza/run/NieczaPathSearch.dll 0x998f658: 2
Mono-INFO: Assembly NieczaPathSearch 0x998fe08 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/NieczaPathSearch.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x98dce38 -> NieczaPathSearch 0x998fe08: 2
Mono-INFO: Assembly Ref addref NieczaPathSearch 0x998fe08 -> mscorlib 0x9892408: 21
Mono-INFO: Assembly Ref addref NieczaPathSearch 0x998fe08 -> Kernel 0x98e1450: 19
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/Op.dll'.
Mono-INFO: Image addref Op 0x9991438 -> /home/bruce/Git/Niecza/niecza/run/Op.dll 0x9990cb0: 2
Mono-INFO: Assembly Op 0x9991438 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/Op.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x98dce38 -> Op 0x9991438: 2
Mono-INFO: Assembly Ref addref Op 0x9991438 -> mscorlib 0x9892408: 22
Mono-INFO: Assembly Ref addref Op 0x9991438 -> Kernel 0x98e1450: 20
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/OpHelpers.dll'.
Mono-INFO: Image addref OpHelpers 0x9997920 -> /home/bruce/Git/Niecza/niecza/run/OpHelpers.dll 0x9997118: 2
Mono-INFO: Assembly OpHelpers 0x9997920 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/OpHelpers.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x98dce38 -> OpHelpers 0x9997920: 2
Mono-INFO: Assembly Ref addref OpHelpers 0x9997920 -> mscorlib 0x9892408: 23
Mono-INFO: Assembly Ref addref OpHelpers 0x9997920 -> Kernel 0x98e1450: 21
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/Operator.dll'.
Mono-INFO: Image addref Operator 0x9998d10 -> /home/bruce/Git/Niecza/niecza/run/Operator.dll 0x99985b8: 2
Mono-INFO: Assembly Operator 0x9998d10 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/Operator.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x98dce38 -> Operator 0x9998d10: 2
Mono-INFO: Assembly Ref addref Operator 0x9998d10 -> mscorlib 0x9892408: 24
Mono-INFO: Assembly Ref addref Operator 0x9998d10 -> Kernel 0x98e1450: 22
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/OptBeta.dll'.
Mono-INFO: Image addref OptBeta 0x999e800 -> /home/bruce/Git/Niecza/niecza/run/OptBeta.dll 0x999e098: 2
Mono-INFO: Assembly OptBeta 0x999e800 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/OptBeta.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x98dce38 -> OptBeta 0x999e800: 2
Mono-INFO: Assembly Ref addref OptBeta 0x999e800 -> mscorlib 0x9892408: 25
Mono-INFO: Assembly Ref addref OptBeta 0x999e800 -> Kernel 0x98e1450: 23
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/OptRxSimple.dll'.
Mono-INFO: Image addref OptRxSimple 0x999ffa0 -> /home/bruce/Git/Niecza/niecza/run/OptRxSimple.dll 0x999f750: 2
Mono-INFO: Assembly OptRxSimple 0x999ffa0 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/OptRxSimple.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x98dce38 -> OptRxSimple 0x999ffa0: 2
Mono-INFO: Assembly Ref addref OptRxSimple 0x999ffa0 -> mscorlib 0x9892408: 26
Mono-INFO: Assembly Ref addref OptRxSimple 0x999ffa0 -> Kernel 0x98e1450: 24
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/RxOp.dll'.
Mono-INFO: Image addref RxOp 0x99a4300 -> /home/bruce/Git/Niecza/niecza/run/RxOp.dll 0x99a3b00: 2
Mono-INFO: Assembly RxOp 0x99a4300 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/RxOp.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x98dce38 -> RxOp 0x99a4300: 2
Mono-INFO: Assembly Ref addref RxOp 0x99a4300 -> mscorlib 0x9892408: 27
Mono-INFO: Assembly Ref addref RxOp 0x99a4300 -> Kernel 0x98e1450: 25
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/STD.dll'.
Mono-INFO: Image addref STD 0x99a9728 -> /home/bruce/Git/Niecza/niecza/run/STD.dll 0x99a8898: 2
Mono-INFO: Assembly STD 0x99a9728 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/STD.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x98dce38 -> STD 0x99a9728: 2
Mono-INFO: Assembly Ref addref STD 0x99a9728 -> mscorlib 0x9892408: 28
Mono-INFO: Assembly Ref addref STD 0x99a9728 -> Kernel 0x98e1450: 26
Mono-INFO: Assembly Loader probing location: '/home/bruce/Git/Niecza/niecza/run/Sig.dll'.
Mono-INFO: Image addref Sig 0x99b9080 -> /home/bruce/Git/Niecza/niecza/run/Sig.dll 0x99b87f0: 2
Mono-INFO: Assembly Sig 0x99b9080 added to domain Niecza.exe, ref_count=1
Mono-INFO: Assembly Loader loaded assembly from location: '/home/bruce/Git/Niecza/niecza/run/Sig.dll'.
Mono-INFO: Assembly Ref addref MAIN 0x98dce38 -> Sig 0x99b9080: 2
Mono-INFO: Assembly Ref addref Sig 0x99b9080 -> mscorlib 0x9892408: 29
Mono-INFO: Assembly Ref addref Sig 0x99b9080 -> Kernel 0x98e1450: 27
Mono-INFO: Assembly Ref addref CClass 0x9951da0 -> CORE 0x995b760: 3
[0xc3a900:] EXCEPTION handling: ExitRunloopException
[0xc3a900:] EXCEPTION handling: ExitRunloopException
[0xc3a900:] EXCEPTION handling: ExitRunloopException
[0xc3a900:] EXCEPTION handling: ExitRunloopException
[0xc3a900:] EXCEPTION handling: ExitRunloopException
[0xc3a900:] EXCEPTION handling: ExitRunloopException
[0xc3a900:] EXCEPTION handling: ExitRunloopException
[0xc3a900:] EXCEPTION handling: ExitRunloopException
[0xc3a900:] EXCEPTION handling: ExitRunloopException
[0xc3a900:] EXCEPTION handling: ExitRunloopException
[0xc3a900:] EXCEPTION handling: ExitRunloopException
[0xc3a900:] EXCEPTION handling: ExitRunloopException
[0xc3a900:] EXCEPTION handling: ExitRunloopException
[0xc3a900:] EXCEPTION handling: ExitRunloopException
[0xc3a900:] EXCEPTION handling: ExitRunloopException
[0xc3a900:] EXCEPTION handling: ExitRunloopException
[0xc3a900:] EXCEPTION handling: ExitRunloopException
[0xc3a900:] EXCEPTION handling: ExitRunloopException
Mono-INFO: Assembly Ref addref CgOp 0x9965d70 -> CORE 0x995b760: 4
[0xc3a900:] EXCEPTION handling: ExitRunloopException
Mono-INFO: Assembly Ref addref GetOptLong 0x9967550 -> CORE 0x995b760: 5
[0xc3a900:] EXCEPTION handling: ExitRunloopException
Mono-INFO: Assembly Ref addref JSYNC 0x9968a78 -> CORE 0x995b760: 6
[0xc3a900:] EXCEPTION handling: TypeLoadException
[0xc3a900:] EXCEPTION handling: ExitRunloopException
[0xc3a900:] EXCEPTION handling: NieczaException
[0xc3a900:] EXCEPTION handling: ExitRunloopException
[0xc3a900:] EXCEPTION handling: NieczaException
Unhandled exception: System.TypeLoadException: A type load exception has occurred.
at Niecza.Kernel.RunCore (Niecza.Frame& cur) [0x00000] in <filename unknown>:0
at line 0 (boot-JSYNC @ 0)
at line 0 (ExitRunloop @ 0)
at line 0 (boot-MAIN @ 0)
at line 0 (ExitRunloop @ 0)
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly Sig 0x99b9080, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly STD 0x99a9728, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly RxOp 0x99a4300, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly OptRxSimple 0x999ffa0, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly OptBeta 0x999e800, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly Operator 0x9998d10, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly OpHelpers 0x9997920, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly Op 0x9991438, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly NieczaPathSearch 0x998fe08, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly NieczaPassSimplifier 0x998d7d8, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly NieczaGrammar 0x998c230, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly NieczaFrontendSTD 0x9988f78, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly NieczaCompiler 0x9984720, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly NieczaBackendNAM 0x98e8f00, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly NieczaBackendHoopl 0x99827e8, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly NieczaBackendDotnet 0x9981328, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly NieczaBackendClisp 0x997ee08, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly NieczaActions 0x9974598, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly NAMOutput 0x9971250, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly Metamodel 0x996c280, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly JSYNC 0x9968a78, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly GetOptLong 0x9967550, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly CgOp 0x9965d70, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly CORE 0x995b760, refcount=6
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly CClass 0x9951da0, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly System.Core 0x988b540, refcount=2
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly Kernel 0x98e1450, refcount=27
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly MAIN 0x98dce38, refcount=1
Mono-INFO: Unloading assembly MAIN [0x98dce38].
Mono-INFO: Unloading domain Niecza.exe 0x34e70, assembly mscorlib 0x9892408, refcount=29
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/Niecza.exe [0x9890f78].
Mono-INFO: Unloading assembly CgOp [0x9965d70].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/CgOp.dll [0x9965580].
Mono-INFO: Unloading assembly NieczaBackendNAM [0x98e8f00].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/NieczaBackendNAM.dll [0x9983390].
Mono-INFO: Unloading assembly NieczaBackendDotnet [0x9981328].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/NieczaBackendDotnet.dll [0x9980b78].
Mono-INFO: Unloading assembly NieczaBackendClisp [0x997ee08].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/NieczaBackendClisp.dll [0x997ef70].
Mono-INFO: Unloading assembly NieczaBackendHoopl [0x99827e8].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/NieczaBackendHoopl.dll [0x9981f78].
Mono-INFO: Unloading assembly NieczaPathSearch [0x998fe08].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/NieczaPathSearch.dll [0x998f658].
Mono-INFO: Unloading assembly NieczaFrontendSTD [0x9988f78].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/NieczaFrontendSTD.dll [0x99887f0].
Mono-INFO: Unloading assembly NieczaPassSimplifier [0x998d7d8].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/NieczaPassSimplifier.dll [0x998d1c8].
Mono-INFO: Unloading assembly NieczaCompiler [0x9984720].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/NieczaCompiler.dll [0x9984810].
Mono-INFO: Unloading assembly STD [0x99a9728].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/STD.dll [0x99a8898].
Mono-INFO: Unloading assembly Op [0x9991438].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/Op.dll [0x9990cb0].
Mono-INFO: Unloading assembly NieczaActions [0x9974598].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/NieczaActions.dll [0x9973da0].
Mono-INFO: Unloading assembly CClass [0x9951da0].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/CClass.dll [0x9951e18].
Mono-INFO: Unloading assembly GetOptLong [0x9967550].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/GetOptLong.dll [0x9966d90].
Mono-INFO: Unloading assembly JSYNC [0x9968a78].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/JSYNC.dll [0x9968348].
Mono-INFO: Unloading assembly CORE [0x995b760].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/CORE.dll [0x995b308].
Mono-INFO: Unloading assembly Metamodel [0x996c280].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/Metamodel.dll [0x996bbe0].
Mono-INFO: Unloading assembly NAMOutput [0x9971250].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/NAMOutput.dll [0x9970af8].
Mono-INFO: Unloading assembly NieczaGrammar [0x998c230].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/NieczaGrammar.dll [0x998ba38].
Mono-INFO: Unloading assembly OpHelpers [0x9997920].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/OpHelpers.dll [0x9997118].
Mono-INFO: Unloading assembly Operator [0x9998d10].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/Operator.dll [0x99985b8].
Mono-INFO: Unloading assembly OptBeta [0x999e800].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/OptBeta.dll [0x999e098].
Mono-INFO: Unloading assembly OptRxSimple [0x999ffa0].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/OptRxSimple.dll [0x999f750].
Mono-INFO: Unloading assembly RxOp [0x99a4300].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/RxOp.dll [0x99a3b00].
Mono-INFO: Unloading assembly Sig [0x99b9080].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/Sig.dll [0x99b87f0].
Mono-INFO: Unloading assembly Kernel [0x98e1450].
Mono-INFO: Unloading image /home/bruce/Git/Niecza/niecza/run/Kernel.dll [0x98e0bd8].
Mono-INFO: Unloading assembly System.Core [0x988b540].
Mono-INFO: Unloading image /usr/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll [0x98e8588].
Mono-INFO: Unloading assembly mscorlib [0x9892408].
Mono-INFO: Unloading image /usr/lib/mono/2.0/mscorlib.dll [0x9891a60].
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment