David-Durst / aetherling

Create auto-scheduled data-parallel pipelines in hardware with user-friendly Python
MIT License
12 stars 1 forks source link

CoreIR Core Dumps Only In Travis #10

Closed David-Durst closed 6 years ago

David-Durst commented 6 years ago

I made a small change in how I name modules. I no longer have - in the name (https://github.com/David-Durst/aetherling/compare/b4de25c3cb8e...80699d4cac8b). However, now the CoreIR simulator consistently core dumps when run in travis https://travis-ci.com/David-Durst/aetherling/builds/78988998. Pytest calling the CoreIR simulator works on my machine.

I'll keep looking at this. Any way this could result from two modules being named the same thing due to the name changing? Other ideas?

David-Durst commented 6 years ago

The build just worked. @rdaly525 , any thoughts on why this would happen? I didn't change much. Did something change underneath?