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

rayx-ui crashes when resizing the window #349

Open
ichinii opened this issue Feb 10, 2025 · 1 comment
Open

rayx-ui crashes when resizing the window #349

ichinii opened this issue Feb 10, 2025 · 1 comment
Assignees
Labels
A-ui Area: User interface for rendering and more C-bug Category: Something isn't working correctly

Comments

@ichinii
Copy link
Collaborator

ichinii commented Feb 10, 2025

When resizing the window of rayx-ui, it sometimes crashes.

[        Application.cpp:327] Failed to acquire swap chain image
malloc_consolidate(): unaligned fastbin chunk detected

stacktrace:

Thread 1 "rayx-ui" received signal SIGABRT, Aborted.
0x00007ffff6ca53f4 in ?? () from /usr/lib/libc.so.6
(gdb) where
#0  0x00007ffff6ca53f4 in ?? () from /usr/lib/libc.so.6
#1  0x00007ffff6c4c120 in raise () from /usr/lib/libc.so.6
#2  0x00007ffff6c334c3 in abort () from /usr/lib/libc.so.6
#3  0x00007ffff6c34354 in ?? () from /usr/lib/libc.so.6
#4  0x00007ffff6caf765 in ?? () from /usr/lib/libc.so.6
#5  0x00007ffff6cb053c in ?? () from /usr/lib/libc.so.6
#6  0x00007ffff6cb1620 in ?? () from /usr/lib/libc.so.6
#7  0x00007ffff6cb1cfa in ?? () from /usr/lib/libc.so.6
#8  0x00007ffff6cb45ce in free () from /usr/lib/libc.so.6
#9  0x00007ffff7731dd5 in libcudart_static_ba5248a5a6bd97fbb376f671dc130e34f94226c9
    () from /home/ich/builds/rayx_alpaka_dev/lib/debug/librayx-core.so
#10 0x00007ffff77325ad in libcudart_static_fdee2d026139bfab761e9f972c1e1c17eb28cce9
    () from /home/ich/builds/rayx_alpaka_dev/lib/debug/librayx-core.so
#11 0x00007ffff6c4e340 in __cxa_finalize () from /usr/lib/libc.so.6
#12 0x00007ffff76aae28 in ?? ()
   from /home/ich/builds/rayx_alpaka_dev/lib/debug/librayx-core.so
#13 0x00007fffffffe1f0 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

does resizing trigger a trace?

@ichinii ichinii added A-ui Area: User interface for rendering and more C-bug Category: Something isn't working correctly labels Feb 10, 2025
@Atraxus
Copy link
Collaborator

Atraxus commented Feb 10, 2025

We had this issue a while ago, I thought I fixed it.

Are you on master? On your linux machine?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ui Area: User interface for rendering and more C-bug Category: Something isn't working correctly
Projects
None yet
Development

No branches or pull requests

2 participants