<div dir="ltr">Hi,<div>it's been a while, but I've now again tried running the remote debugger <a href="https://github.com/Kozea/wdb">https://github.com/Kozea/wdb</a> client under IronPython. </div><div><br></div><div>As J.Hardy wrote earlier, based on the stack trace I included:</div><div><span style="font-size:12.8000001907349px">> Looks like one of the generator rewriters has a bug. I can't come up with a simple case to reproduce this, though. It's failing when switching from interpreted to compiled (LambdaExpression.Compile) but I'm not sure how to trip that right now, for if it's specific to the code it's compiling.</span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">I've now found that the function it's attempting to compile when it crashes is findlinestarts(code) in dis.py, which is a generator - and even if I delete its body and let it yield a tuple with two const ints, it still fails the same way (!). <br><br>When I replace the call to the function in wdb/__init__.py 608 with the tuple I made up ((111, 222), (333, 444)) the debugger client successfully connects to the server, shows the file source etc.</span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div>Nevertheless it seems there's nothing wrong with <span style="font-size:12.8000001907349px">findlinestarts(code) itself, it only fails in this specific context...</span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">The InvalidCastException gets thrown in the VisitAssign when there's a ($tuple.Item008).Value on the left side</span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><div><span style="font-size:12.8000001907349px">I've pasted the the DebugView contents for the expression which goes into </span><span style="font-size:12.8000001907349px">LambdaExpression.Compile to <a href="http://pastebin.com/TNX6UUPe">http://pastebin.com/TNX6UUPe</a><br></span></div><div><span style="font-size:12.8000001907349px">The part for which the InvalidCast is thrown is 146-148</span><br></div></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">But I'm still stuck.</span></div><div><br></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">It's easy to replicate this whole thing </span></div><div><span style="font-size:12.8000001907349px">- download wdb</span></div><div><span style="font-size:12.8000001907349px">- install wdb.client in IPy using setup.py</span></div><div><span style="font-size:12.8000001907349px">- run wdb/server/<a href="http://wdb.server.py">wdb.server.py</a> in regular Python </span></div><div><span style="font-size:12.8000001907349px">- then ipy.exe -X:FullFrames -c "import wdb; wdb.set_trace(); raw_input(); print 1" <br><br></span></div><div><span style="font-size:12.8000001907349px">I use the raw_input so that I can connect the VS debugger to ipy.exe</span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><br></div><div>Thanks for any pointers - I'm prepared to spend more time on this issue, but I'm out of ideas about what to try next.<br></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><div><span style="font-size:12.8000001907349px">Is there anything more I can try to look at? </span><br></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">How do I isolate this issue?</span></div></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">But anyway, thank you guys</span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">kerray</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 3, 2014 at 3:31 PM, Kerray <span dir="ltr"><<a href="mailto:kerray.cz@gmail.com" target="_blank">kerray.cz@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Jeff,<div>I've opened the issue with IPV6_V6ONLY - <a href="https://github.com/IronLanguages/main/issues/238" target="_blank">https://github.com/IronLanguages/main/issues/238</a></div><div>And I'll open one for the Tornado socket problem also.</div><div><br></div><div>Other than that, I can successfuly run </div><div>import wdb</div><div>w = wdb.set_trace() </div><div>in console and examine the contents of the resulting Wdb object (it seems allright, I can print most attributes etc.) but it doesn't matter what code I run after that - it fails with a variable assignment, with print etc.  </div><div><br></div><div>The code object that gets passed at that moment into the dis.findlinestarts() call which results in crash has these attributes:</div><div><div>co_argcount: 1</div><div>co_cellvars: ()</div><div>co_code: </div><div>co_consts: (None,)</div><div>co_filename: IronPython\27\Lib\threading.py</div><div>co_firstlineno: 774</div><div>co_flags: 0</div><div>co_freevars: ()</div><div>co_lnotab: </div><div>co_name: _exitfunc</div><div>co_names: ('_pickSomeNonDaemonThread', '__debug__')</div><div>co_nlocals: 2</div><div>co_stacksize:</div><div>co_varnames: ('self', 't')</div></div><div><br></div><div>When the VS debugger is attached, first it comes up with a "call stack is not deep enough" exception </div><div><div>   at IronPython.Modules.SysModule._getframeImpl(CodeContext context, Int32 depth, List`1 stack) in c:\Users\jmatysek\Documents\main\Languages\IronPython\IronPython\Modules\sys.cs:line 212</div><div>   at IronPython.Modules.SysModule._getframeImpl(CodeContext context, Int32 depth) in c:\Users\jmatysek\Documents\main\Languages\IronPython\IronPython\Modules\sys.cs:line 183</div><div>   at Microsoft.Scripting.Interpreter.FuncCallInstruction`3.Run(InterpretedFrame frame)</div><div>   at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)</div></div><div><br></div><div>the context parameter of the _getFrameImpl call is the logging module, depth 3<br></div><div><br></div><div>And only after continuing through this exception several times do I get to the point where the original "Unable to cast object of type 'System.Linq.Expressions.FieldExpression' to type 'System.Linq.Expressions.BlockExpression'." exception comes up.</div><div><br></div><div>But it's fairly easy to get the same results running the wdb server in Python and the client in IronPython with X:FullFrames. </div><div><br></div><div>I can't think of any other way I could be of help, but I'm open to suggestions :)</div><div><br></div><div>Thanks anyway!</div><div><br></div><div>JM</div><div><div class="h5"><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 26, 2014 at 12:03 AM, Jeff Hardy <span dir="ltr"><<a href="mailto:jdhardy@gmail.com" target="_blank">jdhardy@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span>On Tue, Nov 25, 2014 at 12:32 PM, Kerray <span dir="ltr"><<a href="mailto:kerray.cz@gmail.com" target="_blank">kerray.cz@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Hi,<div>very good point, I've been on beta3. But the upgrade didn't help. I've figured out how to debug the internals in VS, but there's nothing I could be able to fix (or even understand) myself at this point.<div><br></div><div>ad 1) after running wdb.server, Tornado at first says </div><div><div>\tornado\netutil.py", line 88, in bind_sockets</div><div>AttributeError: 'module' object has no attribute 'IPV6_V6ONLY'</div></div><div>When I comment the whole if section out, it starts the loop and waits for connections.</div></div></div></blockquote><div><br></div></span><div>Can you open an issue for this? Should be straightforward, if .NET supports IPv6 only connections. Might have to wait to 2.7.6 though. In the meantime you can add `hasatter(socket, 'IPV6_V6ONLY')` to the if.</div><span><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><div><br></div><div>Running the client, the server reports this and continues listening:</div><div><div>Connection received from ('127.0.0.1', 1518)</div><div>[E 141125 11:51:35 stack_context:1] Exception in I/O handler for fd 1616</div><span><div>    Traceback (most recent call last):</div></span><div>      File "-\tornado\stack_context.py", line 304, in wrapped</div><div>        ret = fn(*args, **kwargs)</div><div>      File "-\tornado\netutil.py", line 154, in accept_handler</div><div>        callback(connection, address)</div><div>      File "-\wdb_server\streams.py", line 95, in handle_connection</div><div>        stream.read_bytes(4, partial(read_uuid_size, stream))</div><div>      File "-\tornado\iostream.py", line 168, in read_bytes</div><div>        self._try_inline_read()</div><div>      File "-\tornado\iostream.py", line 424, in _try_inline_read</div><div>        if self._read_to_buffer() == 0:</div><div>      File "-\tornado\iostream.py", line 447, in _read_to_buffer</div><div>        chunk = self.read_from_fd()</div><div>      File "-\tornado\iostream.py", line 686, in read_from_fd</div><span><div>        chunk = self.socket.recv(self.read_chunk_size)</div><div>    error: [Errno 10022] A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied</div></span></div><div><br></div><div>And the client crashes with </div><div>wdb\client\wdb\_compat.py", line 165, in send_bytes</div><div>socket.error: [Errno 10053] An established connection was aborted by the software in your host machine</div><div><br></div><div><div>When trying to debug this in VS, I came to the conclusion that the Tornado server's socket handling (or my commenting out a piece, or something else inside Tornado running under IronPython-) is at fault, since it's not true what I've written previously (that a message gets communicated and then coms fail) - in fact nothing gets communicated, it crashes in the client on trying to send the first message using socket.cs sendallWorker(byte[] buffer, int flags).</div></div></div></div></blockquote><div><br></div></span><div>Not sure why it would not be connected, but I presume Tornado tries to configure the sockets as non-blocking; it's possible that gets IronPython confused.</div><span><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><div><div><br></div><br>ad 2) running the server in Python and client in IronPython, I get a bit further, but the error is the same - the client in IronPython reports</div><div><div>Launching browser and wait for connection</div><div>Exception Traceback (most recent call last):</div><div>  File "-\wdb\client\wdb\__init__.py", line 291, in trace_debug_dispatch</div><div>  File "-\wdb\client\wdb\__init__.py", line 250, in trace_dispatch</div><div>  File "-\wdb\client\wdb\__init__.py", line 686, in handle_call</div><div>  File "-\wdb\client\wdb\__init__.py", line 660, in interaction</div><div>  File "-\wdb\client\wdb\ui.py", line 80, in __init__</div><div>  File "-\wdb\client\wdb\__init__.py", line 575, in get_trace</div><span><div>TypeError: Unable to cast object of type 'System.Linq.Expressions.FieldExpression' to type 'System.Linq.Expressions.BlockExpression'.</div></span></div><div><br></div><div>It's the same place and line of code I mentioned in my previous mail:</div><div>> startlnos = dis.findlinestarts(code)</div><div><br></div><div>Debugging in VS yields an impressive stack trace, but I don't have any idea where to start with this, so again - I'll be very grateful for any pointers.<br></div></div></div></blockquote><div><br></div></span><div>Looks like one of the generator rewriters has a bug. I can't come up with a simple case to reproduce this, though. It's failing when switching from interpreted to compiled (LambdaExpression.Compile) but I'm not sure how to trip that right now, for if it's specific to the code it's compiling.</div><span><font color="#888888"><div><br></div><div>- Jeff</div></font></span><div><div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><div><br></div><div>Thanks - for even reading this far.</div><div><br></div><div><br></div><div><div>   at Microsoft.Scripting.Ast.GeneratorRewriter.VisitAssign(BinaryExpression node) in c:\Users\jmatysek\Documents\main\Runtime\Microsoft.Dynamic\Ast\GeneratorRewriter.cs:line 831</div><div>   at Microsoft.Scripting.Ast.GeneratorRewriter.VisitBinary(BinaryExpression node) in c:\Users\jmatysek\Documents\main\Runtime\Microsoft.Dynamic\Ast\GeneratorRewriter.cs:line 876</div><div>   at System.Linq.Expressions.BinaryExpression.Accept(ExpressionVisitor visitor)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(Expression node)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(ReadOnlyCollection`1 nodes)</div><div>   at Microsoft.Scripting.Ast.GeneratorRewriter.VisitBlock(BlockExpression node) in c:\Users\jmatysek\Documents\main\Runtime\Microsoft.Dynamic\Ast\GeneratorRewriter.cs:line 595</div><div>   at System.Linq.Expressions.BlockExpression.Accept(ExpressionVisitor visitor)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(Expression node)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(ReadOnlyCollection`1 nodes)</div><div>   at Microsoft.Scripting.Ast.GeneratorRewriter.VisitBlock(BlockExpression node) in c:\Users\jmatysek\Documents\main\Runtime\Microsoft.Dynamic\Ast\GeneratorRewriter.cs:line 595</div><div>   at System.Linq.Expressions.BlockExpression.Accept(ExpressionVisitor visitor)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(Expression node)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(ReadOnlyCollection`1 nodes)</div><div>   at Microsoft.Scripting.Ast.GeneratorRewriter.VisitBlock(BlockExpression node) in c:\Users\jmatysek\Documents\main\Runtime\Microsoft.Dynamic\Ast\GeneratorRewriter.cs:line 595</div><div>   at System.Linq.Expressions.BlockExpression.Accept(ExpressionVisitor visitor)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(Expression node)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(ReadOnlyCollection`1 nodes)</div><div>   at Microsoft.Scripting.Ast.GeneratorRewriter.VisitBlock(BlockExpression node) in c:\Users\jmatysek\Documents\main\Runtime\Microsoft.Dynamic\Ast\GeneratorRewriter.cs:line 595</div><div>   at System.Linq.Expressions.BlockExpression.Accept(ExpressionVisitor visitor)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(Expression node)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(ReadOnlyCollection`1 nodes)</div><div>   at Microsoft.Scripting.Ast.GeneratorRewriter.VisitBlock(BlockExpression node) in c:\Users\jmatysek\Documents\main\Runtime\Microsoft.Dynamic\Ast\GeneratorRewriter.cs:line 595</div><div>   at System.Linq.Expressions.BlockExpression.Accept(ExpressionVisitor visitor)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(Expression node)</div><div>   at Microsoft.Scripting.Ast.GeneratorRewriter.VisitTry(TryExpression node) in c:\Users\jmatysek\Documents\main\Runtime\Microsoft.Dynamic\Ast\GeneratorRewriter.cs:line 297</div><div>   at System.Linq.Expressions.TryExpression.Accept(ExpressionVisitor visitor)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(Expression node)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(ReadOnlyCollection`1 nodes)</div><div>   at Microsoft.Scripting.Ast.GeneratorRewriter.VisitBlock(BlockExpression node) in c:\Users\jmatysek\Documents\main\Runtime\Microsoft.Dynamic\Ast\GeneratorRewriter.cs:line 595</div><div>   at System.Linq.Expressions.BlockExpression.Accept(ExpressionVisitor visitor)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(Expression node)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(ReadOnlyCollection`1 nodes)</div><div>   at Microsoft.Scripting.Ast.GeneratorRewriter.VisitBlock(BlockExpression node) in c:\Users\jmatysek\Documents\main\Runtime\Microsoft.Dynamic\Ast\GeneratorRewriter.cs:line 595</div><div>   at System.Linq.Expressions.BlockExpression.Accept(ExpressionVisitor visitor)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(Expression node)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(ReadOnlyCollection`1 nodes)</div><div>   at Microsoft.Scripting.Ast.GeneratorRewriter.VisitBlock(BlockExpression node) in c:\Users\jmatysek\Documents\main\Runtime\Microsoft.Dynamic\Ast\GeneratorRewriter.cs:line 595</div><div>   at System.Linq.Expressions.BlockExpression.Accept(ExpressionVisitor visitor)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(Expression node)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(ReadOnlyCollection`1 nodes)</div><div>   at Microsoft.Scripting.Ast.GeneratorRewriter.VisitBlock(BlockExpression node) in c:\Users\jmatysek\Documents\main\Runtime\Microsoft.Dynamic\Ast\GeneratorRewriter.cs:line 595</div><div>   at System.Linq.Expressions.BlockExpression.Accept(ExpressionVisitor visitor)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(Expression node)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(ReadOnlyCollection`1 nodes)</div><div>   at Microsoft.Scripting.Ast.GeneratorRewriter.VisitBlock(BlockExpression node) in c:\Users\jmatysek\Documents\main\Runtime\Microsoft.Dynamic\Ast\GeneratorRewriter.cs:line 595</div><div>   at System.Linq.Expressions.BlockExpression.Accept(ExpressionVisitor visitor)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(Expression node)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(ReadOnlyCollection`1 nodes)</div><div>   at Microsoft.Scripting.Ast.GeneratorRewriter.VisitBlock(BlockExpression node) in c:\Users\jmatysek\Documents\main\Runtime\Microsoft.Dynamic\Ast\GeneratorRewriter.cs:line 595</div><div>   at System.Linq.Expressions.BlockExpression.Accept(ExpressionVisitor visitor)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(Expression node)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(ReadOnlyCollection`1 nodes)</div><div>   at Microsoft.Scripting.Ast.GeneratorRewriter.VisitBlock(BlockExpression node) in c:\Users\jmatysek\Documents\main\Runtime\Microsoft.Dynamic\Ast\GeneratorRewriter.cs:line 595</div><div>   at System.Linq.Expressions.BlockExpression.Accept(ExpressionVisitor visitor)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(Expression node)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(ReadOnlyCollection`1 nodes)</div><div>   at Microsoft.Scripting.Ast.GeneratorRewriter.VisitBlock(BlockExpression node) in c:\Users\jmatysek\Documents\main\Runtime\Microsoft.Dynamic\Ast\GeneratorRewriter.cs:line 595</div><div>   at System.Linq.Expressions.BlockExpression.Accept(ExpressionVisitor visitor)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(Expression node)</div><div>   at Microsoft.Scripting.Ast.GeneratorRewriter.VisitAssign(BinaryExpression node) in c:\Users\jmatysek\Documents\main\Runtime\Microsoft.Dynamic\Ast\GeneratorRewriter.cs:line 789</div><div>   at Microsoft.Scripting.Ast.GeneratorRewriter.VisitBinary(BinaryExpression node) in c:\Users\jmatysek\Documents\main\Runtime\Microsoft.Dynamic\Ast\GeneratorRewriter.cs:line 876</div><div>   at System.Linq.Expressions.BinaryExpression.Accept(ExpressionVisitor visitor)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(Expression node)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(ReadOnlyCollection`1 nodes)</div><div>   at Microsoft.Scripting.Ast.GeneratorRewriter.VisitBlock(BlockExpression node) in c:\Users\jmatysek\Documents\main\Runtime\Microsoft.Dynamic\Ast\GeneratorRewriter.cs:line 595</div><div>   at System.Linq.Expressions.BlockExpression.Accept(ExpressionVisitor visitor)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(Expression node)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(ReadOnlyCollection`1 nodes)</div><div>   at Microsoft.Scripting.Ast.GeneratorRewriter.VisitBlock(BlockExpression node) in c:\Users\jmatysek\Documents\main\Runtime\Microsoft.Dynamic\Ast\GeneratorRewriter.cs:line 595</div><div>   at System.Linq.Expressions.BlockExpression.Accept(ExpressionVisitor visitor)</div><div>   at System.Linq.Expressions.ExpressionVisitor.Visit(Expression node)</div><div>   at Microsoft.Scripting.Ast.GeneratorRewriter.Reduce() in c:\Users\jmatysek\Documents\main\Runtime\Microsoft.Dynamic\Ast\GeneratorRewriter.cs:line 100</div><div>   at Microsoft.Scripting.Ast.GeneratorExpression.Reduce() in c:\Users\jmatysek\Documents\main\Runtime\Microsoft.Dynamic\Ast\GeneratorExpression.cs:line 94</div><div>   at System.Linq.Expressions.Expression.ReduceAndCheck()</div><div>   at System.Linq.Expressions.Expression.ReduceExtensions()</div><div>   at System.Linq.Expressions.Compiler.StackSpiller.RewriteExtensionExpression(Expression expr, Stack stack)</div><div>   at System.Linq.Expressions.Compiler.StackSpiller.RewriteExpression(Expression node, Stack stack)</div><div>   at System.Linq.Expressions.Compiler.StackSpiller.RewriteExpressionFreeTemps(Expression expression, Stack stack)</div><div>   at System.Linq.Expressions.Compiler.StackSpiller.Rewrite[T](Expression`1 lambda)</div><div>   at System.Linq.Expressions.Expression`1.Accept(StackSpiller spiller)</div><div>   at System.Linq.Expressions.Compiler.LambdaCompiler.Compile(LambdaExpression lambda, DebugInfoGenerator debugInfoGenerator)</div><div>   at System.Linq.Expressions.LambdaExpression.Compile()</div><div>   at Microsoft.Scripting.Debugging.DebuggableLambdaBuilder.CreateFunctionInfo(LambdaExpression generatorFactoryLambda) in c:\Users\jmatysek\Documents\main\Runtime\Microsoft.Dynamic\Debugging\DebuggableLambdaBuilder.cs:line 386</div><div>   at Microsoft.Scripting.Debugging.DebuggableLambdaBuilder.TransformLambda(LambdaExpression lambda) in c:\Users\jmatysek\Documents\main\Runtime\Microsoft.Dynamic\Debugging\DebuggableLambdaBuilder.cs:line 171</div><div>   at Microsoft.Scripting.Debugging.DebuggableLambdaBuilder.Transform(LambdaExpression lambda) in c:\Users\jmatysek\Documents\main\Runtime\Microsoft.Dynamic\Debugging\DebuggableLambdaBuilder.cs:line 111</div><div>   at Microsoft.Scripting.Debugging.CompilerServices.DebugContext.TransformLambda(LambdaExpression lambda, DebugLambdaInfo lambdaInfo) in c:\Users\jmatysek\Documents\main\Runtime\Microsoft.Dynamic\Debugging\DebugContext.cs:line 68</div><div>   at IronPython.Runtime.FunctionCode.<>c__DisplayClass1a.<GetGeneratorOrNormalLambdaTracing>b__19(Expression`1 x) in c:\Users\jmatysek\Documents\main\Languages\IronPython\IronPython\Runtime\FunctionCode.cs:line 787</div><div>   at IronPython.Compiler.GeneratorRewriter.Reduce(Boolean shouldInterpret, Boolean emitDebugSymbols, Int32 compilationThreshold, IList`1 parameters, Func`2 bodyConverter) in c:\Users\jmatysek\Documents\main\Languages\IronPython\IronPython\Compiler\GeneratorRewriter.cs:line 147</div><div>   at IronPython.Runtime.FunctionCode.GetGeneratorOrNormalLambdaTracing(PythonContext context) in c:\Users\jmatysek\Documents\main\Languages\IronPython\IronPython\Runtime\FunctionCode.cs:line 777</div><div>   at IronPython.Runtime.FunctionCode.UpdateDelegate(PythonContext context, Boolean forceCreation) in c:\Users\jmatysek\Documents\main\Languages\IronPython\IronPython\Runtime\FunctionCode.cs:line 717</div><div>   at IronPython.Runtime.FunctionCode.LazyCompileFirstTarget(PythonFunction function) in c:\Users\jmatysek\Documents\main\Languages\IronPython\IronPython\Runtime\FunctionCode.cs:line 697</div><div>   at IronPython.Compiler.PythonCallTargets.OriginalCallTarget1(PythonFunction function, Object arg0) in c:\Users\jmatysek\Documents\main\Languages\IronPython\IronPython\Compiler\PythonCallTargets.cs:line 42</div><div>   at IronPython.Runtime.FunctionCaller`1.Call1(CallSite site, CodeContext context, Object func, T0 arg0) in c:\Users\jmatysek\Documents\main\Languages\IronPython\IronPython\Runtime\PythonFunction.Generated.cs:line 420</div><div>   at System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2)</div><div>   at get_trace$495(Closure , PythonFunction , Object , Object , Object )</div><div>   at IronPython.Compiler.PythonFunctionRecursionCheck3.CallTarget(PythonFunction function, Object arg0, Object arg1, Object arg2) in c:\Users\jmatysek\Documents\main\Languages\IronPython\IronPython\Compiler\PythonCallTargets.cs:line 273</div><div>   at IronPython.Compiler.PythonCallTargets.OriginalCallTarget3(PythonFunction function, Object arg0, Object arg1, Object arg2) in c:\Users\jmatysek\Documents\main\Languages\IronPython\IronPython\Compiler\PythonCallTargets.cs:line 53</div><div>   at IronPython.Runtime.FunctionCaller`3.Call3(CallSite site, CodeContext context, Object func, T0 arg0, T1 arg1, T2 arg2) in c:\Users\jmatysek\Documents\main\Languages\IronPython\IronPython\Runtime\PythonFunction.Generated.cs:line 676</div><div>   at System.Dynamic.UpdateDelegates.UpdateAndExecute5[T0,T1,T2,T3,T4,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4)</div><div>   at CallSite.Target(Closure , CallSite , CodeContext , Object , Object , Object , Object )</div><div>   at IronPython.Runtime.Method.MethodBinding`2.SelfTarget(CallSite site, CodeContext context, Object target, T0 arg0, T1 arg1) in c:\Users\jmatysek\Documents\main\Languages\IronPython\IronPython\Runtime\Method.Generated.cs:line 195</div><div>   at System.Dynamic.UpdateDelegates.UpdateAndExecute4[T0,T1,T2,T3,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2, T3 arg3)</div><div>   at Microsoft.Scripting.Interpreter.DynamicInstruction`5.Run(InterpretedFrame frame) in c:\Users\jmatysek\Documents\main\Runtime\Microsoft.Dynamic\Interpreter\Instructions\DynamicInstructions.Generated.cs:line 218</div><div>   at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame) in c:\Users\jmatysek\Documents\main\Runtime\Microsoft.Dynamic\Interpreter\Interpreter.cs:line 132</div><div>   at Microsoft.Scripting.Interpreter.LightLambda.Run10[T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,TRet](T0 arg0, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8, T9 arg9) in c:\Users\jmatysek\Documents\main\Runtime\Microsoft.Dynamic\Interpreter\LightLambda.Generated.cs:line 417</div><div>   at IronPython.Compiler.PythonFunctionRecursionCheck9.CallTarget(PythonFunction function, Object arg0, Object arg1, Object arg2, Object arg3, Object arg4, Object arg5, Object arg6, Object arg7, Object arg8) in c:\Users\jmatysek\Documents\main\Languages\IronPython\IronPython\Compiler\PythonCallTargets.cs:line 375</div><div>   at IronPython.Compiler.PythonCallTargets.OriginalCallTarget9(PythonFunction function, Object arg0, Object arg1, Object arg2, Object arg3, Object arg4, Object arg5, Object arg6, Object arg7, Object arg8) in c:\Users\jmatysek\Documents\main\Languages\IronPython\IronPython\Compiler\PythonCallTargets.cs:line 83</div></div><div><div><div> </div></div></div></div></div></blockquote></div></div></div></div></div>
</blockquote></div><br></div></div></div></div>
</blockquote></div><br></div>