wolfgangw / backports

Deep inspection of digital cinema packages
27 stars 12 forks source link

Using /dev/shm hangs #76

Closed matmat closed 5 years ago

matmat commented 6 years ago

Using /dev/shm for audio analysis seems to hang for me on Linux 4.18.

Running strace, it hangs forever on this syscall: openat(AT_FDCWD, "/dev/shm/dcp_inspect_d76fe228/asdcp-temp-audio_6.wav", O_RDONLY

$ uname -a Linux dcp1 4.18.0-rc4-amd64 #1 SMP Debian 4.18~rc4-1~exp1 (2018-07-12) x86_64 GNU/Linux

I am running dcp_inspect v1.2018.05.07 on Debian with the following packages installed:

asdcplib 2.5.14 ruby 2.5.1 ruby-nokogiri 1.8.2-1+b1

wolfgangw commented 6 years ago

See https://github.com/wolfgangw/digital_cinema_tools_distribution/pull/35

matmat commented 6 years ago

Ah, missed that this had already been reported. Sorry!