[Mono-bugs] [Bug 510125] New: Windows support

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Jun 4 16:23:36 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=510125


           Summary: Windows support
    Classification: Mono
           Product: Mono: Tools
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: MonkeyWrench
        AssignedTo: rkvinge at novell.com
        ReportedBy: ajorgensen at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


We have an unfortunate mix of needs on Windows.  We need to build on windows in
cygwin and we want to build some things on windows without cygwin also.  I've
tried running in cygwin with mono but it does dumb things.  For instance I have
the path /home/builder/data in the config file but this gets interpreted by
mono as C:\home\builder\data.  (I can probably work around this by tweaking
cygwin's mount paths).

I also had to replace the libc.so.6 in ProcessHelper.cs with cygwin1.dll.  This
results in a crash eventually:

Stacktrace:

  at (wrapper managed-to-native) MonkeyWrench.LinuxProcessHelper.exit (int)
<0x0
0004>
  at (wrapper managed-to-native) MonkeyWrench.LinuxProcessHelper.exit (int)
<0xf
fffffff>
  at MonkeyWrench.LinuxProcessHelper.Exit (int) [0x00000] in
C:\cygwin\home\buil
der\monkeywrench\MonkeyWrench\ProcessHelper.cs:62
  at MonkeyWrench.ProcessHelper.Exit (int) [0x00000] in
C:\cygwin\home\builder\m
onkeywrench\MonkeyWrench\ProcessHelper.cs:45
  at MonkeyWrench.Builder.Builder.Main (string[]) [0x00000] in
C:\cygwin\home\bu
ilder\monkeywrench\MonkeyWrench.Builder\Builder.cs:34
  at (wrapper runtime-invoke)
MonkeyWrench.Builder.Builder.runtime_invoke_void_o
bject (object,intptr,intptr,intptr) <0xffffffff>

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
make: *** [build] Error 3

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list