Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jan 2019 14:24:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 235158] lang/lua53 no longer linked against pthread
Message-ID:  <bug-235158-7788-EuzJo0pKlP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-235158-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-235158-7788@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=3D235158

--- Comment #15 from i+fbsd@amlegion.org ---
# original lua (unpatched makefile, pkg repo =3D=3D mine) proof
# below
ldd /usr/local/bin/lua53
/usr/local/bin/lua53:
        libm.so.5 =3D> /lib/libm.so.5 (0x80027e000)
        libc.so.7 =3D> /lib/libc.so.7 (0x8002b0000)
---------------------------------------------------------------------------=
--
# Test =3D pthread, lua (unpatched makefile, pkg repo =3D=3D mine)
lua53 pthr_test.lua
Killed
---------------------------------------------------------------------------=
--
# Test =3D MALLOC_CONF, lua (unpatched makefile, pkg repo =3D mine)
MALLOC_CONF=3D"utrace:true" ktrace -t +w lua53 pthr_test.lua
Killed
---------------------------------------------------------------------------=
--
# ran, kdump -RH output linked
# disallows attachments over 1000KB, file is 1606KB

https://builds.amlegion.org/freebsd_test/malloc_conf_test_unpatched_lua.txt
---------------------------------------------------------------------------=
--

--=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-235158-7788-EuzJo0pKlP>