toxic icon indicating copy to clipboard operation
toxic copied to clipboard

/video not working on arch linux

Open dkwo opened this issue 5 years ago • 3 comments

On Arch Linux, if I try to set video by /svdev in 0 which corresponds to /dev/video0, my laptop webcam, then during a cal /video does not work: it crashes my contact's toxic, and on my side only a black 'video receiver' window opens up. Am I missing something? Btw, is there a way to e.g. use mpv for handling video?

Thanks.

dkwo avatar Jul 10 '20 14:07 dkwo

It would be very helpful to see a stack trace of the crash. Are you able to reproduce this bug locally with two instances of Toxic?

JFreegman avatar Jul 11 '20 21:07 JFreegman

@JFreegman I think I might have come across a similar issue (on Gentoo). How can I provide a stack trace?

TheChymera avatar Aug 22 '20 03:08 TheChymera

@JFreegman I think I might have come across a similar issue (on Gentoo). How can I provide a stack trace?

Assuming you compiled with -o0 and/or debug flags:

  1. Run two toxics
  2. Run gdb and attach the toxic process you intend to crash: attach [pid] (might need admin privilegs)
  3. Crash toxic
  4. In gdb type backtrace full

JFreegman avatar Aug 23 '20 22:08 JFreegman

i haven't been using this (hence reproducing the issue) for a while, so i'm closing this. feel free to reopen if still relevant.

dkwo avatar Nov 02 '23 18:11 dkwo