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 32 and Version 33 of dev-lang/mono/2.x/1


Ignore:
Timestamp:
08/04/08 08:54:03 (7 years ago)
Author:
andreasf
Comment:

Added info on partially successful Hello World

Legend:

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

    v32 v33  
    188188}}} 
    189189 
     190Bootstrapping aborts without further information while executing mcs. However running a Hello World assembly using monolite works: 
     191{{{ 
     192MONO_PATH=/path/to/mcs/class/lib/monolite:$MONO_PATH path/to/mono/mono/mini/mono hello.exe 
     193}}} 
     194{{{ 
     195Hello World. 
     196* Assertion at /path/to/mono/mono/io-layer/handles-private.h:149, condition `thr_ret == 0' not met 
     197Abort 
     198Stacktrace: 
     199 
     200Abort 
     201}}} 
     202So JIT'ing (incl. trampolines) already works! (Same assertion failure when trying to reproduce the mcs execution happening as part of bootstrapping with monolite.) 
     203 
    190204[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/