diff options
Diffstat (limited to 'results/scraper/fex/1177')
| -rw-r--r-- | results/scraper/fex/1177 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/results/scraper/fex/1177 b/results/scraper/fex/1177 new file mode 100644 index 000000000..a7258b960 --- /dev/null +++ b/results/scraper/fex/1177 @@ -0,0 +1,7 @@ +DEBUG builds are currently broken with jemalloc overrides +When we build debug, something is trying to pull in malloc symbols that we don't have in jemalloc. + +We should either figure out what symbols the debug libraries want, or disable jemalloc in debug. + +Disabling jemalloc isn't ideal since then we break 32-bit application execution. +We should find what symbols we have failed to override in this case. \ No newline at end of file |