EmadSamuel Posted December 7, 2016 Report Share Posted December 7, 2016 Hello, I am trying to create several nodes that are represented as SC_MODULE. I see that once I reach 10000 nodes the compile throws the following error: SG_m_n: ../../../../src/sysc/kernel/sc_cor_qt.cpp:107: virtual void sc_core::sc_cor_qt::stack_protect(bool): Assertion `ret == 0' failed. Aborted (core dumped) I think it might be related to memory protection (mprotect()) but I don't know if someone has some ideas about this limitation or how to overcome it? thank you :), Emad Quote Link to comment Share on other sites More sharing options...
apfitch Posted December 8, 2016 Report Share Posted December 8, 2016 Have a look at this thread regards Alan Quote Link to comment Share on other sites More sharing options...
EmadSamuel Posted December 8, 2016 Author Report Share Posted December 8, 2016 Thank you so much Alan, very helpful and problem solved :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.