3D 列印檔案:https://www.thingiverse.com/thing:6326069
最終找到是 IPv4/IPv6 解析問題:
Martin Chang: 我找到原因了 Martin Chang: 好蠢 Martin Chang: 我的Nginx下的服務只有bind to IPv4 的 0.0.0.0,但是 OpenSSH reverse tunnel 解析 localhost 拿到 IPv6 的 ::1,Nginx不知道怎麼辦,就去找了唯一有bind to IPv6的 default server Martin Chang: 結案
https://github.com/ThinkerYzu/trace_dwarf
廣告一下,這是一個把 dwarf 放進 database 的 project。目前有 function / type /compile unit (source file) 的資訊,可用 sql 指令 (sqlite) 來分析 function /type/ compile unit 之間的關係,並產生 dot file (graphviz) 。想尋求有興趣的朋友,供獻 UI 的部分。 目常我個人是用於分析 Linux 和 FreeBSD 的 kernel。