Closed AlynxZhou closed 11 months ago
Just like the title.
To Reproduce
Photo is cropped.
Screenshots
Screencast
This is the CLI output, it looks like some thread locks error:
ansel-crop-crash.txt
The program says it writes backtrace to /tmp, but the file is empty, so I assume if I start it from CLI it will just output to terminal.
/tmp
I am using https://github.com/aurelienpierreeng/ansel/commit/0a2bf45eff53d73e489e4fdd389812d413e3efc2.
The last commit I tried without this issue (but the crop orientation still doesn't work correctly) is https://github.com/aurelienpierreeng/ansel/commit/3cf785d378a9404ca894691dd79a96030eec267f.
-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection
Additional context
.txt
ansel-crop-crash-debug.txt
I get GDB output of a debug build. Not sure why backtrace is not written to the backtrace file in /tmp for me, but that's not important.
Fixed by 53c609c
Thanks!
Description of the bug
Just like the title.
To Reproduce
Expected behavior
Photo is cropped.
Context
Screenshots
Screencast
This is the CLI output, it looks like some thread locks error:
ansel-crop-crash.txt
The program says it writes backtrace to
/tmp
, but the file is empty, so I assume if I start it from CLI it will just output to terminal.Which commit introduced the error
I am using https://github.com/aurelienpierreeng/ansel/commit/0a2bf45eff53d73e489e4fdd389812d413e3efc2.
The last commit I tried without this issue (but the crop orientation still doesn't work correctly) is https://github.com/aurelienpierreeng/ansel/commit/3cf785d378a9404ca894691dd79a96030eec267f.
System
-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection
Additional context
.txt
)