fex-team / fis

Front-end Integrated Solution - 前端集成解决方案, 最新版请进入 FIS3 https://github.com/fex-team/fis3
http://fis.baidu.com
MIT License
2.96k stars 655 forks source link

fis2项目 pngquant压缩报错 #819

Open zigufeiyu opened 6 years ago

zigufeiyu commented 6 years ago

执行命令 jr8 release -comDd 总是因为 pngquant模块报错 请问有可靠的解决方案吗 或者 怎么禁用该模块 谢谢

zigufeiyu commented 6 years ago

Error in `fis release -comDd publish [ /home/work/workhome/maqing/xyk.release.sym/': munmap_chunk(): invalid pointer: 0x00000000031ca1e0 ***

oxUnd commented 6 years ago

--verbose 看看哪个文件的时候报错了?

zigufeiyu commented 6 years ago

服务器centOS 7.2 框架封装的时候用了jello 而jello里将pngquant锁定为低版本 我深入包里 强制更新后就好了 具体原因 求解?