From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8EF1D3858288; Thu, 30 Jan 2025 01:13:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8EF1D3858288 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1738199619; bh=pV3hMEywzWVk6w4nUMoPngXkpgXxW8sFqv8Us0DxnsE=; h=From:To:Subject:Date:From; b=KdRQ+GEs7dY88IVv2yJ51EU25XdkU+vfCylckeSeOx+7A8wgFb0LsKxqBuZBcc+Gi 2zFGbj/jev4MJNZaOqFXEZJ8l+rnaM/tcHYzqHY4Cs+0FEh1RqDKQM41g/3j1WmFbe 0zfbzhw0AyXQswK8RUbH1/0U0mEgP2NeFRwEtLIc= From: "wuzy01 at qq dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/32618] New: internal-error: gdb_display_match_list: Assertion `len <= max_completions' failed. Date: Thu, 30 Jan 2025 01:13:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: 15.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: wuzy01 at qq dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D32618 Bug ID: 32618 Summary: internal-error: gdb_display_match_list: Assertion `len <=3D max_completions' failed. Product: gdb Version: 15.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: wuzy01 at qq dot com Target Milestone: --- https://github.com/davidhalter/jedi/issues/2046 ```python $ gdb -ex python-interactive >>> from jedi.utils import setup_readline >>> setup_readline() >>> import ../../gdb/completer.c:2919: internal-error: gdb_display_match_list: Asserti= on `len <=3D max_completions' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. ----- Backtrace ----- 0x569b52 _Z22gdb_internal_backtracev 0xa5dc54 _ZL17internal_vproblemP16internal_problemPKciS2_P13__va_list_tag 0xa5e03a _Z15internal_verrorPKciS0_P13__va_list_tag 0xfbbdce _Z18internal_error_locPKciS0_z 0x5d570e _Z22gdb_display_match_listPPciiPK20match_list_displayer 0x59878f _Z22cli_display_match_listPPcii 0x7fee16269f2d rl_complete_internal 0x7fee1625e447 _rl_dispatch_subseq 0x7fee1625eb1a readline_internal_char 0x7fee1627db24 rl_callback_read_char 0x7fee127ec94c call_readline 0x7fee1595b08d PyOS_Readline 0x7fee1595b399 tok_nextc 0x7fee1595ca97 tok_get_normal_mode 0x7fee15b8af54 _PyPegen_fill_token 0x7fee15c00097 _PyPegen_parse 0x7fee1595ed1b _PyPegen_run_parser 0x7fee15a2c653 _PyPegen_run_parser_from_file_pointer 0x7fee15ba5669 PyRun_InteractiveOneObjectEx 0x7fee15c18925 _PyRun_InteractiveLoopObject 0x7fee15c18d8e PyRun_InteractiveLoopFlags 0x8aae03 _ZL26python_interactive_commandPKci 0x5a3d7c _Z8cmd_funcP16cmd_list_elementPKci 0xa16a2f _Z15execute_commandPKci 0x7a1ae7 _ZL20catch_command_errorsPFvPKciES0_ib 0x7a1bc4 _ZL15execute_cmdargsPKSt6vectorI6cmdargSaIS0_EE11cmdarg_kindS5_Pi 0x7a4155 _ZL15captured_main_1P18captured_main_args 0x7a4e9a _Z8gdb_mainP18captured_main_args 0x466cf5 main --------------------- This is a bug, please report it. For instructions, see: . ``` --=20 You are receiving this mail because: You are on the CC list for the bug.=