YosysHQ / icestorm

Project IceStorm - Lattice iCE40 FPGAs Bitstream Documentation (Reverse Engineered)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`icepack` crashes generating netpbm image on Windows

the6p4c opened this issue · comments

On Windows only, icepack -b (and other CRAM netpbm generating options) crashes after generating only the header. This bug doesn't appear to occur on Linux.

(The screenshot shows a version of icepack downloaded with apio, however I did recreate the issue with the latest source cloned from this repo and compiled)

When not run under a debugger this manifests itself as an opaque exit with no error message.

I've submitted a pull request that fixes this issue - the bug/fix is explained in detail within the commit message.

The relevant pull request

#242