freekvw

Results 7 issues of freekvw

Running `tpie/test/unit/ut-internal_priority_queue basic` fails on my machine with: ``` ../tpie/tpie/progress_indicator_base.cpp line 38: Assertion failed: ../tpie/tpie/progress_indicator_base.cpp line 38: ptime::seconds: Special ptime Assertion (false) failed ../tpie/tpie/progress_indicator_base.cpp:38: ptime::seconds: Special ptime ``` What appears...

The increment operation on the iterator in tpie::btree does not always terminate.

In file_base_crtp.inl, line 33, fileAccessor = new default_file_accessor() isn't deleted, I guess because we'd need to remember if it was user-specified or not. Not a big thing, just showed up...

It looks like serialization_pipesort is not properly managing its memory (e.g. using 16 when given 12GB), is this a known problem or should I prepare some log output etc.?

bug

While raster construction is in the output phase, the temporary space usage is reported as 4.6TB while only 2.7TB is in use. The amount reported in the interface is directly...