You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation suggests to me that cd is supposed to take you to the environment's working directory, which is wherever you've run your program that loaded Soar from.
Open SoarCLI or the debugger.
Enter
cd
(no arguments).It segfaults with code 11!
I assume that it's expecting there to be an argument and tries to access an invalid memory location.
Being used to the Unix terminal, I thought that
cd
might take me to the user's home directory. I certainly didn't expect a segfault.The text was updated successfully, but these errors were encountered: