Re: [Cppcms-users] URGENT: strange bug ocurring
Brought to you by:
artyom-beilis
From: Artyom B. <art...@ya...> - 2012-08-01 07:14:58
|
----- Original Message ----- > From: "ele...@ex..." <ele...@ex...> > To: Artyom Beilis <art...@ya...>; cpp...@li... > Cc: > Sent: Wednesday, August 1, 2012 10:01 AM > Subject: [Cppcms-users] URGENT: strange bug ocurring > > Hi Artyom, > > We've been doing data entry into our software and we've found a strange > bug. But im not really sure how to debug it. > > We have not changed any of our code in the last week or so. > > Basically what's happening is that we have a list of aircraft parts, and > all of sudden, the whole page started repeating itself untill infinity > (including the HTML DOCTYPE), and there's weird characters all over the > page. > > The cppcms logfile is saying this: > > cppcms, warning: Failed to write response:system: Broken pipe > (http_response.cpp:279) > > but I suppose thats because we have to click the browser stop button to > stop it from infinitely repeating itself. > > Any clues? > Petr > The broken pipe warning says that the peer (client - browser) reset the connection before receiving entire page - probably because it was too big. Now I don't know what is the bug but it seems that you have some loop here... or you may got some memory corruption. Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ |