Red Squirrel
No Lifer
Ex: an error in some of my code on one system continues to execute (probably a bad thing).
on another system, it does this:
And aborts. Probably ideal given it lets me find an issue so I can go fix it. But why is it that on some systems it will do that and on others it wont? Is there a way to force it to behave that way on all systems?
System that does it is running CentOS 5, the other is running 6. Whatever feature that is, I'd like to turn it on, given the CentOS 6 machine is actually where my development happens.
on another system, it does this:
Code:
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_S_construct NULL not valid
Aborted
And aborts. Probably ideal given it lets me find an issue so I can go fix it. But why is it that on some systems it will do that and on others it wont? Is there a way to force it to behave that way on all systems?
System that does it is running CentOS 5, the other is running 6. Whatever feature that is, I'd like to turn it on, given the CentOS 6 machine is actually where my development happens.