cbalint13 commented on PR #16425:
URL: https://github.com/apache/tvm/pull/16425#issuecomment-2420752424

   > Thanks @cbalint13 , BT FULL Trace: 
[gdb.txt](https://github.com/user-attachments/files/17421504/gdb.txt)
   
   Still not able to reproduce :-(
   ```
   $ rpm -q clang llvm16-devel;  git rev-parse HEAD
   clang-19.1.0-1.fc42.x86_64
   llvm16-devel-16.0.6-9.fc41.x86_64
   726a1416497eeca7bfb7dcdbd799d00b33c39f79
   
   $ python -c 'import tvm; print(tvm.target.codegen.llvm_version_major())'
   16
   
   $ readelf -a /usr/lib64/libtvm.so | grep NEED
     [ 4] .gnu.version_r    VERNEED          00000000001ae73c  001ae73c
    0x0000000000000001 (NEEDED)             Shared library: [libstdc++.so.6]
    0x0000000000000001 (NEEDED)             Shared library: [libLLVM-16.so]
    0x0000000000000001 (NEEDED)             Shared library: [libopenblas.so.0]
    0x0000000000000001 (NEEDED)             Shared library: [libm.so.6]
    0x0000000000000001 (NEEDED)             Shared library: [libgcc_s.so.1]
    0x0000000000000001 (NEEDED)             Shared library: [libc.so.6]
    0x0000000000000001 (NEEDED)             Shared library: 
[ld-linux-x86-64.so.2]
    0x000000006ffffffe (VERNEED)            0x1ae73c
    0x000000006fffffff (VERNEEDNUM)         6
   ```
   
   
   * Can re-upload ```bt full``` with ```set print frame-arguments all``` to 
see why is```llvm::RegisterTargetMachine``` offended ?
   * If I can't still infer the cause, an ultimate request would be to provide 
a Docker receipt for me to reproduce the bug.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to