poke-devel
[Top][All Lists]
Advanced

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

[Bug default/26398] New: Broken poke on Arch Linux


From: m.nabipoor at yahoo dot com
Subject: [Bug default/26398] New: Broken poke on Arch Linux
Date: Mon, 17 Aug 2020 02:59:10 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=26398

            Bug ID: 26398
           Summary: Broken poke on Arch Linux
           Product: poke
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: default
          Assignee: unassigned at sourceware dot org
          Reporter: m.nabipoor at yahoo dot com
                CC: poke-devel at gnu dot org
  Target Milestone: ---

Created attachment 12775
  --> https://sourceware.org/bugzilla/attachment.cgi?id=12775&action=edit
Compilation script and outputs

Hi,

poke compiles successfully in Arch Linux and all tests pass. But the poke
editor has a number of bugs.

I wrote a script (`compile.sh`) to automate the whole process of compiling
(from `git clone` to `make check`). The output of this script is also attached
as `compile-stdouterr.txt`. You can find `uname -rvm` and list of installed
packages there.


After running the poke using `./run poke` in build directory, I've encountered
the following bugs:

=== Issue 1

(poke) .load ../pickles/bmp.pk
../pickles/bmp.pk:88:33: error: referred field doesn't exist in struct
                  ? info_header.num_colors() : 0)] color_table;
                                ^~~~~~~~~~

=== Issue 2

(poke) .load ../pickles/btf.pk
../pickles/btf.pk:141:39: error: referred field not in this struct
           defvar last_param = params[info.vlen - 1];
                                      ^~~~

=== Issue 3

(poke) .load ../pickles/ctf.pk
lt-poke: ../../libpoke/pkl-anal.c:132: pkl_anal1_pr_type_struct: Assertion
`PKL_ANAL_PAYLOAD->next_context < PKL_ANAL_MAX_CONTEXT_NEST' failed.
Aborted (core dumped)


You can see the result of `thread apply all bt` in gdb (opend using
`coredumpctl gdb`) in `issue-3.bt.txt`.


And I guess that errors in `pickles/future/` directory are not important.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

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