[Ironpython-users] IronPython, Daily Digest 4/28/2012

no_reply at codeplex.com no_reply at codeplex.com
Sun Apr 29 12:23:46 CEST 2012


Hi ironpython,

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

In today's digest:ISSUES

1. [New comment] signal module does not work on non-Windows machines

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

ISSUES

1. [New comment] signal module does not work on non-Windows machines
http://ironpython.codeplex.com/workitem/32627
User fruch has commented on the issue:

"adding the call stack that expose this problem, for other if they encounter it:
> /extra/views/ifruchte/mono/IronPython-2.7.2.1> ../install/bin/mono 
> --version Mono JIT compiler version 2.10.2 (tarball Sun Oct  2 
> 17:05:21 IST 2011) Copyright (C) 2002-2011 Novell, Inc and Contributors. www.mono-project.com
>         TLS:           __thread
>         SIGSEGV:       altstack
>         Notifications: epoll
>         Architecture:  amd64
>         Disabled:      none
>         Misc:          softdebug
>         LLVM:          supported, not enabled.
>         GC:            Included Boehm (with typed GC and Parallel Mark)
>  
> /extra/views/ifruchte/mono/IronPython-2.7.2.1> ../install/bin/mono 
> ipy.exe -v IronPython 2.7.2.1 (2.7.0.40) on Mono 4.0.30319.1 (64-bit) 
> Type "help", "copyright", "credits" or "license" for more information.
> >>> 
>  
> /extra/views/ifruchte/mono/IronPython-2.7.2.1> ../install/bin/mono ipy.exe -c "import unittest"
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
>   File "/extra/views/ifruchte/mono/IronPython-2.7.2.1/Lib/unittest/__init__.py", line 64, in <module>
>   File "/extra/views/ifruchte/mono/IronPython-2.7.2.1/Lib/unittest/main.py", line 7, in <module>
>   File "/extra/views/ifruchte/mono/IronPython-2.7.2.1/Lib/unittest/runner.py", line 7, in <module>
>   File 
> "/extra/views/ifruchte/mono/IronPython-2.7.2.1/Lib/unittest/signals.py
> ", line 1, in <module>
> StandardError: Exception has been thrown by the target of an invocation.
>  
> /extra/views/ifruchte/mono/IronPython-2.7.2.1> ../install/bin/mono ipy.exe -c "import signal"
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
> StandardError: Exception has been thrown by the target of an invocation.
"
----------------------------------------------



----------------------------------------------
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20120429/0b290805/attachment.html>


More information about the Ironpython-users mailing list