I_love_tigersugar's blog

By I_love_tigersugar, history, 3 years ago, In English

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!

  • Vote: I like it
  • +50
  • Vote: I do not like it

»
3 years ago, # |
  Vote: I like it +29 Vote: I do not like it

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 years ago, # |
  Vote: I like it +35 Vote: I do not like it

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 years ago, # |
  Vote: I like it 0 Vote: I do not like it

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

»
3 years ago, # |
  Vote: I like it +9 Vote: I do not like it

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

»
3 years ago, # |
Rev. 2   Vote: I like it +25 Vote: I do not like it

Looking into it now. Fixed.