|
|
|
|
|
by codingbinary
3798 days ago
|
|
Really? Last time I checked it still didn't work. Will have to try when I get home. The problem was that the config is compiled into a dynamic library and gets passed the config struct. The old alloc method kind of died on me when the dynamic library was trying to alter that struct. So I had to enable jemalloc to keep it from crashing. |
|