Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New issue] Running IronPython on a background thread in Silverlight
2. [New issue] Running IronPython on a background thread in Silverlight

----------------------------------------------

ISSUES

1. [New issue] Running IronPython on a background thread in Silverlight
http://ironpython.codeplex.com/workitem/31223
User ckarasinir has proposed the issue:

"Running ironpython on a background thread in Silverlight fails with an 
AccessViolationException if the environment is also created in the background 
thread.

Attached sample demonstrates the issue. Clicking on "Test 2" after a fresh 
start fails. But it works OK if "Test 1" is clicked first meaning the 
environment was created on the UI thread.

The actual IronPython code that runs has some imports. The issue goes away when 
there are no imports in the IronPython source.

Seems like an issue. I have tried "DynamicEngine.CreateRuntime();" as well 
without success."-----------------

2. [New issue] Running IronPython on a background thread in Silverlight
http://ironpython.codeplex.com/workitem/31224
User ckarasinir has proposed the issue:

"Running ironpython on a background thread in Silverlight fails with an 
AccessViolationException if the environment is also created in the background 
thread.

Attached sample demonstrates the issue. Clicking on "Test 2" after a fresh 
start fails. But it works OK if "Test 1" is clicked first meaning the 
environment was created on the UI thread.

The actual IronPython code that runs has some imports. The issue goes away when 
there are no imports in the IronPython source.

Seems like an issue. I have tried "DynamicEngine.CreateRuntime();" as well 
without success."
----------------------------------------------



----------------------------------------------
You are receiving this email because you subscribed to notifications on 
CodePlex.

To report a bug, request a feature, or add a comment, visit IronPython Issue 
Tracker. You can unsubscribe or change your issue notification settings on 
CodePlex.com.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to