[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNU PSPP 0.6.2pre3 now available
From: |
michel |
Subject: |
Re: GNU PSPP 0.6.2pre3 now available |
Date: |
Fri, 03 Jul 2009 21:18:58 -0300 |
User-agent: |
RoundCube Webmail/0.2 |
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