icnhoukdsiih / testlib

Automatically exported from code.google.com/p/testlib
0 stars 0 forks source link

quitf crashes trying to print large data (~2mb) #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
std::string s(1 << 21, 'a');
quitf(_wa, "bad output: %s\n", s.c_str());

Also you can download attachments and run
check 17 apples.out 17.a

What version of the product are you using? On what operating system?
Default version from http://codecenter.sgu.ru:8081
Crashes both under windows or linux.

Original issue reported on code.google.com by vasilevs...@gmail.com on 17 Jan 2011 at 2:22

Attachments:

GoogleCodeExporter commented 8 years ago
Increased the output buffer size, changed standard checkers not to print huge 
data.

Original comment by mirzayan...@gmail.com on 12 Feb 2011 at 6:32