Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 2019 04:06:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        java@FreeBSD.org
Subject:   [Bug 222146] java/openjdk8: Running a program of infinite recursion dumps core
Message-ID:  <bug-222146-8522-auFOulPLNl@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-222146-8522@https.bugs.freebsd.org/bugzilla/>
References:  <bug-222146-8522@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=3D222146

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

Author: glewis
Date: Mon Aug 12 04:05:58 UTC 2019
New revision: 508703
URL: https://svnweb.freebsd.org/changeset/ports/508703

Log:
  Workaround for infinite recursion crash

  * FreeBSD crashes on infinite recursion rather than throwing a stack
    overflow because the stack address of the fault is in the page below
    the guard area.  Workaround this by rounding down the fault address to
    the nearest page boundary.  Investigation is still under way into what
    may be causing this but this appears to prevent it in simple test cases.

  PR:           222146

Changes:
  head/java/openjdk8/Makefile
=20
head/java/openjdk8/files/patch-hotspot_src_os__cpu_bsd__x86_vm_os__bsd__x86=
.cpp

--=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-222146-8522-auFOulPLNl>