Re: Weston crash on Renesas Kingfisher board

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Please file a bug in
jira.auromotivelinux.org !

js

Oleksandr Grytsov <al1img@xxxxxxxxx> schrieb am Fr., 11. Okt. 2019, 14:17:
Hi All,

We have weston crash at startup on Renesas Kingfisher board with 8.0.0 release.
It crashes few seconds after start in compositor-drm.c function
drm_head_find_by_connector:

static struct drm_head *
drm_head_find_by_connector(struct drm_backend *backend, uint32_t connector_id)
{
    struct weston_head *base;
    struct drm_head *head;

    wl_list_for_each(base,
                            &backend->compositor->head_list, compositor_link) {
    head = to_drm_head(base);
    if(output->base.output_type == OUTPUT_DRM)
    if (head->connector_id == connector_id)   <<<==== this line
        return head;
    }

    return NULL;
}

After investigation I see that
0002-compositor-add-output-type-to-weston_output.patch (which is
applied on meta-agl in weston_6.0.0.bbappend) some how is the root
cause of this crash.

Without this patch there is no crash at startup.

What does this patch stand for? Is it board specific issue or this
patch has some issue?

--
Best Regards,
Oleksandr Grytsov.
_______________________________________________
automotive-discussions mailing list
automotive-discussions@xxxxxxxxxxxxxxxxxxxxxxxxx
https://lists.linuxfoundation.org/mailman/listinfo/automotive-discussions
_______________________________________________
automotive-discussions mailing list
automotive-discussions@xxxxxxxxxxxxxxxxxxxxxxxxx
https://lists.linuxfoundation.org/mailman/listinfo/automotive-discussions

[Index of Archives]     [LARTC]     [Bugtraq]     [Yosemite Forum]     [Photo]

  Powered by Linux