From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from va-2-38.ptr.blmpb.com (va-2-38.ptr.blmpb.com [209.127.231.38]) by sourceware.org (Postfix) with ESMTPS id 7122D3858D20 for ; Thu, 18 Apr 2024 03:17:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 7122D3858D20 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=oss.cipunited.com Authentication-Results: sourceware.org; spf=none smtp.mailfrom=oss.cipunited.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 7122D3858D20 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=209.127.231.38 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1713410233; cv=none; b=RZttFJrY7Pi+/CEOGpTf6ucFSr40O75eYGINOXeyelZySE2CgliKR5GdAapND578MUkstPz0WJkFbUHBn27NDn1H2b7PUpQQmOdJG5nYungVAD0TTIXVIep6SMLTO7151E/p/omOtOc68EQMXYBXnbOkVs+XpCeJn8gI8cHocow= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1713410233; c=relaxed/simple; bh=XwSsJURLksdWcqJ2QGU/0HoWpkraalr6oFVtSki2xqM=; h=DKIM-Signature:Subject:To:Mime-Version:From:Date:Message-Id; b=ibsOsn0Ec2YszuAtqsjI6SL8Fx3M4zaHZ9x9t7fUm6F5kKcQVLfRw5xYWbffBYu92oqS/XT+KTGzZGvZcFQKrQgOqqJrF758RSw9/PUxD9JG/mWj+8/1T9RPL9KxNuOsrczzejDuqbpUib0HqnkcK8Ic3nb1ieDCUaeEhVagW2A= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=feishu2303200042; d=oss.cipunited.com; t=1713410225; h=from:subject:mime-version:from:date:message-id:subject:to:cc: reply-to:content-type:mime-version:in-reply-to:message-id; bh=XwSsJURLksdWcqJ2QGU/0HoWpkraalr6oFVtSki2xqM=; b=bH44V1gU09jnAGikzjShw0SnVhtzGPDr5OmlJjlNPErdt801egAcO4gQz9x5/4Dp4v8YLj Ge4zJVxzkB4s6HmfMTPe/lWj4FoNhxkv+xw4lcmoEj7c5v2nLSWQqpLuvxthz3IQ8s3nLa Hr2H2yNPdewXWYpo3nZKryHzWH1cRrmxLQWmjWVGJQpC2QIL1gUpOru2UcZciJwJfGgnBc iiav7ipXNgevSLXk796kAdvHYrJu9Y7H7ywl5DVuVYO7FBGhhWxiULYJa1srEqWbYSHOPk hXirihhzpN2x6rVuwuaVyWxYyucROdrfI7QP8VvA6KnuuYyDjyta7mtZgDBqTw== X-Lms-Return-Path: Cc: Subject: Re: [PATCH v3 5/6] stack: Fix stack unwind failure on mips Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=UTF-8 X-Original-From: Ying Huang Content-Language: en-US In-Reply-To: <20240405100154.GE1292@gnu.wildebeest.org> To: "Mark Wielaard" Mime-Version: 1.0 From: "Ying Huang" Date: Thu, 18 Apr 2024 11:17:03 +0800 Message-Id: References: <20240305095122.889077-6-ying.huang@oss.cipunited.com> <20240405100154.GE1292@gnu.wildebeest.org> Received: from [192.168.8.113] ([1.192.17.79]) by smtp.feishu.cn with ESMTPS; Thu, 18 Apr 2024 11:17:04 +0800 User-Agent: Mozilla Thunderbird X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_00,DKIM_INVALID,DKIM_SIGNED,KAM_DMARC_STATUS,MSGID_FROM_MTA_HEADER,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Mark, > It would be helpful to see if you could come up with a testcase > similar to the ones in tests/run-backtrace-core-.sh with > tests/tests/backtrace..{exec,core}.bz2 so it can be tested from > a non-MIPS setup (as opposed to the tests/run-backtrace-native.sh and > tests/run-backtrace-native-core.sh tests). > > Thanks, > > Mark I am glad to add a testcase and could you help review other patches? Thanks, Ying