[Wayland-bugs] [Bug 91750] Wayland may have interface bug when multi-threads programing.
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Aug 25 00:01:07 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=91750
Bug ID: 91750
Summary: Wayland may have interface bug when multi-threads
programing.
Product: Wayland
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: critical
Priority: medium
Component: wayland
Assignee: wayland-bugs at lists.freedesktop.org
Reporter: syjman at gmail.com
Created attachment 117908
--> https://bugs.freedesktop.org/attachment.cgi?id=117908&action=edit
wayland multi-threads interface bug
Wayland may have interface bug when multi-threads programming.
This is a very serious bug in every version of wayland.
It only occurs when multi-threaded programming,but it may cause an "S" level
Error(screen freeze or program crash).
Briefly,a wl_proxy's property is still being modifying in a thread,while
another thread may have sent it to server.Namely,Any modification of a
generated callback wl_proxy may be ineffective,as other thread may have read
and dispatched its corresponding events.
I have a detailed description of the problem and my solution in the attachment.
Please refer the attachment for detail.
If you have any question with the bug,pls feel free to contact me.
syjman at gmail.com
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20150825/63ccd0a5/attachment.html>
More information about the wayland-bugs
mailing list