From: "Mathieu Dubois-Briand" <mathieu.dubois-briand@bootlin.com>
To: <yocto-patches@lists.yoctoproject.org>
Cc: <thomas.petazzoni@bootlin.com>
Subject: Re: [yocto-patches] [PATCH] qemurunner: Fix stack trace generation in exception handler
Date: Fri, 06 Dec 2024 17:46:05 +0100 [thread overview]
Message-ID: <D64RQ8AMASZD.2U075T85OMJMB@bootlin.com> (raw)
In-Reply-To: <180EA422A041EE15.19074@lists.yoctoproject.org>
On Fri Dec 6, 2024 at 5:42 PM CET, Mathieu Dubois-Briand via lists.yoctoproject.org wrote:
> Qemurunner exception handling code currently formats the stack trace
> using traceback.format_exception(), with parameters introduced in python
> 3.10. This will fail on platforms with an older python version.
>
> Change this to the old parameter order, still supported in current
> python versions.
>
> https://docs.python.org/3/library/traceback.html#traceback.format_exception
>
> Fixes [YOCTO #15675]
>
> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
> ---
Sorry, sent to the wrong list...
--
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
parent reply other threads:[~2024-12-06 16:46 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <180EA422A041EE15.19074@lists.yoctoproject.org>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=D64RQ8AMASZD.2U075T85OMJMB@bootlin.com \
--to=mathieu.dubois-briand@bootlin.com \
--cc=thomas.petazzoni@bootlin.com \
--cc=yocto-patches@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.