<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Compiled the wayland successfully.&nbsp; When run client/flower under X, always get below error:<br><div style="margin-left: 40px;">failed to create display: Connection refused<br>Segment fault<br></div><br>gdb traced the lt-flower into wayland-client.c<br>362&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (connect(display-&gt;fd, (struct sockaddr *) &amp;addr, size) &lt; 0) {<br><br>This line failed to connect to the socket, causing wl_display_create returning NULL.<br><br>This NULL display pointer exception was not well handled and caused the SEGFAULT later.<br><br>What is the reason it failed to connect to the socket in line 362 of wayland-client.c?<br><br>Mag<br><br></td></tr></table><br>