Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option for stack trace from trick exec terminate calls #1842

Open
amishscientist opened this issue Feb 10, 2025 · 1 comment
Open

Option for stack trace from trick exec terminate calls #1842

amishscientist opened this issue Feb 10, 2025 · 1 comment

Comments

@amishscientist
Copy link

While I don't think this option should be defaulted on. While running with sims with hardware in the loop it can be very useful to get the stack trace when a sim calls exec terminate. For the AA2 project we even had a special branch of trick that did this for us. A lot of times we end up taking sims we didn't write and have to include hardware interface into them. So we often run into exec terminate lines that aren't as useful as they could be. So getting the add information of the stack trace can give us more information to figure out what the issue is that caused the exec terminate to be called. This helps reduce the number of iterations needed to solve the problem. I doubt most people would want this feature on by default but I would consider it a best practices to use it with hardware in the loop type sims.

@hchen99
Copy link
Contributor

hchen99 commented Feb 19, 2025

Link to a previous issue #635

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants