[Mono-bugs] [Bug 78378][Nor] Changed - binary data symbol store is
not supported
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri May 12 12:24:22 EDT 2006
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 vargaz at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78378
--- shadow/78378 2006-05-12 08:31:15.000000000 -0400
+++ shadow/78378.tmp.24891 2006-05-12 12:24:22.000000000 -0400
@@ -1,22 +1,21 @@
Bug#: 78378
Product: Mono: Runtime
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs at ximian.com
ReportedBy: joe at otee.dk
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: binary data symbol store is not supported
The attached patch fixes the exception when using Assembly.LoadFrom with a binary data
symbol store.
@@ -204,6 +203,9 @@
void mono_debug_init_1 (MonoDomain *domain);
void mono_debug_init_2 (MonoAssembly *assembly);
+void mono_debug_init_2_memory (MonoImage *image, const guint8 *raw_contents, int size);
void mono_debug_cleanup (void);
gboolean mono_debug_using_mono_debugger (void);
+
+------- Additional Comments From vargaz at gmail.com 2006-05-12 12:24 -------
+martin, could you look at this ?
More information about the mono-bugs
mailing list