Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

segfault caused in cog-drm-modeset-renderer.c #742

Open
dangowrt opened this issue Nov 12, 2024 · 0 comments
Open

segfault caused in cog-drm-modeset-renderer.c #742

dangowrt opened this issue Nov 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@dangowrt
Copy link

Shortly after (correctly!) displaying page content cog 0.19.1 crashes with DRM/KMS backend on aarch64-linux-linux.

Thread 1 "cog" received signal SIGSEGV, Segmentation fault.
0x0000007ff04a17c4 in drm_copy_shm_buffer_into_bo (
    shm_buffer=shm_buffer@entry=0x7fc3f94ad0, bo=0x7fc3f52e60)
    at ../platform/drm/cog-drm-modeset-renderer.c:306

line 306:

                dst[bo_stride * y + 4 * x + 0] = src[stride * y + 4 * x + 0];

When running under a wayland compositor (e.g. weston) the problem does occur.

@aperezdc aperezdc added the bug Something isn't working label Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants