FS#31699 - [feh] Jpeg rotation fails because jpegexiforient not found

Attached to Project: Arch Linux
Opened by Ulrich Keller (ulke) - Wednesday, 26 September 2012, 20:05 GMT
Last edited by Gaetan Bisson (vesath) - Thursday, 27 September 2012, 22:44 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Gaetan Bisson (vesath)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
When trying to rotate a Jpeg image in feh, feh segfaults with the following printed to stderr:

feh WARNING: lossless rotate: Failed to exec jpegexiforient: No such file or directory
feh WARNING: Segmentation fault


Additional info:
* version 2.6.2-1 (didn't happen with 2.6.1)


Steps to reproduce:
Load a Jpeg image in feh, rotate by pressing "<" key.
This task depends upon

Closed by  Gaetan Bisson (vesath)
Thursday, 27 September 2012, 22:44 GMT
Reason for closing:  Fixed
Additional comments about closing:  feh-2.6.3-1 in [extra]
Comment by Gaetan Bisson (vesath) - Thursday, 27 September 2012, 06:12 GMT
Commenting out line 524 of imlib.c "vsnprintf(errstr, 1024, fmt, args);" makes the segfault dissapear; we need to find out why.
Comment by Gaetan Bisson (vesath) - Thursday, 27 September 2012, 11:24 GMT

Loading...