Bug #19247 2014-01-03 18:23

darkblue

Bug in Parser CodeBlock 13.12 nightly 30/12/2013

On ubuntu 12.04 64-bits.

Memory leak in parser (up to max memory), when including

this pcl include file and reparsing project :

#include <pcl/filters/voxel_grid.h>

after closer look, I think there is a buggy recursive parsing call because at the end of pcl/filters/voxel_grid.h

there is

#ifdef PCL_NO_PRECOMPILE

#include <pcl/filters/impl/voxel_grid.hpp>

#endif

in which file we include pcl/filters/voxel_grid.h

Category
Application::Crash
Group
Platform:Linux
Status
Open
Close date
 
Assigned to
 
tpetrov 2014-01-07 01:05

Can you make a minimal example project, that can be used to reproduce this problem?

ollydbg 2014-02-28 06:06

Hello, the parser don't parse a file if it is already parsed.

Can you try to latest SVN or Nightly build, if it still not fixed yet, I suggest that a minimal sample project is necessary, otherwise, I don't have any way to reproduce such bug. Thanks.