One suggestion to troubleshoot this crash would be to use the 'strace' command on fldigi. This will help pinpoint where the failure is occurring.
If you're launching fldigi from the terminal, you could use a command like this:
```
strace -ff -tt -o strace fldigi 1>stdout 2>stderr
```
It's best to run this in a fresh directory, as it will create a 'strace.<pid>' file for each process forked by fldigi. It will also collect the stdout and stderr output from fldigi.
If you could share the generated strace files, they might provide clues about the cause of the issue.
73,
Neil N1HAN
On Wed, Feb 12, 2025 at 5:38?PM John Kosobucki, N0QJA via <kosobucki.john=[email protected]> wrote:
I have an Asus I5 laptop that I? set a second account up on to use Fldigi and WFVIEW together.? ?
?
I have created the profile twice.?
?
The first profile has Fldigi on it as well as WFVIEW.? I was setting them up to use with another radio.? The first one works fine.?
?
WFVIEW works fine on the second account as do other programs that are installed.?
?
If i start Fldigi from the desktop, the menu, or in the terminal ot crashes with a segment fault. This happens with or without WFVIEW running as I? am doing a virtual audio cable between the two.?