From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 95C103857C74; Tue, 6 Feb 2024 21:23:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 95C103857C74 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707254605; bh=ws2HOPNCjUR8kRQXLlNhX9Ms2IGsLtpT9oJ/9xpZVbA=; h=From:To:Subject:Date:From; b=fCUOi1ABcJwxLnnF5PDMlY1TZ7pLlOXWnH29JiB7uGnXluMBA1QvKO7WEk5sx7xBn Z3rVWORNRMIwLXiDh6fNnH+hYa46kQ41IXt7eOvE6SW4Gqdn1q4da8PQU9JZPiw5MV yq3OWl+6Y1O3o828CabArAV3Vb+B9KS1tf3pxj7k= From: "abdallah93.as at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/31348] New: Launching the floor() and the ceil() functions under the print command breaks the software Date: Tue, 06 Feb 2024 21:23:23 +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: 12.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: abdallah93.as at gmail 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=3D31348 Bug ID: 31348 Summary: Launching the floor() and the ceil() functions under the print command breaks the software Product: gdb Version: 12.1 Status: UNCONFIRMED Severity: critical Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: abdallah93.as at gmail dot com Target Milestone: --- The prompt is shown in interactive mode in which I type "p floor(3.1)" when= I am debugging a C binary compiled with the -g flag //////////////////////////////////////////////////////////// (gdb) p floor(3.1) Fatal signal: Segmentation fault ----- Backtrace ----- 0x55c6174f0077 ??? 0x55c6175f2859 ??? 0x55c6175f2a22 ??? 0x7f7654c4251f ??? ./signal/../sysdeps/unix/sysv/linux/x86_64/libc_sigaction.c:0 0x55c6174a0020 ??? 0x55c617647637 ??? 0x55c6175f024a ??? 0x55c6175ec827 ??? 0x55c61770f79f ??? 0x55c61770fcef ??? 0x55c617525654 ??? 0x55c61781b394 ??? 0x55c6175f39a4 ??? 0x55c6175f3d43 ??? 0x55c6175f44c6 ??? 0x7f7656004e0d ??? 0x55c6175f2a95 ??? 0x55c6175f4374 ??? 0x55c6175f268b ??? 0x55c6179a4815 ??? 0x55c6179a4caa ??? 0x55c6176b036c ??? 0x55c6176b2054 ??? 0x55c61744815f ??? 0x7f7654c29d8f __libc_start_call_main ../sysdeps/nptl/libc_start_call_main.h:58 0x7f7654c29e3f __libc_start_main_impl ../csu/libc-start.c:392 0x55c61744dbf4 ??? 0xffffffffffffffff ??? --------------------- A fatal error internal to GDB has been detected, further debugging is not possible. GDB will now terminate. This is a bug, please report it. For instructions, see: . Segmentation fault (core dumped) //////////////////////////////////////////////////////// --=20 You are receiving this mail because: You are on the CC list for the bug.=