Uploaded image for project: ' AGL Development'
  1. AGL Development
  2. SPEC-2876

Weston crash on Renesas Kingfisher board agl-cluster-demo-platform

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • Halibut 8.0.0
    • Graphics
    • None
    • Renesas H3+KF agl-cluster-demo-platform
    • Renesas H3+KF

      Weston crash at startup on Renesas Kingfisher board with 8.0.0 release agl-cluster-demo-platform.
      {{ 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.}}

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            ntanibata Nobuhiko Tanibata
            al1img Oleksandr Grytsov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: