Cédric Vincent

Results 15 issues of Cédric Vincent

Reported-by: @chewi Ref.: https://groups.google.com/forum/#!topic/proot_me/OLbYgciCrPc > I'm on Gentoo but suspect this will affect other distributions too. Starting from 2.0.0, QEMU optionally requires libstdc++. If it detects a C++ compiler when...

status/help-wanted
kind/bug

How to reproduce: ``` $ proot bash $ emacs ^Z [1]+ Stopped emacs ``` Expected behavior: emacs is stopped. Actual behavior: emacs still runs.

status/help-wanted
kind/bug

From issue #8: As of my understanding, the issue with dtach under proot is due to the fact that proot waits (for ptrace events) in the foreground, even if all...

status/help-wanted
kind/bug

How to reproduce: ``` $ proot sh -c 'true; pldd $$' ``` Current output: ``` pldd: cannot read program header ``` Expected output: ``` 1712: /bin/bash linux-vdso.so.1 /lib64/libtermcap.so.2 /lib64/libdl.so.2 /lib64/libc.so.6...

area/ptrace-emulation
area/auxv-emulation

Reference: http://irclog.perlgeek.de/perl6/2011-12-18#i_4846857 Tested on 5abbd8a: ``` grammar Test { token TOP { . } }; say $(Test.parse: 'test') ~~ Match ``` Expected output: ``` Bool::True ``` Current output: ``` Bool::False...