inch-ci / inch_ci-web

Web frontend for Inch CI
http://inch-ci.org/
MIT License
139 stars 20 forks source link

Javascript parsing failed #78

Closed jlchereau closed 9 years ago

jlchereau commented 9 years ago

image

Re: Memba/Memba-Blog

rrrene commented 9 years ago

Okay, this is what happened: There was a bug in InchJS.

  1. InchJS uses JSDoc for parsing and the bug caused JSDoc to analyse everything in your repo (including the public/assets/ javascripts).
  2. This took veeeeeery long and made the process very memory-heavy (as in: gigs of memory).
  3. A GitHub user called "Membabot" made about 150 commits to your repo.
  4. This scheduled ~ 150 evaluations on the Inch CI server.
  5. The server basically overDOSed himself.

I patched InchJS and now everything is fine. Your badge now also generates as promised: Inline docs

Thanks for the heads-up! :+1:

jlchereau commented 9 years ago

Thx!