Bug#384854: SIGSEGV in sendfile64()

2006-08-27 Thread Daniel Weindl
Aurelien Jarno said the following on 08/27/06 14:14: > Daniel Weindl a écrit : >> Package: libc6 >> Version: 2.3.6.ds1-4 >> >> Using the >> int stat (const char *filename, struct stat *buf) >> function in a programm on a certain filename causes

Bug#384854: SIGSEGV in sendfile64()

2006-08-27 Thread Daniel Weindl
Package: libc6 Version: 2.3.6.ds1-4 Using the int stat (const char *filename, struct stat *buf) function in a programm on a certain filename causes a segmentation fault. For example: [...] struct stat *stats; stat("/home/daniel/music/Singles/Spax, Flowin Immo, Toni L u.a", stats); [...] gdb Outp