[Mono-bugs] [Bug 322886] ironpython tracebacks on Mono don't have line numbers.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Apr 13 10:01:31 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=322886

https://bugzilla.novell.com/show_bug.cgi?id=322886#c4


Doug Blank <dblank at cs.brynmawr.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dblank at cs.brynmawr.edu
            Version|1.2                         |2.6.x
         Resolution|                            |FIXED
           Severity|Enhancement                 |Minor

--- Comment #4 from Doug Blank <dblank at cs.brynmawr.edu> 2011-04-13 14:01:28 UTC ---
This has been fixed. Compiling the latest IronPython (requires Mono 2.10)
produces line numbers, even on Mono 2.6.7:

$ mono -V
Mono JIT compiler version 2.6.7 (Debian 2.6.7-3ubuntu1)
Copyright (C) 2002-2010 Novell, Inc and Contributors. www.mono-project.com
    TLS:           __thread
    GC:            Included Boehm (with typed GC and Parallel Mark)
    SIGSEGV:       altstack
    Notifications: epoll
    Architecture:  amd64
    Disabled:      none
$ mono bin/ipy.exe foo.py
Traceback (most recent call last):
  File "foo.py", line 10, in <module>
  File "foo.py", line 8, in foo1
  File "foo.py", line 5, in foo2
  File "foo.py", line 2, in foo3
ZeroDivisionError: Division by zerodblank at dblank-desktop:~/Pyjama

For directions on compiling IronPython, please see:
http://ironpython.codeplex.com/wikipage?title=IronPython%20on%20Mono

-- 
Configure bugmail: https://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