[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#384854: SIGSEGV in sendfile64()



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 Output:
[...]
Program received signal SIGSEGV, Segmentation fault.
0xb7f2c625 in sendfile64 () from /lib/tls/libc.so.6
[...]

Using stat64() instead, works well.
And if I rename the directory and remove the trailing 'a' or add another
one, it also works.




Reply to: