Description of problem: When trying to start gimp from either command line, nautilus menu or from the gnome menu, it fails to start Version-Release number of selected component (if applicable): 2.2.7-1 How reproducible: Always Steps to Reproduce: 1. Open a terminal window, type gimp 2. Select open with->gimp from a nautilus menu 3. Choose graphics->the gimp from the main gnome menu Actual results: gimp fails to start. From the command line, it returns "Illegal instruction". When run gimp via gdb, the following is returned Program received signal SIGILL, Illegal instruction [Switching to Thread -1209014592 (LWP 8017)] 0x00dca989 in gimp_rgba_get_uchar (rgba=0x8f9f068, r=0xbfc29a40 " \b`=|", g=0xbfc29a41 " \b`=|", b=0xbfc29a42 " \b`=|", a=0xbfc29a43 "\b=|") at gimprgb.c:360 360 if (r) *r = ROUND(CLAMP(rgba->r, 0.0, 1.0) * 255.0); Expected results: Gimp should work Additional info:
*** This bug has been marked as a duplicate of 157409 ***