зеркало из https://github.com/mono/mail-archives.git
166 строки
4.0 KiB
HTML
166 строки
4.0 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 423975] New: SIGSEGV in mono_class_is_assignable_from
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20423975%5D%20New%3A%20SIGSEGV%20in%0A%09mono_class_is_assignable_from&In-Reply-To=">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="079074.html">
|
|
<LINK REL="Next" HREF="078940.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 423975] New: SIGSEGV in mono_class_is_assignable_from</H1>
|
|
<B>bugzilla_noreply at novell.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20423975%5D%20New%3A%20SIGSEGV%20in%0A%09mono_class_is_assignable_from&In-Reply-To="
|
|
TITLE="[Mono-bugs] [Bug 423975] New: SIGSEGV in mono_class_is_assignable_from">bugzilla_noreply at novell.com
|
|
</A><BR>
|
|
<I>Fri Sep 5 19:08:47 EDT 2008</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="079074.html">[Mono-bugs] [Bug 423913] Make the XSL generate-id() generate much shorter strings
|
|
</A></li>
|
|
<LI>Next message: <A HREF="078940.html">[Mono-bugs] [Bug 423975] SIGSEGV in mono_class_is_assignable_from
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#78906">[ date ]</a>
|
|
<a href="thread.html#78906">[ thread ]</a>
|
|
<a href="subject.html#78906">[ subject ]</a>
|
|
<a href="author.html#78906">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE><A HREF="https://bugzilla.novell.com/show_bug.cgi?id=423975">https://bugzilla.novell.com/show_bug.cgi?id=423975</A>
|
|
|
|
|
|
Summary: SIGSEGV in mono_class_is_assignable_from
|
|
Product: Mono: Runtime
|
|
Version: 2.0
|
|
Platform: x86-64
|
|
OS/Version: Ubuntu
|
|
Status: NEW
|
|
Severity: Normal
|
|
Priority: P5 - None
|
|
Component: misc
|
|
AssignedTo: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at lists.ximian.com</A>
|
|
ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">casey.s.marshall at gmail.com</A>
|
|
QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at lists.ximian.com</A>
|
|
Found By: ---
|
|
|
|
|
|
Created an attachment (id=238009)
|
|
--> (<A HREF="https://bugzilla.novell.com/attachment.cgi?id=238009">https://bugzilla.novell.com/attachment.cgi?id=238009</A>)
|
|
Test case
|
|
|
|
Compiling the attached example results in a SIGSEGV in the function
|
|
mono_class_is_assignable_from, apparently because one of the types (the
|
|
"Foo<T>" type, I think) isn't completely constructed: the interface_bitmap
|
|
field is NULL, which is being accessed by the MONO_CLASS_IMPLEMENTS_INTERFACE
|
|
macro.
|
|
|
|
This is with the mono-2-0 branch, SVN revision 110293.
|
|
|
|
|
|
--
|
|
Configure bugmail: <A HREF="https://bugzilla.novell.com/userprefs.cgi?tab=email">https://bugzilla.novell.com/userprefs.cgi?tab=email</A>
|
|
------- You are receiving this mail because: -------
|
|
You are the QA contact for the bug.
|
|
You are the assignee for the bug.
|
|
</PRE>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="079074.html">[Mono-bugs] [Bug 423913] Make the XSL generate-id() generate much shorter strings
|
|
</A></li>
|
|
<LI>Next message: <A HREF="078940.html">[Mono-bugs] [Bug 423975] SIGSEGV in mono_class_is_assignable_from
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#78906">[ date ]</a>
|
|
<a href="thread.html#78906">[ thread ]</a>
|
|
<a href="subject.html#78906">[ subject ]</a>
|
|
<a href="author.html#78906">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
|
mailing list</a><br>
|
|
</body></html>
|