http://bugs.winehq.com/show_bug.cgi?id=1458
Summary: winserver -k & _FILE_OFFSET_BITS 64 Product: Wine Version: 20030408 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.com ReportedBy: gabriele.giorgetti@teamfab.it
I'm running Linux kernel 2.4.19 and glibc-2.1.3 with no large file support (FILE_OFFSET_BITS 64) compiled in the kernel.
The wine configure script doesn't detect this and the test against mmap64 returns success. ( configure, line ~10623).
If wine is compiled like this the wineserver can't kill itself. Basically wineserver -k can't get the previous wineserver PID .
If I patch the configure script to make the mmap64 test fail and recompile again, then wineserver -k kills the wineserver correctly.
Sorry If I haven't been clear enought.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://bugs.winehq.com/show_bug.cgi?id=1458. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.