HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 33 and Version 34 of dev-lang/mono/2.x/1


Ignore:
Timestamp:
08/04/08 08:58:29 (7 years ago)
Author:
andreasf
Comment:

Fix comment on mcs

Legend:

Unmodified
Added
Removed
Modified
  • dev-lang/mono/2.x/1

    v33 v34  
    188188}}} 
    189189 
    190 Bootstrapping aborts without further information while executing mcs. However running a Hello World assembly using monolite works: 
    191 {{{ 
    192 MONO_PATH=/path/to/mcs/class/lib/monolite:$MONO_PATH path/to/mono/mono/mini/mono hello.exe 
    193 }}} 
    194 {{{ 
     190Bootstrapping aborts without further information while executing mcs: 
     191{{{ 
     192Abort 
     193Stacktrace: 
     194 
     195Abort 
     196}}} 
     197However running a Hello World assembly using monolite works: 
     198{{{ 
     199> MONO_PATH=/path/to/mcs/class/lib/monolite path/to/mono/mono/mini/mono hello.exe 
    195200Hello World. 
    196201* Assertion at /path/to/mono/mono/io-layer/handles-private.h:149, condition `thr_ret == 0' not met 
    … …  
    200205Abort 
    201206}}} 
    202 So JIT'ing (incl. trampolines) already works! (Same assertion failure when trying to reproduce the mcs execution happening as part of bootstrapping with monolite.) 
     207So JIT'ing (incl. trampolines) already works! (Same assertion failure when running mcs without arguments.) 
    203208 
    204209[http://repo.or.cz/w/mono/afaerber.git?a=shortlog;h=refs/heads/haiku Git branch] 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/