Hi Alex,

> when running the mupdf demo on base-linux/x86_64 (make run/mupdf), I get the 
> following error:
> ... 
> [init -> mupdf] Error: libc suspend() called from non-user context 
> (0x1180506) - aborting

this is another occurrence of a missing 'with_libc' call that is needed
whenever a native Genode component calls into potentially blocking libc
functions (like 'read'). I fixed the problem at the staging branch [1] now.

[1]
https://github.com/genodelabs/genode/commit/349c87eda95a9913940272bdee990bb12f5d3056

Cheers
Norman

-- 
Dr.-Ing. Norman Feske
Genode Labs

http://www.genode-labs.com · http://genode.org

Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden
Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
genode-main mailing list
genode-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/genode-main

Reply via email to