Re: [Cppcms-users] Segmentation fault on FreeBSD in high load
Brought to you by:
artyom-beilis
From: augustin <aug...@ov...> - 2012-08-07 04:55:23
|
On Tuesday, August 07, 2012 11:57:14 AM Artyom Beilis wrote: > 1 0x0000000800939cb3 in cppcms::http::response::set_content_header > (this=0x80ba7ac00, content_type=@0x7fffffffd590) at info.h:83 > > It looks like content_type you pass in info.h line 83 has very strange > address 0x7fffffffd590 - i.e. it is very close to 0x7FFFFFFFF It seems > strange to me check your code. High load + high memory address => running out of memory? Memory leak? Loop in the code filling memory??? Check the memory usage on the server. See also what valgrind says... Just some thoughts in passing... Good luck, Augustin. -- Friends: http://www.reuniting.info/ My projects: http://astralcity.org/ http://lesenjeux.fr/ http://linux.overshoot.tv/ http://overshoot.tv/ http://charityware.info/ http://masquilier.org/ http://openteacher.info/ http://minguo.info/ http://jacqueslemaire.fr/ http://www.wechange.org/ http://searching911.info/ . |