Re: [IronPython] Odd tracebacks

2009-01-17 Thread Dan Eloff
On Sat, Jan 17, 2009 at 3:42 PM, Dino Viehland wrote: > I think it is because new StackTrace(exception) requires or required trust at > one point in time (same reason for the catch of MemberAccessException). > > Looking at mscorlib now it would seem that StackTrace(e) is now > SecuritySafeCritic

Re: [IronPython] Odd tracebacks

2009-01-17 Thread Dino Viehland
Silverlight as well. > -Original Message- > From: users-boun...@lists.ironpython.com [mailto:users- > boun...@lists.ironpython.com] On Behalf Of Dan Eloff > Sent: Saturday, January 17, 2009 12:27 PM > To: Discussion of IronPython > Subject: Re: [IronPython] Odd tracebacks >

Re: [IronPython] Odd tracebacks

2009-01-17 Thread Michael Foord
I look forward to seeing what you find :) -Original Message- From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Dan Eloff Sent: Friday, January 16, 2009 11:18 AM To: Discussion of IronPython Subject: Re: [IronPython] Odd tracebacks This e

Re: [IronPython] Odd tracebacks

2009-01-17 Thread Dan Eloff
hon.com] On Behalf Of Dan Eloff > Sent: Friday, January 16, 2009 11:18 AM > To: Discussion of IronPython > Subject: Re: [IronPython] Odd tracebacks > > This extraneous stack trace seems to happen on every exception. I've > confirmed that it's an IronPython problem, not silverlig

Re: [IronPython] Odd tracebacks

2009-01-16 Thread Dino Viehland
IronPython Subject: Re: [IronPython] Odd tracebacks This extraneous stack trace seems to happen on every exception. I've confirmed that it's an IronPython problem, not silverlight. It only ever consists of these two, and the debugger confirms that they aren't called on the error path.

Re: [IronPython] Odd tracebacks

2009-01-16 Thread Dan Eloff
This extraneous stack trace seems to happen on every exception. I've confirmed that it's an IronPython problem, not silverlight. It only ever consists of these two, and the debugger confirms that they aren't called on the error path. at pairwise in game/utils\functions.py, line 46 at __getattr__ i

Re: [IronPython] Odd tracebacks

2009-01-05 Thread Dan Eloff
On Fri, Jan 2, 2009 at 12:33 PM, Dino Viehland wrote: > Are there other exceptions being thrown, potentially somewhere on the stack > below game\models\__init__.py on line 144? Maybe we're calling a built-in > function somewhere that's calling back into your code and is doing something > funky

Re: [IronPython] Odd tracebacks

2009-01-02 Thread Dino Viehland
IronPython Subject: [IronPython] Odd tracebacks I've been experiencing off tracebacks for several weeks now, mostly I just ignore them because it could be my fault, and it's not a blocker. On AttributeErrors I see very strange tracebacks, impossible tracebacks, sometimes even misleading

[IronPython] Odd tracebacks

2009-01-01 Thread Dan Eloff
I've been experiencing off tracebacks for several weeks now, mostly I just ignore them because it could be my fault, and it's not a blocker. On AttributeErrors I see very strange tracebacks, impossible tracebacks, sometimes even misleading tracebacks. Have a look at this (complete) traceback: --