porting python in tz_vmm demo

Stefan Kalkowski stefan.kalkowski at ...1...
Mon Aug 1 15:28:21 CEST 2016


On 08/01/2016 02:54 PM, Alexander Boettcher wrote:
> Hello,
> 
> On 29.07.2016 01:09, Abhay Amala wrote:
>> interpreter works fine now but I don't understand what is "*int
>> _sigaction(int, const sigaction*, sigaction*): _sigaction not implemented*"
>> message? Does anyone have any idea? Thanks in advance for your answers.
>>
>> [init -> test-python] int _sigaction(int, const sigaction*, sigaction*):
>> _sigaction not implemented
> 
> some code in python _probably_ calls the libc signal() function which
> calls in our ported libc _sigaction().
> 
> The function is, as written, not implemented - that means everything
> which requires signal support in python will not work.
> 

it's much likely that the python interpreter just registers some exit
handlers. So you do not need to worry about it too much.

Regards
Stefan

> Alex.
> 
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> genode-main mailing list
> genode-main at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/genode-main
> 

-- 
Stefan Kalkowski
Genode Labs

https://github.com/skalk ยท http://genode.org/




More information about the users mailing list