Re: [OE-core] [master] riscv: libcamera stack smashing detected

2024-03-23 Thread Khem Raj
Glad it worked! On Sat, Mar 23, 2024 at 8:14 AM Joel Winarske wrote: > > The patch is good! > > visionfive2:~$ cam -l > [0:04:03.111334926] [405] WARN IPAManager ipa_manager.cpp:154 No IPA found > in '/usr/lib/libcamera' > [0:04:03.111423176] [405] INFO Camera camera_manager.cpp:284 libcamera

Re: [OE-core] [master] riscv: libcamera stack smashing detected

2024-03-23 Thread Joel Winarske
The patch is good! visionfive2:~$ cam -l [0:04:03.111334926] [405] WARN IPAManager ipa_manager.cpp:154 No IPA found in '/usr/lib/libcamera' [0:04:03.111423176] [405] INFO Camera camera_manager.cpp:284 libcamera v0.2.0+dirty (2024-03-23T15:11:32+00:00) Available cameras: visionfive2:~$ On Fri,

Re: [OE-core] [master] riscv: libcamera stack smashing detected

2024-03-23 Thread Khem Raj
Joel, please test the patch I posted to oe ml which should hopefully fix the problem you are seeing on rv64 Let me know if it is working or not working for your use case. https://lore.kernel.org/openembedded-devel/20240323065503.4149463-1-raj.k...@gmail.com/T/#u On Thu, Mar 21, 2024 at 3:15 PM

Re: [OE-core] [master] riscv: libcamera stack smashing detected

2024-03-21 Thread Khem Raj
yes I am aware of it. On Thu, Mar 21, 2024 at 3:08 PM Alexandre Belloni wrote: > > Hello, > > This report should have gone to the openembedded-devel mailing list as > libcamera is in meta-oe. But I guess Khem will have a look anyway. > > > On 20/03/2024 09:10:05-0700, Joel Winarske wrote: > > In

Re: [OE-core] [master] riscv: libcamera stack smashing detected

2024-03-21 Thread Alexandre Belloni via lists.openembedded.org
Hello, This report should have gone to the openembedded-devel mailing list as libcamera is in meta-oe. But I guess Khem will have a look anyway. On 20/03/2024 09:10:05-0700, Joel Winarske wrote: > In master there is a problem running the libcamera "cam" app on a RISC-V > device: > > *** stack

Re: [OE-core] [master] riscv: libcamera stack smashing detected

2024-03-20 Thread Joel Winarske
https://bugzilla.yoctoproject.org/show_bug.cgi?id=15449 On Wed, Mar 20, 2024 at 9:10 AM Joel Winarske wrote: > In master there is a problem running the libcamera "cam" app on a RISC-V > device: > > *** stack smashing detected ***: terminated > > If I remove the patches in the libcamera recipe,

[OE-core] [master] riscv: libcamera stack smashing detected

2024-03-20 Thread Joel Winarske
In master there is a problem running the libcamera "cam" app on a RISC-V device: *** stack smashing detected ***: terminated If I remove the patches in the libcamera recipe, it builds and runs on target without issue. libcamera bug has the details: https://bugs.libcamera.org/show_bug.cgi?id=214