Bug#387498: Unable to reproduce - mips/mipsel? 2.4/2.6 kernel difference?

2006-10-12 Thread Aurelien Jarno
reassign 387498 linux-2.6,libc6 On Mon, Oct 09, 2006 at 08:02:58AM +0200, Aurelien Jarno wrote: I am able to reproduce this bug, but on mipsel only. I am using a 2.6.17 64-bit kernel. I have made some more tests, I am actually able to reproduce it on both mips and mipsel, but only on 2.6

Bug#387498: Unable to reproduce - mips/mipsel? 2.4/2.6 kernel difference?

2006-10-09 Thread Aurelien Jarno
found 387498 2.3.2.ds1-22sarge3 close 2.3.999.2-11 thanks I am able to reproduce this bug, but on mipsel only. I am using a 2.6.17 64-bit kernel. First I have found the bug is also present in the glibc from sarge, but fixed in the glibc from experimental. Then I have done an strace:

Bug#387498: Unable to reproduce - mips/mipsel? 2.4/2.6 kernel difference?

2006-10-02 Thread Camm Maguire
Greetings, and thanks for looking into this! It is still there on the sid dchroot on vaughan: [EMAIL PROTECTED]:~$ cat t.c int main(int argc,char * argv[]) {return system(argv[1]);} [EMAIL PROTECTED]:~$ cc -g t.c -o t [EMAIL PROTECTED]:~$ ./t echo g g [EMAIL PROTECTED]:~$ cc -g -pg t.c -o t

Bug#387498: Unable to reproduce - mips/mipsel? 2.4/2.6 kernel difference?

2006-09-30 Thread Steve McIntyre
I've tried to look into this on my mips machine, but all seems to work as expected: [EMAIL PROTECTED]:~$ zless /usr/share/doc/libc6/changelog.Debian.gz [EMAIL PROTECTED]:~$ cat t.c int main(int argc,char * argv[]) {return system(argv[1]);} [EMAIL PROTECTED]:~$ cc -g t.c -o t [EMAIL PROTECTED]:~$

Bug#387498: Unable to reproduce - mips/mipsel? 2.4/2.6 kernel difference?

2006-09-30 Thread Thiemo Seufer
Steve McIntyre wrote: I've tried to look into this on my mips machine, but all seems to work as expected: [EMAIL PROTECTED]:~$ zless /usr/share/doc/libc6/changelog.Debian.gz [EMAIL PROTECTED]:~$ cat t.c int main(int argc,char * argv[]) {return system(argv[1]);} [EMAIL PROTECTED]:~$ cc -g