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

Crashes when dragging a link in Librewolf (reproducible) #390

Closed
askiiart opened this issue Mar 2, 2025 · 4 comments
Closed

Crashes when dragging a link in Librewolf (reproducible) #390

askiiart opened this issue Mar 2, 2025 · 4 comments
Labels
bug Something isn't working

Comments

@askiiart
Copy link
Contributor

askiiart commented Mar 2, 2025

Please fill out the following:

  • Swayfx Version:

    • swayfx version 0.5 (based on sway 1.10.1)
  • Debug Log:

  • Configuration File:

    • Reproducible with just the default config
  • Stack Trace:

    • This is only needed if sway crashes.
    • If you use systemd, you should be able to open the coredump of the most recent crash with gdb with
      coredumpctl gdb sway and then bt full to obtain the stack trace.
    • If the lines mentioning sway or wlroots have ?? for the location, your binaries were built without debug symbols. Please compile both sway and wlroots from source and try to reproduce.
  • Description:

    • I opened Librewolf
    • I went to swayfx's GitHub
    • I dragged the "swayfx" repo link
    • swayfx crashed

It varies a bit in how soon it crashes after dragging the link, but it crashes fairly consistently (~90% of the time). Also, I'm not sure why, but the log entry in dmesg varies. Sometimes it says something like this:

[16884.690990] i915 0000:0b:00.0: [drm] *ERROR* Atomic update failure on pipe C (start=1243356 end=1243357) time 284 us, min 3058, max 3073, scanline start 3040, end 3083

And sometimes it's a segfault message instead:

[21736.913391] sway[44897]: segfault at 7f1bc3da3418 ip 00007f183da78da0 sp 00007ffdffb478e8 error 4 in libgallium-25.0.0.so[1a78da0,7f183c001000+1ab8000] likely on CPU 6 (core 0, socket 0)
@askiiart askiiart added the bug Something isn't working label Mar 2, 2025
@askiiart
Copy link
Contributor Author

askiiart commented Mar 2, 2025

And it might be helpful to know that

  1. This is using swayfx from the copr (https://copr.fedorainfracloud.org/coprs/swayfx/swayfx/)
  2. This is on Fedora's 6.11.4-301.fc41.x86_64 kernel.
  3. This is with an Intel Arc A750.

I just reinstalled and didn't think to update, I'll update and see if that fixes it.

@askiiart
Copy link
Contributor Author

askiiart commented Mar 2, 2025

Yeah that fixed it :p

@askiiart askiiart closed this as completed Mar 2, 2025
@WillPower3309
Copy link
Owner

Out of curiosity what update fixed it? Looks like you were already using the newest swayfx release - GPU side issue?

@askiiart
Copy link
Contributor Author

askiiart commented Mar 2, 2025

Yeah, just Alchemist being buggy as always, updating the kernel fixed it - I'm on 6.13.5-200.fc41.x86_64 now.

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