[Bug 1392] - Waits on non-exiting semaphore

wine-bugs at winehq.com wine-bugs at winehq.com
Fri Apr 18 16:47:29 CDT 2003


http://bugs.winehq.com/show_bug.cgi?id=1392





------- Additional Comments From rbt at rbt.ca  2003-04-18 16:47 -------
The error in DPLAYX is caused by (20030408 sources)

Line 466 in ntdll/virtual.c, function anon_mmap_aligned():
    else if (ptr != base)
    {
        /* We couldn't get the address we wanted */
        munmap( ptr, view_size );
        return STATUS_CONFLICTING_ADDRESSES;        /* !! HERE !! */
    }

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=1392>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.



More information about the wine-bugs mailing list