[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PSPP-BUG: psppire crashes importing large text file
From: |
Ben Pfaff |
Subject: |
Re: PSPP-BUG: psppire crashes importing large text file |
Date: |
Fri, 25 Apr 2008 10:43:57 -0700 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
John Darrington <address@hidden> writes:
> My guess is that on_query_output_tooltip is getting called after its
> data (the struct import_assistant) has been destroyed. So if I'm
> right, then we either need to set ia to NULL and test for this in the
> callback, or disconnect the callback before the data is destroyed.
This was my own tentative diagnosis, too, months ago when I
encountered it. I was never able to reproduce it under valgrind,
though, so I concluded that it was somehow timing sensitive.
I didn't get a chance to look at this last night (I ended up
holding a baby for 2 1/2 to keep it from crying, which leaves one
short of hands for typing). I'll try again tonight.
--
"Term, holidays, term, holidays, till we leave school,
and then work, work, work till we die."
C. S. Lewis
- PSPP-BUG: psppire crashes importing large text file, Jason Stover, 2008/04/23
- Re: PSPP-BUG: psppire crashes importing large text file, John Darrington, 2008/04/23
- Re: PSPP-BUG: psppire crashes importing large text file, Jason Stover, 2008/04/23
- Re: PSPP-BUG: psppire crashes importing large text file, Jason Stover, 2008/04/24
- Re: PSPP-BUG: psppire crashes importing large text file, Jason Stover, 2008/04/24
- Re: PSPP-BUG: psppire crashes importing large text file, Ben Pfaff, 2008/04/24
- Re: PSPP-BUG: psppire crashes importing large text file, John Darrington, 2008/04/24
- Re: PSPP-BUG: psppire crashes importing large text file, Jason Stover, 2008/04/24
- Re: PSPP-BUG: psppire crashes importing large text file, John Darrington, 2008/04/25
- Re: PSPP-BUG: psppire crashes importing large text file,
Ben Pfaff <=