Andrey Vihrov

Results 8 issues of Andrey Vihrov

There are two main problems with the current evaluation messages: 1. For the "Execution killed" message, exceeding the memory limit is by far not the most common cause of this...

Consider this situation: 1. User logs in to CWS 2. Contestant interface is left open in the browser for a long time 3. Authentication cookie expires 4. The open web...

cws
bug

Steps to reproduce: 1. Open administrator interface and navigate to Resource Usage -> All. 2. Try to kill a Worker. Actual result in AWS logs: ``` 2019-02-24 17:34:29,727 - ERROR...

io_model
bug

Looks like some matching tests should be added.

cleanup

Steps to reproduce: 1. Assume CWS is running in multi-contest mode and listening on `localhost:8888` 2. Run `telnet localhost 8888` 3. Request a non-existing contest page: ``` GET /zzz HTTP/1.1...

aws
bug

In the AWS contest configuration page, the "Allowed programming languages" row is becoming too long to fit on screen. See attached screenshot. ![screenshot-2018-4-8 admin test](https://user-images.githubusercontent.com/397308/38466183-ebaae626-3b2d-11e8-8adb-ad0b77bd61e5.png) Listing one language per line...

The compilation of zero-sized arrays fails with `-std=c++98 -pedantic`, because they are not supported by the C++ standard. But the current MSVC++ mode works well in this regard even with...

With Clearlooks-Phenix 7.0.1 and GTK 3.22.4, the following errors appear when running any GTK3 program: ``` (evince:1520): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1594:13: not a number (evince:1520): Gtk-WARNING **: Theme...