Re: [OE-core] [PATCH 3/3] testimage.bbclass: capture RuntimeError too

2025-01-28 Thread Mikko Rapeli via lists.openembedded.org
Hi, On Tue, Jan 28, 2025 at 03:10:34PM +, Richard Purdie wrote: > On Tue, 2025-01-28 at 16:37 +0200, Mikko Rapeli wrote: > > On Tue, Jan 28, 2025 at 01:49:00PM +, Richard Purdie wrote: > > > On Tue, 2025-01-28 at 13:04 +, Richard Purdie via > > > lists.openembedded.org wrote: > > > >

Re: [OE-core] [PATCH 3/3] testimage.bbclass: capture RuntimeError too

2025-01-28 Thread Richard Purdie via lists.openembedded.org
On Tue, 2025-01-28 at 16:37 +0200, Mikko Rapeli wrote: > On Tue, Jan 28, 2025 at 01:49:00PM +, Richard Purdie wrote: > > On Tue, 2025-01-28 at 13:04 +, Richard Purdie via > > lists.openembedded.org wrote: > > > > > > Sorry for the delay in looking at this patch. I'm a bit worried about > >

Re: [OE-core] [PATCH 3/3] testimage.bbclass: capture RuntimeError too

2025-01-28 Thread Mikko Rapeli via lists.openembedded.org
Hi, On Tue, Jan 28, 2025 at 01:49:00PM +, Richard Purdie wrote: > On Tue, 2025-01-28 at 13:04 +, Richard Purdie via > lists.openembedded.org wrote: > > On Mon, 2024-11-18 at 10:00 +0200, Mikko Rapeli wrote: > > > On Tue, Nov 12, 2024 at 11:25:51AM +, Richard Purdie wrote: > > > > On Mo

Re: [OE-core] [PATCH 3/3] testimage.bbclass: capture RuntimeError too

2025-01-28 Thread Richard Purdie via lists.openembedded.org
On Tue, 2025-01-28 at 13:04 +, Richard Purdie via lists.openembedded.org wrote: > On Mon, 2024-11-18 at 10:00 +0200, Mikko Rapeli wrote: > > On Tue, Nov 12, 2024 at 11:25:51AM +, Richard Purdie wrote: > > > On Mon, 2024-11-11 at 13:16 +, Mikko Rapeli via > > > lists.openembedded.org wro

Re: [OE-core] [PATCH 3/3] testimage.bbclass: capture RuntimeError too

2025-01-28 Thread Richard Purdie via lists.openembedded.org
On Mon, 2024-11-18 at 10:00 +0200, Mikko Rapeli wrote: > On Tue, Nov 12, 2024 at 11:25:51AM +, Richard Purdie wrote: > > On Mon, 2024-11-11 at 13:16 +, Mikko Rapeli via lists.openembedded.org > > wrote: > > > runqemu can fail with RuntimeError exception. Non-cought exception > > > causes c

Re: [OE-core] [PATCH 3/3] testimage.bbclass: capture RuntimeError too

2024-11-18 Thread Mikko Rapeli via lists.openembedded.org
Hi, On Tue, Nov 12, 2024 at 11:25:51AM +, Richard Purdie wrote: > On Mon, 2024-11-11 at 13:16 +, Mikko Rapeli via lists.openembedded.org > wrote: > > runqemu can fail with RuntimeError exception. Non-cought exception > > causes cooker process leaks which bind to successive bitbake command

Re: [OE-core] [PATCH 3/3] testimage.bbclass: capture RuntimeError too

2024-11-12 Thread Richard Purdie via lists.openembedded.org
On Mon, 2024-11-11 at 13:16 +, Mikko Rapeli via lists.openembedded.org wrote: > runqemu can fail with RuntimeError exception. Non-cought exception > causes cooker process leaks which bind to successive bitbake command > line calls and that can cause really odd errors to users, e.g. when > buil

[OE-core] [PATCH 3/3] testimage.bbclass: capture RuntimeError too

2024-11-11 Thread Mikko Rapeli via lists.openembedded.org
runqemu can fail with RuntimeError exception. Non-cought exception causes cooker process leaks which bind to successive bitbake command line calls and that can cause really odd errors to users, e.g. when build/tmp is wiped and cooker processes expect files to be there. Signed-off-by: Mikko Rapeli