[Mono-bugs] [Bug 457442] New: No line numbers for generics in StackTraces
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Dec 8 17:52:18 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=457442
Summary: No line numbers for generics in StackTraces
Product: Mono: Runtime
Version: SVN
Platform: x86
OS/Version: Linux
Status: NEW
Severity: Major
Priority: P5 - None
Component: JIT
AssignedTo: lupus at novell.com
ReportedBy: contact at i-nz.net
QAContact: mono-bugs at lists.ximian.com
Found By: ---
There are no line numbers for generics, e.g:
Unhandled Exception: System.ArgumentOutOfRangeException: Argument is out of
range.
Parameter name: index
at System.Collections.Generic.List`1[System.Object].RemoveAt (Int32 index)
[0x00000]
at Tests.Tester.Main (System.String[] args) [0x00006] in
/home/ivanz/tmp/stacktrace-lines-test.cs:11
for:
using System;
using System.Collections.Generic;
namespace Tests
{
public class Tester
{
public static void Main (string[] args)
{
List<object> list = new List<object> ();
list.RemoveAt (69);
}
}
}
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list