Bug 240358 - cddl.usr.sbin.dtrace.amd64.arrays.t_dtrace_contrib.tst_uregsarray_d always timeout
Summary: cddl.usr.sbin.dtrace.amd64.arrays.t_dtrace_contrib.tst_uregsarray_d always ti...
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: tests (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: Mariusz Zaborski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-05 23:44 UTC by Li-Wen Hsu
Modified: 2021-03-11 17:47 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2019-09-11 19:30:22 UTC
oshogbo: can you help check this one? Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-10-04 16:17:46 UTC
A commit references this bug:

Author: oshogbo
Date: Fri Oct  4 16:17:00 UTC 2019
New revision: 353107
URL: https://svnweb.freebsd.org/changeset/base/353107

Log:
  dtrace: 64-bits registers support

  The registers in ilumos and FreeBSD have a different number.
  In the illumos, last 32-bits register defined is SS an in FreeBSD is GS.
  While translating register we should comper it to the highest one.

  PR:             240358
  Reported by:    lwhsu@
  MFC after:      2 weeks

Changes:
  head/sys/cddl/dev/dtrace/amd64/dtrace_isa.c