Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
45dbff2045
Fix stack dump on crash to dump symbols rather than log addr2line command. Add gbassert() so the purposeful segfaults can be replaced by just raising a SIGSEGV & it's purpose will be more clear
d7c5762556
Get some basic test infrastructure built so it's possible to write tests when making changes
3ba8a20ac7
Separate sources that are used to build gb, put them in src, and put everything else in the junkdrawer dir. Start a new/clean Makefile.
fc43b3f666
Stop memseting objects in TcpServer, use clear() instead
45dbff2045
Fix stack dump on crash to dump symbols rather than log addr2line command. Add gbassert() so the purposeful segfaults can be replaced by just raising a SIGSEGV & it's purpose will be more clear
6c83d81c74
Add a dockerfile and entrypoint to make it easy to play with
d4c60a2086
Attempt to fix segfault I just reverted
35e7935779
Revert change to TcpServer to avoid a segfault - breaks Spidering due to inadvertant change in behavior, need to fix segfault deeper in stack
09a3216899
Fix a number of segfaults that occur under higher optimization levels
e1044559e2
Remove call to mlockall() at application start