dcoeurjo / lectureDG

lectureDG
7 stars 9 forks source link

imgAddNoise requires an infinite adressing space #21

Closed progval closed 8 years ago

progval commented 9 years ago

When running imgAddNoise from a process bounded to an adressing space of 2GB (using rlimit), I get this error:

libgomp: Thread creation failed: Resource temporarily unavailable

On this line:

  KanungoNoise<Binarizer, Z2i::Domain> kanungo(predicate, image.domain(), noise);

I tried increasing the bound to a larger value (>= 100GB), but I still get this error.

dcoeurjo commented 8 years ago

I think this this issue has been fixed in the master of DGtal. Let's close this issue and see if the problem still occurs for the 2016 promo;)