bug-gnu-pspp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PSPP-BUG: CTABLES lethal combination of suppressing and opposing lab


From: Ben Pfaff
Subject: Re: PSPP-BUG: CTABLES lethal combination of suppressing and opposing labels
Date: Sat, 24 Feb 2024 10:58:25 -0800

I fixed this.

It's difficult to figure out what the output should be here. There needs
to be one row to put the data in, but showing no variable label at all
means that there isn't an obvious place to put it. So I made the code
just treat DISPLAY=NONE as DISPLAY=NAME for the variable label.
I could have it do something else if you have a suggestion.

Here's the new output for this input:


     Custom Tables
╭────┬─────┬─────┬─────╮
│    │ 2020│ 2021│ 2023│
│    ├─────┼─────┼─────┤
│    │Count│Count│Count│
├────┼─────┼─────┼─────┤
│year│    3│    1│    1│
╰────┴─────┴─────┴─────╯

Thanks again for the report!

On Sat, Feb 17, 2024 at 8:56 AM Ben Pfaff <blp@cs.stanford.edu> wrote:
>
> Thanks for the report! That should be fixable.
>
> On Sat, Feb 17, 2024, 3:11 AM Frans Houweling via Bug-gnu-pspp 
> <bug-gnu-pspp@gnu.org> wrote:
>>
>>
>>  > pspp issue.sps
>> pspp: src/output/pivot-table.c:1551: pivot_table_put: Assertion
>> `dindexes[i] < table->dimensions[i]->n_leaves' failed.
>> ******************************************************
>> You have discovered a bug in PSPP.  Please report this
>> to bug-gnu-pspp@gnu.org.  Please include this entire
>> message, *plus* several lines of output just above it.
>> For the best chance at having the bug fixed, also
>> include the syntax file that triggered it and a sample
>> of any data file used for input.
>> proximate cause:     Assertion Failure/Abort
>> version:             GNU pspp 2.0.0-g523775
>> host_system:         x86_64-pc-linux-gnu
>> build_system:        x86_64-pc-linux-gnu
>> locale_dir:          /usr/local/share/locale
>> compiler version:    11.2.0
>> ******************************************************
>> Aborted
>>  >
>> _______________________________________________
>> Bug-gnu-pspp mailing list
>> Bug-gnu-pspp@gnu.org
>> https://lists.gnu.org/mailman/listinfo/bug-gnu-pspp



reply via email to

[Prev in Thread] Current Thread [Next in Thread]