Re: wl_list_remove(>link) point to invalid address

2018-04-04 Thread Pekka Paalanen
On Wed, 4 Apr 2018 10:50:26 +0800 zou lan wrote: > Hi Pekka > > Thank you for your comment. They are very helpful. > > >that's a good find. If I understand correctly, we do not handle the > >case where a weston_view is effectively unmapped by removing it from a >

Re: wl_list_remove(>link) point to invalid address

2018-04-03 Thread zou lan
Hi Pekka Thank you for your comment. They are very helpful. >that's a good find. If I understand correctly, we do not handle the >case where a weston_view is effectively unmapped by removing it from a >weston_layer. As weston_compositor::view_list is never torn down >properly but simply rebuilt,

Re: wl_list_remove(>link) point to invalid address

2018-04-03 Thread Pekka Paalanen
On Thu, 29 Mar 2018 11:01:47 +0800 zou lan wrote: > Hi Pekka & all > > When I run some full screen applications under desktop shell, then kill > some applications randomly, I find > crashes maybe happened sometimes. > > Crash call stack: >

wl_list_remove(>link) point to invalid address

2018-03-28 Thread zou lan
Hi Pekka & all When I run some full screen applications under desktop shell, then kill some applications randomly, I find crashes maybe happened sometimes. Crash call stack: weston_view_destroy-->weston_view_unmap-->wl_list_reomve(>link). The view is black view. Then I debug code, find that