Bug 1878386 - Command tab completion causes SIGABRT
Summary: Command tab completion causes SIGABRT
Keywords:
Status: CLOSED DUPLICATE of bug 1871971
Alias: None
Product: Fedora
Classification: Fedora
Component: fish
Version: 33
Hardware: x86_64
OS: Unspecified
unspecified
low
Target Milestone: ---
Assignee: Andy Lutomirski
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-09-12 17:37 UTC by Gaban
Modified: 2020-09-16 12:10 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-09-16 12:10:34 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
sha command completion causing SIGABRT (41.44 KB, image/png)
2020-09-12 17:37 UTC, Gaban
no flags Details

Description Gaban 2020-09-12 17:37:11 UTC
Created attachment 1714646 [details]
sha command completion causing SIGABRT

Description of problem:
When trying to complete a command name with tab (with only one argument), fish causes SIGABRT. This isn't happening in fish 3.1.2 on fedora 32.

Version-Release number of selected component (if applicable):
3.1.2

Steps to Reproduce:
1. type sha and press tab

Comment 1 Geraldo Simião 2020-09-13 01:32:33 UTC
Same problem for me, error message when trying to autocomplete a command in fish:

Processo 10845, 'apropos' from job 1, 'apropos $argv 2>/dev/null | awk…' terminado pelo sinal SIGABRT (Abortado)


gdb output:
[Thread 0x7fffea47e640 (LWP 9912) exited]
--Type <RET> for more, q to quit, c to continue without paging--ret
Thread 1 "fish" received signal SIGINT, Interrupt.
0x00007ffff7ac719b in select () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ffff7ac719b in select () from /lib64/libc.so.6
#1  0x000055555560916c in input_event_queue_t::readb() ()
#2  0x00005555556095ce in input_event_queue_t::readch() ()
#3  0x00005555555ff723 in inputter_t::readch(bool) ()
#4  0x00005555556305ee in reader_data_t::read_normal_chars(readline_loop_state_t&) ()
#5  0x0000555555634635 in reader_data_t::readline[abi:cxx11](int) ()
#6  0x000055555563658b in reader_read(parser_t&, int, io_chain_t const&) ()
#7  0x000055555558295d in main ()
(gdb) 

Package info:
Name         : fish
Version      : 3.1.2
Lançamento   : 5.fc33
Architecture : x86_64
Size         : 13 M
Origem       : fish-3.1.2-5.fc33.src.rpm
Repository   : @System
A partir do  : updates-testing

system info:
F33 KDE on Acer Intel Core i7-3632QM Kernel: 5.8.8-300.fc33.x86_64 x86_64 Plasma: 5.19.5 / kde frameworks 5.73.0 / Qt 5.14.2

Comment 2 Stephen Gallagher 2020-09-16 12:10:34 UTC

*** This bug has been marked as a duplicate of bug 1871971 ***


Note You need to log in before you can comment on or make changes to this bug.