Hi
I have compiled the C source code for exiftran (installing all the missing libraries as I came across them). Then I tried to run it and get this:
denis$ exiftran -ai RemDay\ DSC_7477r.JPG
processing RemDay DSC_7477r.JPG
Bus error
I tried to run it with gdb and got this:
(gdb) run -ai RemDay\ DSC_7477r.JPG
Starting program: /usr/local/bin/exiftran -ai RemDay\ DSC_7477r.JPG
Reading symbols for shared libraries ++++. done
processing RemDay DSC_7477r.JPG
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x00000080
0x000045ae in ?? ()
(gdb) bt
#0 0x000045ae in ?? ()
#1 0x0004c030 in jpeg_default_colorspace (cinfo=0x807e04) at jcparam.c:391
#2 0x000047f1 in ?? ()
#3 0x00003952 in ?? ()
#4 0x00003b55 in ?? ()
#5 0x00003ddd in ?? ()
#6 0x000040bb in ?? ()
#7 0x000028aa in ?? ()
#8 0x000023e6 in ?? ()
Can anyone suggest where to go from here?
I have compiled the C source code for exiftran (installing all the missing libraries as I came across them). Then I tried to run it and get this:
denis$ exiftran -ai RemDay\ DSC_7477r.JPG
processing RemDay DSC_7477r.JPG
Bus error
I tried to run it with gdb and got this:
(gdb) run -ai RemDay\ DSC_7477r.JPG
Starting program: /usr/local/bin/exiftran -ai RemDay\ DSC_7477r.JPG
Reading symbols for shared libraries ++++. done
processing RemDay DSC_7477r.JPG
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x00000080
0x000045ae in ?? ()
(gdb) bt
#0 0x000045ae in ?? ()
#1 0x0004c030 in jpeg_default_colorspace (cinfo=0x807e04) at jcparam.c:391
#2 0x000047f1 in ?? ()
#3 0x00003952 in ?? ()
#4 0x00003b55 in ?? ()
#5 0x00003ddd in ?? ()
#6 0x000040bb in ?? ()
#7 0x000028aa in ?? ()
#8 0x000023e6 in ?? ()
Can anyone suggest where to go from here?