Cédric Vincent

Results 15 issues of Cédric Vincent

How to reproduce (on Gandi Simple Hosting): ``` $ uname -r 3.14.25-grsec-paas-738e2ee $ ./proot-v5.0.0 echo OK proot info: pid 1211: terminated with signal 9 $ ./proot-v4.0.3 echo OK OK ```

area/loader
kind/regression

How to reproduce (host system is Slackware64-current): ``` $ proot gdb ./a.out GNU gdb (GDB) 7.8 [...] (gdb) break main Breakpoint 1 at 0x400629 (gdb) run Starting program: a.out warning:...

area/ptrace-emulation
status/help-wanted

How to reproduce: ``` ./src/proot bash -c 'tests/test-c47aeb7d & gdb -p $!' ``` where tests/test-c47aeb7d.c was modified this way: ``` void *print_hello(void *id) { + sleep(999); pthread_exit(id); } ``` Expected...

area/ptrace-emulation
status/help-wanted

How to reproduce: ``` shell-1$ /usr/bin/sleep 999 ``` then in another prooted shell: ``` shell-2$ gdb -p [...] (gdb) x /i $pc => 0x7f29946dced0 : cmp $0xfffffffffffff001,%rax (gdb) quit A...

area/ptrace-emulation
status/help-wanted

That way, both initial and reproduced executions use the same code (in the standard C library). Today, this can be achieved by setting LD_HWCAP_MASK to 0 before starting CARE.

area/care
kind/enhancement
status/help-wanted

- Host: Slackware-14.1/Linux-3.10.17/x86_64 - Guest: Ubuntu-13.04/x86 - Command: proot -R ubuntu-13.04-x86 epsxe - Output: proot warning: process 4183 is doing suspicious brk() Running ePSXe emulator version 1.9.4. [...]

status/needs-review
status/help-wanted

Details: https://linuxfr.org/nodes/101156/comments/1518591

area/care
kind/enhancement
status/help-wanted

Details: http://linuxfr.org/news/care-et-la-reproductibilite-des-executions#comment-1517970

area/care
kind/enhancement
status/help-wanted

> Yes it is released (version 5.0.0), it crashes Free Pascal that > worked before - apt-get install fp-compiler-2.6.0 crashes with > segfault. I wonder if Gnuroot also suffers from...

area/loader
kind/regression
status/help-wanted

How to reproduce: ``` proot-v3.2.2 -w / -r stage3-x32-20140508 true ``` Current result: ``` proot info: pid 21592: terminated with signal 11 ``` Note: this used to work (c.f. commit...

status/help-wanted
kind/bug