[Mono-bugs] [Bug 606417] New: Mono compiler crashes inside MonoDevelop when copy of file with class is made
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon May 17 11:15:50 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=606417
http://bugzilla.novell.com/show_bug.cgi?id=606417#c0
Summary: Mono compiler crashes inside MonoDevelop when copy of
file with class is made
Classification: Mono
Product: Mono: Compilers
Version: 2.6.x
Platform: Macintosh
OS/Version: Mac OS X 10.6
Status: NEW
Severity: Major
Priority: P5 - None
Component: C#
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: chris.hamons at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: Customer
Blocker: ---
Description of Problem:
I can trigger a crash in the compiler inside of monodevelop consistently.
Steps to reproduce the problem:
1. Open an existing project or create one with at least one .cs file with a
class in it
2. Right click a class, copy, then paste it in the same directory.
3. This will create a new file called foo (Copy) or something similar, but
with same class name inside.
4. Hit compile.
Actual Results:
Compiler gives internal error.
Expected Results:
Error about multiple definition of a class.
How often does this happen?
Consistently.
Additional Information:
I expect but have not tested that this happens for any project. If you need an
example, try project here:
http://code.google.com/p/magecrawl/source/checkout
--
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