Re: [Ironpython-users] crash on Win8 64bit at IronPython expression evaluation

2013-01-15 Thread Curt Hagenlocher
Is it possible to launch the application directly and then attach the debugger to it before the code in question executes? How is the background thread created? On Tue, Jan 15, 2013 at 3:51 AM, Zsidó Zoltán wrote: > Hi Jeff, > > > > You were right. > > On windows 7 I managed to reproduce the

[Ironpython-users] IronPython, Daily Digest 1/14/2013

2013-01-15 Thread no_reply
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] GetEncodings called in StringOps.cs fails using Mono 2. [New issue] super() does not preserve class -- ISSUES 1. [New comment]

Re: [Ironpython-users] crash on Win8 64bit at IronPython expression evaluation

2013-01-15 Thread Zsidó Zoltán
Hi Jeff, You were right. On windows 7 I managed to reproduce the error when I installed .net 4.5. Unfortunately I still cannot make a simpler application that can reproduce it. And if I debug it then it works on Windows 7. I have found that .net 4.0 and 4.5 cannot work side-by-side, so my