Python debugger segfaults with tvm

@junrushao I check my llvm.so, libedit.so.2 not in libLLVM-5.0.so and not in libtvm.so.

How should I do?

$ ldd libLLVM-5.0.so
        linux-vdso.so.1 (0x00007ffe15464000)
        libffi.so.6 => /lib64/libffi.so.6 (0x00007f75d039f000)
        librt.so.1 => /lib64/librt.so.1 (0x00007f75cfd43000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007f75cfb3f000)
        libtinfo.so.5 => /lib64/libtinfo.so.5 (0x00007f75cf915000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f75cf6f6000)
        libm.so.6 => /lib64/libm.so.6 (0x00007f75cf358000)
        libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f75cefcf000)
        libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f75cedb7000)
        libc.so.6 => /lib64/libc.so.6 (0x00007f75ce9c6000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f75d41f4000)