macro hangs when run multiple times
Brought to you by:
tringali
Am using 5.6.1 on rhel6 (x86). When I run a macro that invokes a shell_command, it returns a string of text to the macro which gets presented to the user in a Dialog function. This works 1st time but when run a subsequent time, it hangs the nedit session. Have to kill it and restart. Is this a known issue?
Issue was caused by the application code sending signals to the nedit process when it was not expecting it. caused it to segfault.