[IronPython] Crash on method call

Dino Viehland dinov at exchange.microsoft.com
Tue Nov 29 18:52:12 CET 2005


I just used mdbg 2.0 that ships w/ the RTM version of VS and IronPython 0.9.5 and the extension appeared to work fine.

Are you running IronPython 0.9.5 against RTM VS?  Do you have any additional steps that might help us repro it?

________________________________

From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of SrinivasaRao
Sent: Monday, November 28, 2005 9:06 PM
To: Discussion of IronPython
Subject: Re: [IronPython] Crash on method call

Hi,

 I downloaded mdbg v2.0, after I run the project i get MDBG command prompt, in that if I wite " PY 1+2 " command then it is showing an error message " no active process" sometimes " unrecognized command" etc

Plese give me a solution for this as soon as possible..

Thanks

Srinivasa Rao.

Software Engineer.

Apollo Health street Ltd.

Hyderabad, India.

Mobile : 91-9885334248.

-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com]On Behalf Of Dino Viehland
Sent: Monday, November 28, 2005 9:52 PM
To: Discussion of IronPython
Subject: Re: [IronPython] Crash on method call

I just verified this is indeed will be fixed in our next release.  Thanks for letting us know about the issue!

________________________________

From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Dino Viehland
Sent: Wednesday, November 23, 2005 10:15 PM
To: Discussion of IronPython
Subject: Re: [IronPython] Crash on method call

Thanks for the bug report Seo.  We've had a similar bug in our database that I believe I fixed last week (I'm away currently so I can't verify) but I will confirm this next week after the Thanksgiving holiday and let you know if it'll be present in our next release.

________________________________________
From: users-bounces at lists.ironpython.com On Behalf Of Seo Sanghyeon
Sent: Wednesday, November 23, 2005 9:41 PM
To: users at lists.ironpython.com
Subject: [IronPython] Crash on method call

With following code, IronPython 0.9.5 crashes with the message
"Unhandled Exception: no value for arg".

class C:
    def foo(self, arg, bar):
        pass

obj = C()
obj.foo(None, bar=1)

Above testcase was reduced from Python standard library's optparse.py,
line 1120, in Python 2.4.2.

Seo Sanghyeon
_______________________________________________
users mailing list
users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20051129/4ac2c93d/attachment.html>


More information about the Ironpython-users mailing list