[Wayland-bugs] [Bug 61133] New: [regression] Weston blocks indefinitely in x11_output_wait_for_map() on raw X server
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Feb 19 11:52:52 PST 2013
https://bugs.freedesktop.org/show_bug.cgi?id=61133
Priority: medium
Bug ID: 61133
Assignee: wayland-bugs at lists.freedesktop.org
Summary: [regression] Weston blocks indefinitely in
x11_output_wait_for_map() on raw X server
Severity: blocker
Classification: Unclassified
OS: All
Reporter: ullysses.a.eoff at intel.com
Hardware: Other
Status: NEW
Version: unspecified
Component: weston
Product: Wayland
When launching Weston on a raw X server (i.e. no window/display manager),
Weston blocks indefinitely in x11_output_wait_for_map and never maps onto the X
display:
(gdb) bt
#0 0x00000037632e8bdf in poll () from /lib64/libc.so.6
#1 0x0000003767209f22 in ?? () from /lib64/libxcb.so.1
#2 0x000000376720b6af in xcb_wait_for_event () from /lib64/libxcb.so.1
#3 0x00007f72e8e20087 in x11_output_wait_for_map (c=0x7def20, output=0x8196f0)
at compositor-x11.c:510
#4 0x00007f72e8e20d12 in x11_compositor_create_output (c=0x7def20, x=0, y=0,
width=1024, height=640,
fullscreen=0, no_input=0, configured_name=0x0, transform=0) at
compositor-x11.c:772
#5 0x00007f72e8e22cc7 in x11_compositor_create (display=0x7d9aa0,
fullscreen=0, no_input=0, use_pixman=0,
argc=1, argv=0x7fff9715a0d8, config_file=0x7da400
"/home/uartie/.config/weston.ini") at compositor-x11.c:1423
#6 0x00007f72e8e2348c in backend_init (display=0x7d9aa0, argc=1,
argv=0x7fff9715a0d8,
config_file=0x7da400 "/home/uartie/.config/weston.ini") at
compositor-x11.c:1561
#7 0x00000000004120ae in main (argc=1, argv=0x7fff9715a0d8) at
compositor.c:3422
It appears Weston never receives a XCB_CONFIGURE_NOTIFY event on a raw X
server. It runs fine under a gnome X session.
Steps:
1. X -noreset :666 & sleep 1 && DISPLAY=:666 weston
First bad commit is:
http://cgit.freedesktop.org/wayland/weston/commit/?id=8e7adbff68d0ecc2b5124279f7c45cbd75feb2d1
--
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/20130219/3f64ca44/attachment.html>
More information about the Wayland-bugs
mailing list