Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Feb 2018 16:02:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 225584] Various compile process hang on Ryzen, but not on Intel
Message-ID:  <bug-225584-8-U0u8z5aiSG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-225584-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-225584-8@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=3D225584

--- Comment #32 from mike@sentex.net ---
(In reply to Konstantin Belousov from comment #31)
Its not there ?=20


(gdb) frame 7
#7  0x0000000800b55b5b in call_function (pp_stack=3D0x7fffde3f3148, oparg=
=3D0) at
Python/ceval.c:4341
4341                    C_TRACE(x, (*meth)(self,NULL));
(gdb) list
4336            PCALL(PCALL_CFUNCTION);
4337            if (flags & (METH_NOARGS | METH_O)) {
4338                PyCFunction meth =3D PyCFunction_GET_FUNCTION(func);
4339                PyObject *self =3D PyCFunction_GET_SELF(func);
4340                if (flags & METH_NOARGS && na =3D=3D 0) {
4341                    C_TRACE(x, (*meth)(self,NULL));
4342                }
4343                else if (flags & METH_O && na =3D=3D 1) {
4344                    PyObject *arg =3D EXT_POP(*pp_stack);
4345                    C_TRACE(x, (*meth)(self,arg));
(gdb) print local_fp
No symbol "local_fp" in current context.
(gdb) print *local_fp
No symbol "local_fp" in current context.
(gdb)

--=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-225584-8-U0u8z5aiSG>