Bug #945
linux_getdents trouble
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
Hi
program-test (experimental) for testing syscall linux_getdents()
http://cs.udmvt.ru/files/temp/linux_dbg.tar.bz2
includes:
* temp/ - test_dir with files (special for crash situation)
* linux_getdents.c - source of program-test
* linux_getdents_static - binary exec file, staticaly compiled on Linux
Debian 4.0 Etch
* linux_getdents_dynamic - binary exec file, dynamicaly compiled on
Linux Debian 4.0 Etch
/Vladimir Ermakov
Related todos
History
Updated by gstanley about 5 years ago
This is not a bug in emulation; it's a bug with glibc under linux emulation.
Updated by corecode about 5 years ago
Shouldn't we anyways try to fix that?
cheers
simon
Updated by gstanley about 5 years ago
I was able to 'correct' it on freebsd by doing a glibc update to a newer
version, it doesn't occur anymore. Perhaps there is a bug somewhere in the
getdents handling in emulation..
Updated by tuxillo over 3 years ago
I can't grab the test program. Is it still available anywhere?