зеркало из https://github.com/mono/mail-archives.git
99 строки
3.5 KiB
HTML
99 строки
3.5 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 47528][Maj] New - Null reference exception using pointers
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:bugzilla-daemon%40indri.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="006837.html">
|
|
<LINK REL="Next" HREF="006839.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 47528][Maj] New - Null reference exception using pointers
|
|
</H1>
|
|
<B>bugzilla-daemon@indri.ximian.com
|
|
</B>
|
|
<A HREF="mailto:bugzilla-daemon%40indri.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 47528][Maj] New - Null reference exception using pointers">bugzilla-daemon@indri.ximian.com
|
|
</A><BR>
|
|
<I>Mon, 11 Aug 2003 16:05:03 -0400 (EDT)</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="006837.html">[Mono-bugs] [Bug 39264][Nor] Changed - System.Environment.Version returns {0,0,-1,-1}
|
|
</A></li>
|
|
<LI> Next message: <A HREF="006839.html">[Mono-bugs] [Bug 45844][Wis] Changed - Why there's not a System.Data component?
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#6838">[ date ]</a>
|
|
<a href="thread.html#6838">[ thread ]</a>
|
|
<a href="subject.html#6838">[ subject ]</a>
|
|
<a href="author.html#6838">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>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 <A HREF="mailto:lluis@ximian.com.">lluis@ximian.com.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=47528">http://bugzilla.ximian.com/show_bug.cgi?id=47528</A>
|
|
|
|
--- shadow/47528 2003-08-11 16:05:03.000000000 -0400
|
|
+++ shadow/47528.tmp.31639 2003-08-11 16:05:03.000000000 -0400
|
|
@@ -0,0 +1,35 @@
|
|
+Bug#: 47528
|
|
+Product: Mono/Runtime
|
|
+Version: unspecified
|
|
+OS:
|
|
+OS Details:
|
|
+Status: NEW
|
|
+Resolution:
|
|
+Severity:
|
|
+Priority: Major
|
|
+Component: misc
|
|
+AssignedTo: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
|
+ReportedBy: <A HREF="mailto:lluis@ximian.com">lluis@ximian.com</A>
|
|
+QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
|
+TargetMilestone: ---
|
|
+URL:
|
|
+Cc:
|
|
+Summary: Null reference exception using pointers
|
|
+
|
|
+Description of Problem:
|
|
+Code that use pointers crashes when using +=, ++ or similar together with
|
|
+the deference operator.
|
|
+
|
|
+Steps to reproduce the problem:
|
|
+Run the test case.
|
|
+
|
|
+Actual Results:
|
|
+Unhandled Exception: System.NullReferenceException: A null value was found
|
|
+where an object instance was required
|
|
+in <0x00082> 00 .A:Main ()
|
|
+
|
|
+Expected Results:
|
|
+The message "This call shouldn't crash" in the console
|
|
+
|
|
+How often does this happen?
|
|
+Allways
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="006837.html">[Mono-bugs] [Bug 39264][Nor] Changed - System.Environment.Version returns {0,0,-1,-1}
|
|
</A></li>
|
|
<LI> Next message: <A HREF="006839.html">[Mono-bugs] [Bug 45844][Wis] Changed - Why there's not a System.Data component?
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#6838">[ date ]</a>
|
|
<a href="thread.html#6838">[ thread ]</a>
|
|
<a href="subject.html#6838">[ subject ]</a>
|
|
<a href="author.html#6838">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|