[Mono-bugs] [Bug 48899][Maj] New - can't compile ModMono.dll from mod_mono package fromhttp://www.apacheworld.org/modmono/
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 25 Sep 2003 15:31:56 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by rauf@kuliyev.com.
http://bugzilla.ximian.com/show_bug.cgi?id=48899
--- shadow/48899 2003-09-25 15:31:56.000000000 -0400
+++ shadow/48899.tmp.20629 2003-09-25 15:31:56.000000000 -0400
@@ -0,0 +1,97 @@
+Bug#: 48899
+Product: Mono/MCS
+Version: unspecified
+OS: other
+OS Details: FreeBSD t30.kuliyev.com 5.1-RELEASE-p6 FreeBSD 5.1-RELEASE-p6 #5: Thu Sep 25 01:48:38 AZST 2003 root@t30.kuliyev.com:/usr/obj/usr/src/sys/T30 i386
+Status: NEW
+Resolution:
+Severity: 032 Four days
+Priority: Major
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: rauf@kuliyev.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: can't compile ModMono.dll from mod_mono package fromhttp://www.apacheworld.org/modmono/
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+When trying to compile ModMono.dll from mod_mono package msc always coredumped.
+
+
+Steps to reproduce the problem:
+1.
+ installed mono from ports as
+ cd /usr/ports/lang/mono && make install clean
+
+2.
+ fetched mod_mono-0.3.7.tar.gz as
+ fetch http://www.apacheworld.org/modmono/0.3.7/mod_mono-0.3.7.tar.gz
+3.
+ untared mod_mono-0.3.7.tar.gz as
+ tar zxf mod_mono-0.3.7.tar.gz
+4.
+ cd mod_mono-0.3.7
+5.
+ configured as
+ configure
+6.
+ gmake
+7.
+ cd src/
+8.
+ gmake -f makedll.mak
+
+Actual Results:
+t30# gmake -f makedll.mak
+mcs /debug+ /debug:full /nologo /r:System.Web.dll /target:library
+/out:ModMono.dll ApacheApplicationHost.cs ApacheWorkerRequest.cs
+MonoWorkerRequest.cs IApplicationHost.cs Request.cs
+Bus error (core dumped)
+gmake: *** [ModMono.dll] Error 138
+t30#
+
+Expected Results:
+ModMono.dll should be created.
+
+How often does this happen?
+Always
+
+Additional Information:
+t30# gdb mono mono.core
+GNU gdb 5.2.1 (FreeBSD)
+Copyright 2002 Free Software Foundation, Inc.
+GDB is free software, covered by the GNU General Public License, and you are
+welcome to change it and/or distribute copies of it under certain conditions.
+Type "show copying" to see the conditions.
+There is absolutely no warranty for GDB. Type "show warranty" for details.
+This GDB was configured as "i386-undermydesk-freebsd"...(no debugging
+symbols found)...
+Core was generated by `mono'.
+Program terminated with signal 10, Bus error.
+Reading symbols from /usr/local/lib/libmono.so.0...done.
+Loaded symbols for /usr/local/lib/libmono.so.0
+Reading symbols from /usr/local/lib/libgc.so.1...done.
+Loaded symbols for /usr/local/lib/libgc.so.1
+Reading symbols from /usr/lib/libc_r.so.5...done.
+Loaded symbols for /usr/lib/libc_r.so.5
+Reading symbols from /usr/local/lib/libglib-2.0.so.200...done.
+Loaded symbols for /usr/local/lib/libglib-2.0.so.200
+Reading symbols from /usr/local/lib/libiconv.so.3...done.
+Loaded symbols for /usr/local/lib/libiconv.so.3
+Reading symbols from /usr/local/lib/libgmodule-2.0.so.200...done.
+Loaded symbols for /usr/local/lib/libgmodule-2.0.so.200
+Reading symbols from /usr/lib/libm.so.2...done.
+Loaded symbols for /usr/lib/libm.so.2
+Reading symbols from /usr/lib/libc.so.5...done.
+Loaded symbols for /usr/lib/libc.so.5
+Reading symbols from /usr/local/lib/libintl.so.5...done.
+Loaded symbols for /usr/local/lib/libintl.so.5
+Reading symbols from /usr/libexec/ld-elf.so.1...done.
+Loaded symbols for /usr/libexec/ld-elf.so.1
+#0 0x28178b82 in GC_clear_stack_inner () from /usr/local/lib/libgc.so.1
+
+Also can provide with mono.core file.