That's not really an error. Basically you are halted inside the boot routine from the run-time library. Aarti explains it in detail in this post:
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/230662/811582.aspx#811582
What is curious is why you end up there if you are not doing a reset of some sort. Most likely there is some kind of bug in the application. If you only see this when enabling --gen_profile_info, it could be some memory allocation issue. Please provide a reproducible test case and I can investigate further.
Thanks
ki