[Mono-bugs] [Bug 613362] New: Trying to compile MassTransit assembly in MassTransit git crashes gmcs
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Jun 10 15:55:20 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=613362
http://bugzilla.novell.com/show_bug.cgi?id=613362#c0
Summary: Trying to compile MassTransit assembly in MassTransit
git crashes gmcs
Classification: Mono
Product: Mono: Compilers
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: C#
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: peter at peterjohanson.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.4
(KHTML, like Gecko) Chrome/5.0.376.0 Safari/533.4
Trying to compile the MassTransit assembly from the MassTransit git mainline
(http://masstransit-project.com/developement/building-from-source) causes the
following crash with SVN mcs:
Unhandled Exception: Mono.CSharp.InternalErrorException: Inflating MemberCache
with undefined members
at Mono.CSharp.InflatedTypeSpec.InitializeMemberCache (Boolean
onlyTypes) [0x00000] in <filename unknown>:0
at Mono.CSharp.TypeSpec.get_MemberCache () [0x00000] in
<filename unknown>:0
at Mono.CSharp.InflatedTypeSpec.InitializeMemberCache (Boolean
onlyTypes) [0x00000] in <filename unknown>:0
at Mono.CSharp.InflatedTypeSpec.get_Interfaces () [0x00000] in
<filename unknown>:0
at Mono.CSharp.TypeContainer.DefineBaseTypes () [0x00000] in
<filename unknown>:0
at Mono.CSharp.TypeContainer.DefineType () [0x00000] in
<filename unknown>:0
at Mono.CSharp.RootContext.ResolveTree () [0x00000] in
<filename unknown>:0
at Mono.CSharp.Driver.Compile () [0x00000] in <filename
unknown>:0
at Mono.CSharp.Driver.Main (System.String[] args) [0x00000] in
<filename unknown>:0
/opt/mono/lib/mono/3.5/Microsoft.CSharp.targets: error : Compiler crashed with
code: 1.
For some reason I'm not getting the file name/line numbers in the exception
output. I'm building via xbuild (with --debug passed to mono) or MonoDevelop,
neither includes that info.
Let me know what other information would be helpful. I don't not have a smaller
test case, sadly.
Reproducible: Always
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list