Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Sep 2020 21:08:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        toolchain@FreeBSD.org
Subject:   [Bug 249121] program compiled with -pg produces ld-elf abort
Message-ID:  <bug-249121-29464-Tq5W4jJCPq@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-249121-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-249121-29464@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=3D249121

--- Comment #3 from wsh@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
Building with `clang main.c` and running a.out returns 0 as normal.

--=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-249121-29464-Tq5W4jJCPq>