Advertisement
Guest User

CrossGen Error Messages

a guest
Aug 10th, 2012
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.30 KB | None | 0 0
  1. %S - too many type arguments (%d) - giving up compiling to MDIL
  2. Too many basic blocks in the inlinee.
  3. Error compiling inlinee
  4. Inlining requires new LclVars and we already have too many locals.
  5. Instruction size underestimated - estimate was %d, actual is %d
  6. Windows Phone OS 7 compatibility - Inlinee contains control flow.
  7. Inlinee contains SWITCH instruction.
  8. Windows Phone OS 7 compatibility - Inlinee contains prefix.
  9. Windows Phone OS 7 compatibility - Inlinee contains throw.
  10. Unsupported opcode for inlining.
  11. Windows Phone OS 7 compatibility - out of order ldarg.
  12. Windows Phone OS 7 compatibility - address taken.
  13. Inlinee writes to an argument.
  14. Too many local variables in the inliner
  15. Virtual call
  16. Tail call
  17. Caller needs security check.
  18. Not an inline candidate.
  19. Might turn into an intrinsic
  20. Needs security check
  21. Localloc used
  22. checked class constructor call
  23. Need to copy return buffer
  24. Constraint call in generic codeWill not expand this INLINECANDIDATE
  25. Recursive or deep inline recursion detected. Will not expand this INLINECANDIDATE
  26. Inlining failed due to an error during invoking the compiler for the inlinee
  27. Inlining failed due to an exception during invoking the compiler for the inlinee
  28. Inlining failed because inlinee did not contain a return expression.
  29. Cannot inline generic dictionary lookup
  30. Failed to init class
  31. Caller is synchronized
  32. Caller requires a security check.
  33. Inline failed due to cross security boundary call.
  34. Inlinee needs own frame for security object
  35. Inlinee calls a method that uses StackCrawlMark
  36. Inlinee uses delegate invoke
  37. Native VarArgs not supported in inlinee
  38. VarArgs not supported in inlinee
  39. inlining virtual calls on generic functions not supported.
  40. Cannot inline complicated handle access
  41. Calling through LDVIRTFTN
  42. Inlinee calls through code pointer
  43. Callee is native
  44. Cannot embed PInvoke cookie across modules
  45. PInvoke calli
  46. Cannot embed Var Args handle across modules
  47. Array method.
  48. Return types don't match
  49. Cross assembly inline failed due to NoStringInterning
  50. Inline failed due to LDARGA on something other than a variable.
  51. Inlinee contains NULL pointer for LDELEM
  52. Inlinee contains LEAVE instruction
  53. Inline failed due to ldvirtftn on non-virtual function.
  54. return type is composite
  55. Inline failed due to cross assembly call to a boundary method.
  56. Inlinee requires field access helper.
  57. ldsfld of valueclass
  58. Reaching CEE_THROW with too many things on the stack.
  59. No inlining for THROW within a non-void conditional
  60. CLR: Invalid x86 breakpoint in IL stream
  61. bad arg num
  62. bad loc num
  63. Return types are not matching.
  64. Native estimate for function size exceeds threshold.
  65. Inlinee contains EH.
  66. Inlinee has no body.
  67. Inlinee is vararg.
  68. Inlinee has too many locals.
  69. Inlinee has too many arguments
  70. Method is too big.
  71. Method's MaxStack is too big.
  72. Windows Phone OS 7 compatibility - Method is too big.
  73. Windows Phone OS 7 compatibility - Inlinee has locals.
  74. Windows Phone OS 7 compatibility - float return.
  75. Windows Phone OS 7 compatibility - float argument.
  76. Could not get method info.
  77. Inlinee's class could not be initialized.
  78. VM rejected inline
  79. Cannot inline MDIL cross-module.
  80. Cannot inline across MarshalByRef objects.
  81. Exception while inspecting inlining candidate.
  82. Argument contains mkrefany
  83. Argument has side effect.
  84. Method is called with null this pointer.
  85. Arguments 'int <- byref.
  86. Method has pinned locals.
  87. Compiling debug code.
  88. Call site marked as tailcall.
  89. Not a direct call.
  90. Inlinee is a helper call.
  91. Not a direct managed call.
  92. Will not inline blocks that are in the catch handler region.
  93. Will not inline blocks that are in the filter region.
  94. Method is marked as no inline or has a cached result.
  95. Inlinee is native or synchronized.
  96. Inliner requires a security check.
  97. Inlinee is NoMetadata
  98. Inlinee is debuggable
  99. Profiler disabled inlining globally
  100. Inlinee is not verifiable
  101. Inlinee is marked as no inline
  102. Inlinee requires a security object (calls Demand/Assert/Deny)
  103. Inlinee is MethodImpl'd by another method within the same type
  104. Inlinee has restrictions the JIT doesn't want
  105. Windows Phone OS 7 compatibility
  106. Caller is ComImport .cctor
  107. Caller has declarative security
  108. Different security
  109. Caller is the entry point
  110. Caller is marked as no inline
  111. Callee might have a StackCrawlMark.LookForMyCaller
  112. Caller is a CER root
  113. Jit reported error 0x%x while compiling 0x%p
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement