Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jun 2018 14:21:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 228755] libvgl under syscons causes system reboot (via SDL 1.2)
Message-ID:  <bug-228755-227-wcbqTbZhla@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-228755-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-228755-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228755

--- Comment #1 from commit-hook@freebsd.org ---
A commit references this bug:

Author: bde
Date: Sun Jun 10 14:21:01 UTC 2018
New revision: 334924
URL: https://svnweb.freebsd.org/changeset/base/334924

Log:
  Fix panics in potentially all x86bios calls on i386 since r332489.

  A call to npxsave() in the exception trampolines was not relocated.
  This call to a garbage address usually paniced when made, but it is only
  made when the thread has used an FPU recently, and this is not the usual
  case.

  PR:           228755
  Reviewed by:  kib

Changes:
  head/sys/i386/i386/vm86bios.s

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-228755-227-wcbqTbZhla>