[Bug 249121] program compiled with -pg produces ld-elf abort
    bugzilla-noreply at freebsd.org 
    bugzilla-noreply at freebsd.org
       
    Sat Sep  5 21:08:54 UTC 2020
    
    
  
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249121
--- Comment #3 from wsh at 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.
-- 
You are receiving this mail because:
You are the assignee for the bug.
    
    
More information about the freebsd-toolchain
mailing list