Illegal Instruction - Old Topic , New Scenario

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
mbisignani
Posts: 1
Joined: 2014-08-10T19:00:02-07:00
Authentication code: 6789

Illegal Instruction - Old Topic , New Scenario

Post by mbisignani »

I am stuck with a the following problem . ImageMagick and Utilities throw error and will not load .

identify -version
Illegal instruction

I have compiled successfully from source (both 6.8-9-5 and 6.8-9-6) on both m1.small and m3.mediums AWS instances. Howeer when I run the indentify command , AWS m1.small instance m Illegal instruction is raised. .. On m3,medium and m3.xlarge instances I do not get this error which leads me to believe the there might be some underlying HW different at play.

Is there a compiler switch that I can pass to configure command ?

cpuinfo on the m1.small instance shows this
  • cat /proc/cpuinfo

    processor : 0
    vendor_id : GenuineIntel
    cpu family : 6
    model : 45
    model name : Intel(R) Xeon(R) CPU E5-2650 0 @ 2.00GHz
    stepping : 7
    microcode : 0x70a
    cpu MHz : 1795.672
    cache size : 20480 KB
    physical id : 0
    siblings : 1
    core id : 0
    cpu cores : 1
    apicid : 0
    initial apicid : 14
    fpu : yes
    fpu_exception : yes
    cpuid level : 13
    wp : yes
    flags : fpu de tsc msr pae cx8 sep cmov pat clflush mmx fxsr sse sse2 ss ht syscall nx lm constant_tsc rep_good nopl nonstop_tsc pni pclmulqdq ssse3 cx16 pcid sse4_1 sse4_2 popcnt tsc_deadline_timer aes hypervisor lahf_lm arat epb xsaveopt pln pts dtherm
    bogomips : 3591.34
    clflush size : 64
    cache_alignment : 64
    address sizes : 46 bits physical, 48 bits virtual
    power management:
cat /proc/cpuinfo on the m3.medium shows this
  • cat /proc/cpuinfo
    processor : 0
    vendor_id : GenuineIntel
    cpu family : 6
    model : 62
    model name : Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz
    stepping : 4
    microcode : 0x415
    cpu MHz : 2500.050
    cache size : 25600 KB
    physical id : 0
    siblings : 1
    core id : 0
    cpu cores : 1
    apicid : 0
    initial apicid : 2
    fpu : yes
    fpu_exception : yes
    cpuid level : 13
    wp : yes
    flags : fpu de tsc msr pae cx8 sep cmov pat clflush mmx fxsr sse sse2 ss ht syscall nx lm constant_tsc rep_good nopl pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 popcnt tsc_deadline_timer aes rdrand hypervisor lahf_lm ida arat epb pln pts dtherm fsgsbase erms
    bogomips : 5000.10
    clflush size : 64
    cache_alignment : 64
    address sizes : 46 bits physical, 48 bits virtual
    power management:
Any help appreciated

mb
Post Reply