Блог пользователя I_love_tigersugar

Автор I_love_tigersugar, история, 3 года назад, По-английски

Today I tried to create a new problem on Polygon. After committing changes, I would like to create a problem package, but the following message appears:

PackageException: Failed on verification of the first test: Can't compile file: could not create dummy IR bfd: Memory exhausted collect2.exe: error: ld returned 1 exit status

Has anyone encountered the same issue? Could you admins help me on this?

Have a good day everyone!

  • Проголосовать: нравится
  • +50
  • Проголосовать: не нравится

»
3 года назад, # |
  Проголосовать: нравится +29 Проголосовать: не нравится

I'm not polygon developer, but anyway.

This is just a error from c++ compiler (I guess, it's clang) while compiling some file. It would be usefull to write which one in this message. Please add an issue on https://github.com/Codeforces/polygon-issue-tracking/issues about this.

»
3 года назад, # |
  Проголосовать: нравится +35 Проголосовать: не нравится

I went through the same problem and thought it was my fault, so I struggled for an hour and came into Codeforce and saw this blog. :)

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

I have the same problem now and I don't understand, what could cause that.

»
3 года назад, # |
  Проголосовать: нравится +9 Проголосовать: не нравится

I've faced the same problem while preparing a mashup contest too. Just submitted this issue on the tracking log on GitHub.

»
3 года назад, # |
Rev. 2   Проголосовать: нравится +25 Проголосовать: не нравится

Looking into it now. Fixed.