From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 60CE03858D32; Sat, 1 Apr 2023 18:11:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 60CE03858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1680372688; bh=tmJSV5UI6ilELOxhmnaM6yUfCPjaVU/hK+LRGkUMlZ0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=i7EyiXXxMY8DiUerMbiX3G1O55Br052SyTRXdzglk0tQujJGWDp5EDXl06yBnLiQP Z5iuNcliLJyGtYw8SX/+yKg4eQjPE1WQjJHJiImU+/jraW4tW3codT5moSOedXLdBT oU+dYx1kyguNEmNaB2bsGcaQ5QtmZgiysHBWINRw= From: "pastas at learn4good dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/30207] GDB crashes on processing Apache2 crash dump Date: Sat, 01 Apr 2023 18:11:26 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: 12.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pastas at learn4good 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: Message-ID: In-Reply-To: References: 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=3D30207 --- Comment #6 from Erlandas --- I have finally got a possibly reproducible case where I still have a core d= ump which I was trying to debug and it in turn made GDB crash itself. This time= it is not Apache, but ManticoreSearch Core Dump. The commands used on Ubuntu 22: cd /var/crash;mkdir searchd;apport-unpack _usr_bin_searchd.1003.crash searchd;cd searchd;gdb /usr/bin/searchd CoreDump Then: set pagination off set logging on info threads thread apply all bt bt full info locals detach Where it crashed on INFO LOCALS or DETACH. searchd process core file is abo= ut 500 Kb, GDB core dump is 50Mb. Tried processing GDB own coredump and on DETACH it crashed again. Processing core dump did not show any symbols of its own WHere /how do I provide both core dumps for someone to examine them? --=20 You are receiving this mail because: You are on the CC list for the bug.=