mail-archives/mono-bugs/2010-October/105023.html

200 строки
5.4 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 647464] New: Debugger segfaults on ASP.Net MVC projects
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20647464%5D%20New%3A%20Debugger%20segfaults%20on%20ASP.Net%20MVC%0A%09projects&In-Reply-To=">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="105019.html">
<LINK REL="Next" HREF="105223.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 647464] New: Debugger segfaults on ASP.Net MVC projects</H1>
<B>bugzilla_noreply at novell.com</B>
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20647464%5D%20New%3A%20Debugger%20segfaults%20on%20ASP.Net%20MVC%0A%09projects&In-Reply-To="
TITLE="[Mono-bugs] [Bug 647464] New: Debugger segfaults on ASP.Net MVC projects">bugzilla_noreply at novell.com
</A><BR>
<I>Mon Oct 18 13:49:18 EDT 2010</I>
<P><UL>
<LI>Previous message: <A HREF="105019.html">[Mono-bugs] [Bug 506179] unable to set different quality when saving JPEG images using Bitmap object
</A></li>
<LI>Next message: <A HREF="105223.html">[Mono-bugs] [Bug 647464] Debugger segfaults on ASP.Net MVC projects
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#105023">[ date ]</a>
<a href="thread.html#105023">[ thread ]</a>
<a href="subject.html#105023">[ subject ]</a>
<a href="author.html#105023">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>
<A HREF="https://bugzilla.novell.com/show_bug.cgi?id=647464">https://bugzilla.novell.com/show_bug.cgi?id=647464</A>
<A HREF="https://bugzilla.novell.com/show_bug.cgi?id=647464#c0">https://bugzilla.novell.com/show_bug.cgi?id=647464#c0</A>
Summary: Debugger segfaults on ASP.Net MVC projects
Classification: Mono
Product: Mono: Debugger
Version: 2.8.x
Platform: x86-64
OS/Version: Kubuntu
Status: NEW
Severity: Normal
Priority: P5 - None
Component: backend
AssignedTo: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">martin at novell.com</A>
ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">Justen.Hyde at gmail.com</A>
QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at lists.ximian.com</A>
Found By: ---
Blocker: ---
Created an attachment (id=395482)
--&gt; (<A HREF="http://bugzilla.novell.com/attachment.cgi?id=395482">http://bugzilla.novell.com/attachment.cgi?id=395482</A>)
stack trace
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.3
(KHTML, like Gecko) Ubuntu/10.10 Chromium/6.0.472.63 Chrome/6.0.472.63
Safari/534.3
Debugging ASP.Net applications causes the debugger to segfault. Depending upon
the complexity of the application, you may be able to get the app up and
running in debug mode (the MVC project created by monodevelop, for example, can
often be debugged happily provided that you have no breakpoints), but if you
can get up and running the debugger is unstable. For example, setting a
breakpoint inside RegisterRoutes() in Global.Asax.cs in the MVC project created
by monodevelop doesn't always cause the debugger to crash, but subsequently
hovering on the call to RegisterRoutes() in ApplicationStart() will cause the
debugger to fail. More consistently, setting a breakpoint in HomeController.cs
seems to always cause the debugger to crash.
Reproducible: Always
Steps to Reproduce:
1) Ensure that the contents of /proc/sys/kernel/yama/ptrace_scope are &quot;0&quot; not
&quot;1&quot; to prevent a ptrace: operation not permitted error
2) Create a new ASP.Net MVC Project
3) Set breakpoint on line 16 of the generated ./Controllers/HomeController.cs
file
4) Launch the debugger in monodevelop.
Actual Results:
The debugger segfaults
Expected Results:
Debugger breaks on line 16 of HomeController.cs
I've seen this in both mono 2.6 (from the ubuntu repos) and 2.8 (built from
source) using Monodevelop 2.4, again both from repos and built from source.
I'm running Kubuntu 10.10.
--
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.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="105019.html">[Mono-bugs] [Bug 506179] unable to set different quality when saving JPEG images using Bitmap object
</A></li>
<LI>Next message: <A HREF="105223.html">[Mono-bugs] [Bug 647464] Debugger segfaults on ASP.Net MVC projects
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#105023">[ date ]</a>
<a href="thread.html#105023">[ thread ]</a>
<a href="subject.html#105023">[ subject ]</a>
<a href="author.html#105023">[ 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>