プログラムを実行してプログラムのメモリリークをチェックしようとしていますが、プログラムを起動するたびに次のようになります。
==3476== Process terminating with default action of signal 11 (SIGSEGV): dumping core
==3476== Bad permissions for mapped region at address 0xCFE3FF8
==3476== at 0x005212e1: get_document_root (mongoose.c:1557)
==3476==
==3476== HEAP SUMMARY:
==3476== in use at exit: 2,134,492 bytes in 3,948 blocks
==3476== total heap usage: 5,473 allocs, 1,525 frees, 2,863,520 bytes allocated
==3476==
完全なvalgrindログでは、メモリに対する無効な読み取りまたは書き込みはありません。なぜクラッシュするのか理解できません。