← Back to team overview

desktop-packages team mailing list archive

[Bug 1437070] [NEW] chromium-browser crashes with SIGILL if CPU does not support SSE2

 

Public bug reported:

My CPU does not support SSE2, this is a fact.

And as far as I knew, there was nowhere a *requirement* listed that for the use of Chromium, 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 _asm routines _blindly_ assume that the CPU is capable of SSE2 instruction set.
At least the browser should exit more gracefully if this is the case, but not crash with a SIGILL.

** Affects: chromium-browser (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: assembler chromium cpu crash sse2

** Attachment added: "gdb_chromium.txt"
   https://bugs.launchpad.net/bugs/1437070/+attachment/4357436/+files/gdb_chromium.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1437070

Title:
  chromium-browser crashes with SIGILL if CPU does not support SSE2

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, there was nowhere a *requirement* listed that for the use of Chromium, 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 _asm routines _blindly_ assume that the CPU is capable of SSE2 instruction set.
  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/ubuntu/+source/chromium-browser/+bug/1437070/+subscriptions


Follow ups

References