Moda para todo mundo! Polo Club Polo Collection Basic por R$ 49,90

2014-06-30 Thread Americanas.com | Parceiro
Seu cliente de e-mail não pode ler este e-mail. Para visualizá-lo on-line, por favor, clique aqui: http://ominformativosonlines.net/display.php?M=1120571C=844827501b193b61881217f4e389b4a0S=72L=50N=10 Para parar de receber nossos

[GSOC 2014] Multiarch: runtime error

2014-06-30 Thread Edson Ticona
Hi I could convert i386 binary to x86_64 by using: objcopy -O elf64-x86-64 sigaltstack-i386.i sigaltstack-x86_64.i then, compiling goes fine like this: gcc -Wall -Wwrite-strings -g -O2 -o strace aio.o bjm.o block.o count.o desc.o fanotify.o file.o inotify.o io.o ioctl.o ioprio.o ipc.o kexec.o

Re: [GSOC 2014] Multiarch: runtime error

2014-06-30 Thread Philippe Ombredanne
On Tue, Jul 1, 2014 at 1:34 AM, Edson Ticona xcr...@gmail.com wrote: Hi I could convert i386 binary to x86_64 by using: objcopy -O elf64-x86-64 sigaltstack-i386.i sigaltstack-x86_64.i then, compiling goes fine like this: gcc -Wall -Wwrite-strings -g -O2 -o strace aio.o bjm.o block.o

Re: [GSOC 2014][PATCH 3/4] JSON: Add basic support for syscalls in io.c

2014-06-30 Thread Dmitry V. Levin
Hi YangMin, On Sun, Jun 29, 2014 at 09:23:12PM +0800, yangmin zhu wrote: [...] 1) I had ever thought about to hide all JSON related details from syscall parsers, such as to use functions like print_arg_fd(tcp-u_arg[0]); and I even implemented a simple framework for that. But I changed not to

Re: debugging strace-k on i[3-6]86

2014-06-30 Thread Dmitry V. Levin
On Mon, Jun 30, 2014 at 12:57:43AM +0900, Masatake YAMATO wrote: I would like to inspect the failure on x86. Could you the test binary somewhere I can download? I would like to fix it till v4.9. Locally I have no problems with strace-k.test on x86, the test fails on fedora koji and the latter

Re: [GSOC 2014] Multiarch: runtime error

2014-06-30 Thread Dmitry V. Levin
Hi Edson, On Mon, Jun 30, 2014 at 06:34:28PM -0500, Edson Ticona wrote: Hi I could convert i386 binary to x86_64 by using: objcopy -O elf64-x86-64 sigaltstack-i386.i sigaltstack-x86_64.i Conversion of an elf32-i386 format object to an elf64-x86-64 format object doesn't convert x86 code to

Re: preparing for the next release

2014-06-30 Thread Dmitry V. Levin
On Wed, Jun 18, 2014 at 08:58:20PM +0400, Dmitry V. Levin wrote: On Wed, Apr 02, 2014 at 08:12:43PM +0400, Dmitry V. Levin wrote: There is quite enough good stuff accumulated in strace.git since v4.8 to release a new version. If you have pending patches to include before the release,