sindresorhus / Gifski

🌈 Convert videos to high-quality GIFs on your Mac
https://sindresorhus.com/gifski
MIT License
7.72k stars 290 forks source link

Update gif.ski 1.10.1 #293

Closed kornelski closed 1 year ago

kornelski commented 1 year ago

292

sindresorhus commented 1 year ago

Still crashing even with this. I may be something Gifski is doing wrong. I'm honestly not sure. See the Crashed: c-write thread: https://gist.github.com/sindresorhus/812c18015684809c42917d64b7da320e

kornelski commented 1 year ago

Hmm, it's crashing here: https://github.com/rust-lang/rust/blob/master/library/std/src/sys/unix/thread.rs#L265

which is a very low-level thing. If pthread_join failed, something must have gone really wrong at the OS level?

Can you capture stderr of the process? Panics print an error message to stderr.

kornelski commented 1 year ago

okay, nevermind the stderr, I've added a way to capture panic messages: #295