[Bug 249121] program compiled with -pg produces ld-elf abort

2020-12-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249121 Kevin Zheng changed: What|Removed |Added CC||kevinz5...@gmail.com --- Comment #13

[Bug 249121] program compiled with -pg produces ld-elf abort

2020-11-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249121 Mark Johnston changed: What|Removed |Added Resolution|--- |FIXED Flags|mfc-stabl

[Bug 249121] program compiled with -pg produces ld-elf abort

2020-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249121 Kubilay Kocak changed: What|Removed |Added Status|New |In Progress Flags|

[Bug 249121] program compiled with -pg produces ld-elf abort

2020-09-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249121 --- Comment #11 from commit-h...@freebsd.org --- A commit references this bug: Author: kib Date: Sat Sep 12 09:47:58 UTC 2020 New revision: 365656 URL: https://svnweb.freebsd.org/changeset/base/365656 Log: MFC r365369: rtld: do not ref

[Bug 249121] program compiled with -pg produces ld-elf abort

2020-09-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249121 --- Comment #10 from commit-h...@freebsd.org --- A commit references this bug: Author: kib Date: Sat Sep 12 09:47:25 UTC 2020 New revision: 365655 URL: https://svnweb.freebsd.org/changeset/base/365655 Log: MFC r365368: rtld: do not pro

[Bug 249121] program compiled with -pg produces ld-elf abort

2020-09-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249121 --- Comment #9 from commit-h...@freebsd.org --- A commit references this bug: Author: kib Date: Sat Sep 12 09:46:14 UTC 2020 New revision: 365654 URL: https://svnweb.freebsd.org/changeset/base/365654 Log: MFC r365369: rtld: do not refu

[Bug 249121] program compiled with -pg produces ld-elf abort

2020-09-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249121 --- Comment #8 from commit-h...@freebsd.org --- A commit references this bug: Author: kib Date: Sat Sep 12 09:44:50 UTC 2020 New revision: 365653 URL: https://svnweb.freebsd.org/changeset/base/365653 Log: MFC r365368: rtld: do not proc

[Bug 249121] program compiled with -pg produces ld-elf abort

2020-09-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249121 --- Comment #7 from Konstantin Belousov --- And there seems to be one more bug with lld, besides omitting dynamic. It seems to be really confused about what type of binary (static/dynamic) it produces. Since &_DYNAMIC is NULL, I realized

[Bug 249121] program compiled with -pg produces ld-elf abort

2020-09-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249121 --- Comment #6 from commit-h...@freebsd.org --- A commit references this bug: Author: kib Date: Sat Sep 5 22:44:38 UTC 2020 New revision: 365369 URL: https://svnweb.freebsd.org/changeset/base/365369 Log: rtld: do not refuse to relocate

[Bug 249121] program compiled with -pg produces ld-elf abort

2020-09-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249121 --- Comment #5 from commit-h...@freebsd.org --- A commit references this bug: Author: kib Date: Sat Sep 5 22:41:31 UTC 2020 New revision: 365368 URL: https://svnweb.freebsd.org/changeset/base/365368 Log: rtld: do not process absent dyna

[Bug 249121] program compiled with -pg produces ld-elf abort

2020-09-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249121 Konstantin Belousov changed: What|Removed |Added CC||d...@freebsd.org,

[Bug 249121] program compiled with -pg produces ld-elf abort

2020-09-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249121 --- Comment #3 from w...@riski.sh --- A minimal self contained recreation consisted of a main.c with contents int main(int argc, char **argv) { return 0; } Building with `clang main.c -g -pg` and running a.out produced segfault Buildin

[Bug 249121] program compiled with -pg produces ld-elf abort

2020-09-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249121 Konstantin Belousov changed: What|Removed |Added CC||k...@freebsd.org --- Comment

[Bug 249121] program compiled with -pg produces ld-elf abort

2020-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249121 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|toolch...@freebsd.org -- You are r