[Wayland-bugs] [Bug 62367] New: Wayland client (c++) crashes in event handler with a 'n' argument
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Mar 15 05:55:03 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=62367
Priority: medium
Bug ID: 62367
Assignee: wayland-bugs at lists.freedesktop.org
Summary: Wayland client (c++) crashes in event handler with a
'n' argument
Severity: critical
Classification: Unclassified
OS: All
Reporter: jpetersen at jpetersen.org
Hardware: Other
Status: NEW
Version: 1.0.90
Component: wayland
Product: Wayland
commit 2fc248dc2c877d02694db40aad52180d71373d5a causes a regression.
We have an event like:
<event name="activate">
<arg name="id" type="new_id" interface="input_method_context"/>
</event>
The wl_object* created in create_proxies() is packed into ffi_args as a
uint32_t (instead of a pointer) in convert_arguments_to_ffi().
--
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/20130315/f92e91c9/attachment.html>
More information about the Wayland-bugs
mailing list