crytic / medusa

Parallelized, coverage-guided, mutational Solidity smart contract fuzzing, powered by go-ethereum
https://www.trailofbits.com/
GNU Affero General Public License v3.0
273 stars 33 forks source link

CLI warning on `go build` for malformed/unidentified symbol #331

Open 0xicingdeath opened 3 months ago

0xicingdeath commented 3 months ago

After building Medusa from source and running go build, getting the following warning:

# github.com/crytic/medusa
ld: warning: '/private/var/folders/68/r6z4l86d0zn8qy8hb48bd8fh0000gp/T/go-link-3501725939/go.o' has malformed LC_DYSYMTAB, expected 127 undefined symbols to start at index 27562, found 170 undefined symbols starting at index 121

On an M2 computer, aarm arch

anishnaik commented 3 months ago

Yea i've been getting this for a while and hasn't really affected my usage of it. Let's keep the issue open in case it triggers something down the line.

0xicingdeath commented 3 months ago

I haven't noticed anything from it either! Just cleaning out loose ends from notes I took while using on Curvance 😛

Xenomega commented 3 months ago

Just for more information, this seems to be a non-issue, and not a problem on our end: