caioebueno
Command was killed with SIGSEGV
Tryin to use this library get-video-duration on a node js project and am having this error, I have been trying to debug but have no idea what to do anymore.
Error: Command was killed with SIGSEGV (Segmentation fault): /app/node_modules/@ffprobe-installer/linux-x64/ffprobe -v error -show_format -show_streams https://d25mvd7yc4k659.cloudfront.net/7422143568.mp4
at makeError (/app/node_modules/execa/lib/error.js:60:11)
at handlePromise (/app/node_modules/execa/index.js:118:26)
at processTicksAndRejections (node:internal/process/task_queues:96:5) {
shortMessage: 'Command was killed with SIGSEGV (Segmentation fault): /app/node_modules/@ffprobe-installer/linux-x64/ffprobe -v error -show_format -show_streams https://d25mvd7yc4k659.cloudfront.net/7422143568.mp4';,
command: '/app/node_modules/@ffprobe-installer/linux-x64/ffprobe -v error -show_format -show_streams https://d25mvd7yc4k659.cloudfront.net/7422143568.mp4';,
escapedCommand: '"/app/node_modules/@ffprobe-installer/linux-x64/ffprobe" -v error -show_format -show_streams "https://d25mvd7yc4k659.cloudfront.net/7422143568.mp4"';,
exitCode: undefined,
signal: 'SIGSEGV',
signalDescription: 'Segmentation fault',
stdout: '',
stderr: '',
failed: true,
timedOut: false,
isCanceled: false,
killed: false
}
Project ID: 87aaa7ba-fe94-4440-ac35-e03dea097c51
3 replies