[Mono-list] 'make test' fails in mono/tests with cygwin

Brian Jepson bjepson@oreilly.com
Thu, 27 Sep 2001 10:09:40 -0400 (EDT)


Hi,

I downloaded the latest snapshot (mono-26-Sep-01), and I compiled mono
without any problems under Cygwin.  However, when I go to make test in the
mono/test directory, I get a lot of errors like this one:

  Testing test-ops.exe... Signal 6
  failed 34304 (134) signal (0).

When I run mint directly on the executable, I see this output:

  ** ERROR **: file loader.c: line 69 (mono_init): assertion failed: (status
  == MONO_IMAGE_OK)
  aborting...
      0 [sig] mint 988 open_stackdumpfile: Dumping stack trace to
      mint.exe.stackdump
  Aborted (core dumped)

During compilation, I noticed this warning:

  ../../mono/metadata/threads.h:21: warning: #warning "No thread support 
  found!"

Do I need to install a threads package before I compile Mono on
Win32?  Or is this completely unrelated to the error I'm getting?

Here is mint.exe.stackdump:

  Stack trace:
  Frame     Function  Args
  0022F874  77E86A3D  (00000000, 00000000, 614E26B4, 61052699)
  0022F8C4  610529CE  (00000000, 00000001, 00000002, 6100DC33)
  0022F904  61050435  (000003DC, 00000006, 0022FA04, 0022FE68)
  0022F934  610505E2  (000003DC, 00000006, 0000000D, 77FCB5F2)
  0022F954  6108CE7C  (61095020, 000003DC, 00000006, 7FFFFFFF)
  0022F984  610825B4  (61095020, 00000006, 00000000, 00000000)
  0022F9A4  6108258C  (00000006, 0022FA14, 0022FE14, 0041F208)
  0022F9C4  6107F0A8  (00000000, 61095368, 00000002, 005C3A43)
  0022FE14  0041F214  (00000000, 00000004, 004126C4, 0022FE58)
  0022FE44  0041F2AC  (00000000, 00000004, 004126C4, 004126A1)
  0022FE84  00412BA7  (61095368, 00000002, 610068BB, 610063EC)
  0022FEB4  0040BFEF  (00000002, 614E2414, 0A010008, 00000000)
  0022FF10  6100401E  (00000000, 0A02B459, 8045511B, 82000000)
  0022FF40  6100421D  (0040BE90, 0A02B459, 812A1020, 8046CB60)
  0022FF60  6100425C  (00000000, 00000000, 812A11B0, 00000005)
  0022FF90  00427283  (0040BE90, FFFFFFFF, 80430D77, 00000000)
  End of stack trace (more stack frames may be present)

I'm running this under Windows 2k SP2 with .NET Beta 2, the latest Cygwin,
libtool-1.4.2, and glib-1.2.10.

Thanks,

Brian