[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New Branch
From: |
Harry Thijssen |
Subject: |
Re: New Branch |
Date: |
Sun, 15 Aug 2010 10:13:46 +0200 |
Yes, this patch solves this issue.
Have fun
2010/8/15 John Darrington <address@hidden>:
> 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
> address@hidden
> 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.
>
>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (GNU/Linux)
>
> iD8DBQFMZ5w3imdxnC3oJ7MRAkYrAJ4odaD3IAJoRjfCldNMrf6yuA40cQCeNgOl
> onB482CGvkiJzsWPV/4VL2Q=
> =x6kV
> -----END PGP SIGNATURE-----
>
>
- Re: New Branch, (continued)
- Re: New Branch, Ben Pfaff, 2010/08/14
- Re: New Branch, Harry Thijssen, 2010/08/14
- Re: New Branch, Harry Thijssen, 2010/08/14
- Re: New Branch, Ben Pfaff, 2010/08/14
- Re: New Branch, Harry Thijssen, 2010/08/14
- Re: New Branch, Ben Pfaff, 2010/08/14
- Re: New Branch, Harry Thijssen, 2010/08/15
- Re: New Branch, Harry Thijssen, 2010/08/16
- Re: New Branch, John Darrington, 2010/08/17
- Re: New Branch, John Darrington, 2010/08/15
- Re: New Branch,
Harry Thijssen <=
Re: New Branch, Harry Thijssen, 2010/08/18