[Webkit-unassigned] [Bug 280885] New: libjavascriptcoregtk-6.0.so.1: SIGILL on older amd64 laptop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 4 04:47:31 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=280885

            Bug ID: 280885
           Summary: libjavascriptcoregtk-6.0.so.1: SIGILL on older amd64
                    laptop
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: michael at orlitzky.com

I'm unable to get a useful backtrace on this machine because it doesn't have enough RAM to build WebKit with debugging info, but maybe we can guess what the illegal instruction is.

The symptom is a WebKitWebProcess crash that leads to a "something went wrong" in epiphany, after which

  [198811.209860] traps: WebCore: Worker[10795] trap invalid opcode ip:7f9cf0745684
  sp:7f9c61ffe770 error:0 in libjavascriptcoregtk-6.0.so.1.2.8[145684,7f9cf06f4000+15d9000]

appears in dmesg. The core file confirms that it's a SIGILL:

  Core was generated by `/usr/libexec/webkitgtk-6.0/WebKitWebProcess 24 48 50'.
  Program terminated with signal SIGILL, Illegal instruction.

The machine has two cores, but the second is identical to the first so I've omitted it:

  $ cat /proc/cpuinfo 
  processor     : 0
  vendor_id     : GenuineIntel
  cpu family    : 6
  model         : 15
  model name    : Intel(R) Core(TM)2 Duo CPU     L7700  @ 1.80GHz
  stepping      : 11
  microcode     : 0xb6
  cpu MHz               : 1196.988
  cache size    : 4096 KB
  physical id   : 0
  siblings      : 2
  core id               : 0
  cpu cores     : 2
  apicid                : 0
  initial apicid        : 0
  fpu           : yes
  fpu_exception : yes
  cpuid level   : 10
  wp            : yes
  flags         : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36
  clflush dts acpi mmx fxsr sse sse2 ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs
  bts rep_good nopl cpuid aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm
  lahf_lm pti dtherm
  bugs          : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs
  itlb_multihit mmio_unknown
  bogomips      : 3592.58
  clflush size  : 64
  cache_alignment       : 64
  address sizes : 36 bits physical, 48 bits virtual
  power management:

I'm not sure if it's relevant, but in the past I've hit corner cases on this machine because it lacks support for popcnt.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241004/48d4f010/attachment.htm>


More information about the webkit-unassigned mailing list