This is indeed a bug. In the file src/ui/gui/psppire-syntax-window.c line 117 change:
new_paths = g_realloc (new_paths, (n + 1) * sizeof (*new_paths));
to read
new_paths = g_realloc (new_paths, (n + 2) * sizeof (*new_paths));
I think it should fix your problem.
J'
On Sat, Aug 14, 2010 at 11:10:23PM +0200, Harry Thijssen wrote:
Hi
I did, but within valgrind psppire doesn't abort. Is there any
usefull information I can provide?
Have fun
2010/8/14 Ben Pfaff <>:
> Harry Thijssen <l> writes:
>
>> I forgot the error:
>
> Harry, would you mind installing valgrind and running psppire
> under it? ?It may help to better pin down the problem. ?You
> should also set G_SLICE=always-malloc G_DEBUG=gc-friendly in the
> environment.
> --
> Ben Pfaff
> http://benpfaff.org
>
_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev
--
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu or any PGP keyserver for public key.
signature.asc
Description: Digital signature
_______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
