|
From: Tom H. <to...@co...> - 2009-10-27 15:47:46
|
On 27/10/09 15:22, Konstantin Serebryany wrote: > I have added a modified version of your test program to the repository > and have filed this issue in bugzilla > (https://bugs.kde.org/show_bug.cgi?id=212064). But I'm not sure that > the proposed fix makes sense. The proposed modifications do not match > the definitions in the kernel header files (<asm-generic/siginfo.h>). > > > I took the code from /usr/include/bits/siginfo.h Which is a userland definition - valgrind deals with the system call interface so need to work with kernel definitions. Basically somebody will need to work out what magic is going on between glibc and the kernel that allows the two to have different expectations of the size. Tom -- Tom Hughes (to...@co...) http://www.compton.nu/ |