[Webkit-unassigned] [Bug 48520] [Qt][WK2] SharedMemory should be released by the receiving process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 1 15:07:32 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=48520





--- Comment #6 from Balazs Kelemen <kbalazs at webkit.org>  2010-11-01 15:07:32 PST ---
After running some tests I have realized that a bool is not enough
(tests had been timed out instead of crashing with the fix).
The ownership of the shared memory is shared across processes so
we need something that acts as a handle. Ideally we should use
QSharedMemory but as antti noted it has some problems on MAC:
http://bugreports.qt.nokia.com/browse/QTBUG-9446.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list