Skip to content

Instantly share code, notes, and snippets.

@vext01
Created January 24, 2021 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vext01/0a8ca5c91bf36b53f3ef054aba4915a8 to your computer and use it in GitHub Desktop.
Save vext01/0a8ca5c91bf36b53f3ef054aba4915a8 to your computer and use it in GitHub Desktop.
sndiod crash
(gdb) bt
#0 kill () at /tmp/-:3
#1 0x00000601226f396a in panic () at utils.c:138
#2 0x00000601226e57ed in slot_detach (s=0x601226f8990 <slot_array>) at dev.c:2278
#3 0x00000601226e37c1 in slot_setopt (s=0x601226f8990 <slot_array>,
o=0x603f26e6d00) at dev.c:2095
#4 0x00000601226ed2bf in opt_setdev (o=0x603f26e6d00, d=<optimized out>)
at opt.c:236
#5 0x00000601226e2024 in ctl_setval (c=0x603af476100, val=1) at dev.c:2667
#6 0x00000601226f1dac in sock_execmsg (f=0x6033f44dc00) at sock.c:1326
#7 0x00000601226f316c in sock_read (f=0x6033f44dc00) at sock.c:1703
#8 0x00000601226f03c8 in sock_in (arg=0x6033f44dc00) at sock.c:1857
#9 0x00000601226e99a7 in file_process (f=0x6033ff81c40, pfd=<optimized out>)
at file.c:291
#10 0x00000601226e9eac in file_poll () at file.c:433
#11 0x00000601226efee5 in main (argc=<optimized out>, argv=0x7f7ffffd7d98)
at sndiod.c:726
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment