The first window was useless (YAAC was not actually running there), but the fact that you received absolutely no new text from typing it in the second window is really strange.
It sounds like the signal isn't getting through, or Apple decided to "help" by doing different key mappings to signals (I ran into similar issues on my Mac, looking for the Meta key since Macs don't have an Alt key). So let's force the signal. In the first window (where you are at a shell prompt and not actually running a program), issue the command ps -ef | grep java This should show you a listing of all the java processes running on your Mac. Hopefully, there will only be one (if you have more than one, then you need to figure out which one corresponds to you trying to run YAAC). The second multi-digit number in the line of the "java" process will be the process ID. Now type another command in the first window: kill -QUIT pid where pid is replaced with the process ID number of the java process. See if _that_ causes the JVM to perform stack dumps. Andrew, KA2DDO ________________________________________ From: [email protected] <[email protected]> on behalf of Tim Huffaker via groups.io <thuffaker@...> Sent: Friday, April 11, 2025 6:01 PM To: [email protected] Subject: Re: [yaac-users] OSX Sequoia Hi Andrew, I held the CTL key and typed \ see below and I hope you can find out what I am doing wrong. I typed ctrl \ in this window [cid:[email protected]] and in this window [cid:[email protected]] |