[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: |
Jason Stover |
Subject: |
Re: PSPP-BUG: psppire crashes importing large text file |
Date: |
Thu, 24 Apr 2008 16:57:28 -0400 |
User-agent: |
Mutt/1.5.10i |
On Wed, Apr 23, 2008 at 11:34:16PM -0400, Jason Stover wrote:
> On Thu, Apr 24, 2008 at 08:40:22AM +0800, John Darrington wrote:
> > I couldn't reproduce this.
>
> Neither could I on my puny laptop. I must have something wrong with
> my other machine. I'll have to check it later.
>
> I loaded the file, recoded the 'year' variable into a string variable
> with three values, split on that variable, and ran DESCRIPTIVES
> on temp. It worked without a problem.
...and still crashes on the desktop, right after pressing the final 'Apply'
button.
Here is a backtrace from the segfault:
Program received signal SIGSEGV, Segmentation fault.
0x0808c3d7 in parse_field (ia=0xbfbdba08, row=<value optimized out>, column=5,
outputp=0x0, tooltipp=0xbfbdc528)
at src/ui/gui/text-data-import-dialog.c:1690
1690 field = ia->separators.columns[column].contents[row];
(gdb) bt
#0 0x0808c3d7 in parse_field (ia=0xbfbdba08, row=<value optimized out>,
column=5, outputp=0x0,
tooltipp=0xbfbdc528) at src/ui/gui/text-data-import-dialog.c:1690
#1 0x0808c8e6 in on_query_output_tooltip (widget=0x8445db0, wx=428, wy=57,
keyboard_mode=0, tooltip=0x8429d48,
ia=0xbfbdba08) at src/ui/gui/text-data-import-dialog.c:1782
#2 0xb7d88106 in _gtk_marshal_BOOLEAN__INT_INT_BOOLEAN_OBJECT
(closure=0x85c2b18, return_value=0xbfbdc6c0,
n_param_values=5, param_values=0xbfbdc7ac, invocation_hint=0xbfbdc6ac,
marshal_data=0x808c8a0)
at gtkmarshalers.c:835
#3 0xb79a2e5c in IA__g_closure_invoke (closure=0x85c2b18,
return_value=0xbfbdc6c0, n_param_values=5,
param_values=0xbfbdc7ac, invocation_hint=0xbfbdc6ac) at gclosure.c:490
#4 0xb79b37fa in signal_emit_unlocked_R (node=0x81be3c8, detail=0,
instance=0x8445db0,
emission_return=0xbfbdc96c, instance_and_params=0xbfbdc7ac) at
gsignal.c:2440
#5 0xb79b4ac2 in IA__g_signal_emit_valist (instance=0x8445db0, signal_id=69,
detail=0,
var_args=0xbfbdca08 "4
patch=1, self=0x81c81a8)
at gmain.c:2694
#13 0xb7907918 in IA__g_main_loop_run (loop=0x840b708) at gmain.c:2898
#14 0xb7d83ba9 in IA__gtk_main () at gtkmain.c:1163
#15 0x08076584 in run_inner_loop (data=0x81c1848) at src/ui/gui/main.c:82
#16 0xb7d83d0a in IA__gtk_main () at gtkmain.c:2233
#17 0x08076523 in main (argc=136012152, argv=0x1) at src/ui/gui/main.c:131
- 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 <=
- 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, 2008/04/25