From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd2a.google.com (mail-io1-xd2a.google.com [IPv6:2607:f8b0:4864:20::d2a]) by sourceware.org (Postfix) with ESMTPS id 7B75D3858D32 for ; Tue, 23 Aug 2022 07:42:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7B75D3858D32 Received: by mail-io1-xd2a.google.com with SMTP id y187so10289136iof.0 for ; Tue, 23 Aug 2022 00:42:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc; bh=TPH7BLgIRXmyy4o1iUQn1pw1f5SlRrjCbJ59iHj4Ajw=; b=vOJcJ5O7iGFejSE91gaQdXwUEnkaupkQiIMnWk81ArflsWMVYf0tDtUQi7E9g0MHBy CaSLB8T+BVHuUrtnl44WR3sF57Um0n/mMC7GNeP5hvf4wRoY6zJ/6LIVYtliTkCOQO3I Ipo8dsiFEBs8jPI7Nxmjg12/jxrYVEuLMhl5NsdF+L7v1MCbLb3f9CCuqE2J2i+vG3C2 qRLlwa4joLpxmYwMFoQBFlAttarkDwiELDBgeYET8ySuR3JKlAE4wiNk+XPakmd/pyhj 3hirCstNPjewlzlJiyUGBFBOXqVQsjZCDZWCN2D/jV6RDYesY++6o4XlPSn+84iRLHOQ M9hQ== X-Gm-Message-State: ACgBeo0dcBrIU96Yl1QAJo+SUToQA7f5fKqarevjc6CROM8vFgEAOZ2w Cq+TR73DtLIZH66Ae7mtM0hdhqZEcSyFzqo45lgXGXwu+vA= X-Google-Smtp-Source: AA6agR4KSDprF4XgaQoEBQimfda3d71ofquiVERqNO1IVTHDPFN/qKiqLv95q+gbp5sAgYbatPTiFVfpyBvxErKytSM= X-Received: by 2002:a05:6638:2401:b0:346:e751:6839 with SMTP id z1-20020a056638240100b00346e7516839mr10886168jat.185.1661240558476; Tue, 23 Aug 2022 00:42:38 -0700 (PDT) MIME-Version: 1.0 From: Ariel Burbaickij Date: Tue, 23 Aug 2022 09:42:27 +0200 Message-ID: Subject: account needed for gdb bug report To: overseers@sourceware.org X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: overseers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Overseers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2022 07:42:41 -0000 Hello sourceware overseers, I encountered following gdb internal bug/crash: 1048 void* __place = _Raw_bytes_alloc(__alloc).allocate(__size); (gdb) s __gnu_cxx::new_allocator::allocate (__n=85, this=) at /usr/src/debug/gcc-11.3.0-1/x86_64-pc-cygwin/libstdc++-v3/include/ext/new_allocator.h:103 103 allocate(size_type __n, const void* = static_cast(0)) (gdb) s __wrap__Znwm (sz=85) at /usr/src/debug/cygwin-3.3.5-1/winsup/cygwin/libstdcxx_wrapper.cc:55 55 return (*user_data->cxx_malloc->oper_new) (sz); (gdb) s /cygdrive/d/a/scallywag/gdb/gdb-12.1-1.x86_64/src/gdb-12.1/gdb/infrun.c:2553: internal-error: resume_1: Assertion `pc_in_thread_step_range (pc, tp)' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. ----- Backtrace ----- --------------------- /cygdrive/d/a/scallywag/gdb/gdb-12.1-1.x86_64/src/gdb-12.1/gdb/infrun.c:2553: internal-error: resume_1: Assertion `pc_in_thread_step_range (pc, tp)' failed. while debugging application under Cygwin. Cygwin's gdb maintainer Jon Turney currently does not have any time to look into it and asked me to open bug report with you directly for which I need an account which cannot be created in self-service mode. Could you, please, open an account for me ? Kind Regards Ariel Burbaickij