Dolphin segfaults after update

Hello,
I updated my flake input for my system config, and now when I run dolphin, it segfaults. I can’t figure out why, and I can’t find anyone else reporting it.

dolphin
qt.multimedia.symbolsresolver: Couldn't load pipewire-0.3 library
qt.multimedia.symbolsresolver: Couldn't resolve pipewire-0.3 symbols
fish: Job 1, 'dolphin' terminated by signal SIGSEGV (Address boundary error)

before update (working)

dolphin
qt.multimedia.symbolsresolver: Couldn't load pipewire-0.3 library
qt.multimedia.symbolsresolver: Couldn't resolve pipewire-0.3 symbols
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  150 (GLX)
  Minor opcode of failed request:  24 (X_GLXCreateNewContext)
  Value in failed request:  0x0
  Serial number of failed request:  31
  Current serial number in output stream:  32

git diff:

     "nixpkgs_2": {
       "locked": {
-        "lastModified": 1757020766,
-        "narHash": "sha256-PLoSjHRa2bUbi1x9HoXgTx2AiuzNXs54c8omhadyvp0=",
+        "lastModified": 1762498405,
+        "narHash": "sha256-Zg/SCgCaAioc0/SVZQJxuECGPJy+OAeBcGeA5okdYDc=",
         "owner": "NixOS",
         "repo": "nixpkgs",
-        "rev": "fe83bbdde2ccdc2cb9573aa846abe8363f79a97a",
+        "rev": "6faeb062ee4cf4f105989d490831713cc5a43ee1",
         "type": "github"
       },

Did you reboot and try a different shell?

I was using dolphin from unstable (which I didn’t update which is why I was confused), when I downgraded to dolphin from 25.05 it worked

Not really a solution since 25.05 will be deprecated in little over a month. Report it on nixpkgs github repo if you tried what I mentioned.

1 Like