[Mono-bugs] [Bug 567766] New: Mono.Linker.ResolutionException: Can not resolve reference: System.Boolean System.Threading.ManualResetEvent::Set()
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Dec 31 00:35:30 EST 2009
http://bugzilla.novell.com/show_bug.cgi?id=567766
http://bugzilla.novell.com/show_bug.cgi?id=567766#c0
Summary: Mono.Linker.ResolutionException: Can not resolve
reference: System.Boolean
System.Threading.ManualResetEvent::Set()
Classification: Mono
Product: MonoTouch
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Critical
Priority: P5 - None
Component: Tools
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: fak at kruegersystems.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: Yes
Created an attachment (id=334654)
--> (http://bugzilla.novell.com/attachment.cgi?id=334654)
Project that demos bug
Description of Problem:
mtouch 1.4.3.4718
When compiling the attached project for the Device, the following monotouch
linker error is encountered.
Steps to reproduce the problem:
1. Compile the attached project for Debug|iPhone using MD
2.
Actual Results:
Linking SDK only for assembly
/Users/fak/Projects/SuperSsh/SuperSsh/bin/iPhone/Debug/SuperSsh.exe into
/Users/fak/Projects/SuperSsh/SuperSsh/bin/iPhone/Debug/SuperSsh.app
Could not link assemblies: Mono.Linker.ResolutionException: Can not resolve
reference: System.Boolean System.Threading.ManualResetEvent::Set()
at Mono.Linker.Steps.MarkStep.MarkMethod (Mono.Cecil.MethodReference
reference) [0x00000] in <filename unknown>:0
at Mono.Linker.Steps.MarkStep.MarkInstruction (Mono.Cecil.Cil.Instruction
instruction) [0x00000] in <filename unknown>:0
at Mono.Linker.Steps.MarkStep.MarkMethodBody (Mono.Cecil.Cil.MethodBody body)
[0x00000] in <filename unknown>:0
at Mono.Linker.Steps.MarkStep.ProcessMethod (Mono.Cecil.MethodDefinition
method) [0x00000] in <filename unknown>:0
at Mono.Linker.Steps.MarkStep.ProcessQueue () [0x00000] in <filename
unknown>:0
at Mono.Linker.Steps.MarkStep.Process () [0x00000] in <filename unknown>:0
at Mono.Linker.Steps.MarkStep.Process (Mono.Linker.LinkContext context)
[0x00000] in <filename unknown>:0
at Mono.Linker.Pipeline.Process (Mono.Linker.LinkContext context) [0x00000]
in <filename unknown>:0
at MonoTouch.Tuner.Linker.Run (Mono.Linker.Pipeline pipeline,
Mono.Linker.LinkContext context) [0x00000] in <filename unknown>:0
Expected Results:
It should link.
How often does this happen?
Additional Information:
--
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