Project

General

Profile

malloc crash in creation of WCartesianChart

Added by Mark Travis over 1 year ago

I've got a really weird error and thought I'd ask here while I search for other areas where "the real problem" might be hiding.

I'm creating a WCartesianChart with the following line:

std::unique_ptr<Wt::Chart::WCartesianChart> wSctrPlot = std::make_unique<Wt::Chart::WCartesianChart>();

and it's generating the following malloc_error_break. Does this look familiar to anyone?