Closed Aryan1508 closed 3 years ago
make release which uses the -static flag produces builds which segfault on any stop or quit command.
make release
-static
stop
quit
Occurs due to issues with linking pthread, no error in code. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58909 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52590
Updated makefile and used a workaround for proper linking
makefile
make release
which uses the-static
flag produces builds which segfault on anystop
orquit
command.Occurs due to issues with linking pthread, no error in code. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58909 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52590
Updated
makefile
and used a workaround for proper linking