Segmentation fault when trying to stage libnotify4

Hey,

I am trying to create a snap for https://github.com/Bios-Marcel/cordless. It already has a working snap, but my application requires the binary notify-send to be present, otherwise it can’t display notifications at runtime. When trying to stage libnotify4 it builds the snap just fine. When running the snap I do get a segmentation fault though. This is the output that gdb gives me, I assume it is a missing dependency?

(gdb) backtrace
#0  0x00007ff6a0452e54 in ?? ()
   from target:/snap/cordless/current/lib/x86_64-linux-gnu/ld-2.28.so
#1  0x00007ff6a04695b0 in ?? ()
   from target:/snap/cordless/current/lib/x86_64-linux-gnu/ld-2.28.so
#2  0x00007ff6a04512b8 in ?? ()
   from target:/snap/cordless/current/lib/x86_64-linux-gnu/ld-2.28.so
#3  0x00007ff6a0450098 in ?? ()
   from target:/snap/cordless/current/lib/x86_64-linux-gnu/ld-2.28.so
#4  0x0000000000000001 in ?? ()
#5  0x00007ffc3913136a in ?? ()
#6  0x0000000000000000 in ?? ()

I have already tried staging the packages that apt lists as dependencies as well, but however, I have had no luck, it always yields the same result.

I suspect libc6 to be the problem. Even so, I don’t know how to solve it.