google / bloaty

Bloaty: a size profiler for binaries
Apache License 2.0
4.66k stars 337 forks source link

Overflow in vm range #349

Closed zhanglistar closed 7 months ago

zhanglistar commented 1 year ago

Reproduce steps:

  1. clone gluten project, git clone https://github.com/oap-project/gluten.git
  2. compile libch.so, cd gluten && bash -x ep/build-clickhouse/src/build_clickhouse.sh
  3. call bloaty, bloaty cpp-ch/build/utils/extern-local-engine/libch.so -d compileunits Then got error: bloaty: Overflow in vm range, vmaddr=52654762, vmsize=18446744073709551369
younesr1 commented 6 months ago

@zhanglistar was there a resolution to this issue?