Nicolas wrote:
There're 1659 devices in /dev. How can I know which ones are used by
cinelerra?
I reduced the number of devices by not taking into account the devices
in 666 mode, or devices whose group is one of the groups which the
"normal" user belongs to. I get 1332 devices nodes "only".

Any idea?

The quick and dirty way is to run cinelerra under strace like so:

strace -o /tmp/strace.output cinelerra

You can then look at the open()'s issued by cinelerra. It'll show you what path was attempted and whether or not it succeeded.

For a better idea of what might be causing a crash, you could run cinelerra under a debugger such as gdb.

-Brendan

_______________________________________________
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to