Andri Yngvason
Andri Yngvason
Neat VNC v0.9.4 has some bug fixes, so you're probably better off running that. However, I suspect that these may be due to out of bounds access to DMA-BUFs from...
Do you have multiple GPUs on the system?
Ahh, I was lazy and didn't check for an error from `nvnc_fb_map` in damage refinery. Maybe Neat VNC should just panic when `gbm_bo_map` fails.
Anyway, this is an NVidia bug and I can't do anything about it other than improve error reporting so people will at least know why the thing crashed.
Well, apparently, they claim to support `gbm_bo_map`, but it's not working. If you replace `GBM_BO_TRANSFER_READ` with `GBM_BO_TRANSFER_READ_WRITE`, does it make a difference? In any case, you don't have encoding via...
> Would adding nvenc support be an option? I will not be adding nvenc, but others are free to do so.
> > I will not be adding nvenc, but others are free to do so. > > Because it's not freedom? Or hard to supporting it? * I have enough...
Please compile again from git master. Don't check out v9.1 specifically.
It would be good to see the output from `coredumpctl info wayvnc`. If this started happening after an upgrade, it might be a good idea to revert the package and...
Can you install debug symbols? It would make those backtraces more useful. The command is `apt install wayvnc-dbgsym aml-dbgsym libneatvnc0-dbgsym`