Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running with Docker, got a cryptic error message #4

Open
francislavoie opened this issue Oct 3, 2023 · 1 comment
Open

Running with Docker, got a cryptic error message #4

francislavoie opened this issue Oct 3, 2023 · 1 comment

Comments

@francislavoie
Copy link

I tried running it against my project like this, but it suddenly stopped after a while with the following error. What does this mean?

$ docker run -it --rm -v .:/src -w /src exakat/exakat:latest project

Error message : No guess type for Assignation
 on line 3127

At the time, I had this in my project.timing.csv, but the files got deleted when the error happened and the container stopped (I had it open in my text editor at the time)

Start	0.045006036758423
Files	442.66301488876
@francislavoie
Copy link
Author

I guess the error is coming from here:

assert(false, "No guess type for {$atom->atom}\n");

What's "Assignation"? Is that supposed to be "Assignment"? Either way, that doesn't seem to be in that switch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant