** Bug watch added: code.google.com/p/chromium/issues #348761 http://code.google.com/p/chromium/issues/detail?id=348761
** Also affects: chromium-browser via http://code.google.com/p/chromium/issues/detail?id=348761 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of UBUNTU - AL - BR, which is subscribed to Chromium Browser. https://bugs.launchpad.net/bugs/1437070 Title: chromium-browser crashes with SIGILL if CPU does not support SSE2 Status in Chromium Browser: Unknown Status in chromium-browser package in Ubuntu: New Bug description: My CPU does not support SSE2, this is a fact. And as far as I knew (unless I missed something) for the use of Chromium on Linux, there was nowhere a *requirement* listed that a SSE2-capable CPU would be mandatory. For instance, old(er) Athlon XP machines support SSE, but not SSE2. I've run a DEBUG build of chromium v41 to demonstrate this fact. These are the most evident 2 lines: # # Fatal error in ../../v8/src/ia32/assembler-ia32.cc, line 82 # CHECK(cpu.has_sse2()) failed # Looks to me that the more recent _asm routines now _blindly_ assume that the CPU is capable of SSE2 instruction set. If you really CAN'T help the cool feeling of locking us out (I think we still are millions of users worldwide with Athlon XP machines), we can't stop you. But at least the browser should exit more gracefully if this is the case, but not crash with a SIGILL. To manage notifications about this bug go to: https://bugs.launchpad.net/chromium-browser/+bug/1437070/+subscriptions -- Mailing list: https://launchpad.net/~linux-traipu Post to : linux-traipu@lists.launchpad.net Unsubscribe : https://launchpad.net/~linux-traipu More help : https://help.launchpad.net/ListHelp