Hello,
Commit 37f8a4cc05e3e99f0219ed2765ed242e63464857 makes psppire do a stack
overflow opening itself.
I can't figure out the issue, but seems like "default_output_path" is being
called to many times.
To try to debug, I've put this on its code:
static int count = 0;
printf("%d\n",count++);
This prints the numbers 0 to 65252 before psppire crashes. I guess this is
to many execution
of a function.
Any ideas?
Michel
_______________________________________________
Pspp-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-users