Skip to content

[bazel] Frozen Cache exception with MEMORY64=1 #1432

@wrangelvid

Description

@wrangelvid

I am trying to bind a library that uses 64bits for it's hashing algorithm. In the process I ran into several bugs where I set the architecture to 64 bits with --copt=-m64 and used both -s MEMORY64=1 and -s WASM_BIGINT=1 in the linker options.

Then I got this strange error with Exception: FROZEN_CACHE is set, but cache file is missing, where I hit my debugging limits. I was told that #971 and #1405 may/should've have resolved these issues but again, I am not deep enough into bazel and embind yet to understand the caching issue.

However, to make this process easier, I created a minimum example to reproduce this problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions