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 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. _______________________________________________ freebsd-toolchain@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"