Software Archive
Read-only legacy content
17061 Discussions

Meaning of assertion?

Daniel_Faken
Beginner
359 Views
Hello,

We're observing this assertion causing our software to crash -
../unix-c.c:546: cilk assertion failed: p != MAP_FAILED

Can anyone shed some light on what this might mean? We suspect the process might be running out of memory, but obviously no std::bad_alloc C++ exception is being thrown.

[Edit] I should add that this was built using the initial release of the 12.0 'XE' compiler, running on Win XP.

thanks,
Daniel Faken
0 Kudos
2 Replies
Daniel_Faken
Beginner
359 Views
[Edit - unnecessary post removed]

0 Kudos
Brandon_H_Intel
Employee
359 Views
Hi Daniel,

Pablo, Barry and I have been discussing it - it definitely looks like it's caused by running out of memory. Is it possible you could update to Composer XE 2011 update 3 at some point - I'm not recommending this quite yet because I'm unsure it will address anything but wanted to get a gauge on how tied you are to the compiler you're using.
0 Kudos
Reply