LetoThe2nd changed the topic of #yocto to: Welcome to the Yocto Project | Learn more: https://www.yoctoproject.org | Community: https://www.yoctoproject.org/community | IRC logs: http://irc.yoctoproject.org/irc/ | Having difficulty on the list, with someone on the list or on IRC, contact Yocto Project Community Manager Letothe2nd | CoC: https://www.yoctoproject.org/community/code-of-conduct
davidinux has quit [Ping timeout: 268 seconds]
davidinux has joined #yocto
sakman has quit [Ping timeout: 264 seconds]
<RP> khem: any idea if the new glibc brings functions pseudo needs to wrap?
tokamak has quit [Quit: ZNC 1.8.2+deb2build5 - https://znc.in]
tokamak has joined #yocto
<khem> RP: good question, there is some change in how it unwinds through ldso but that should be transparent
<khem> right now, I am just ensuring the builds and ptests so far qemux86-64 is looking ok. Found an issue on 32bit x86 which I fixed https://git.yoctoproject.org/poky-contrib/commit/?h=yoe/mut&id=549f65d5e0073448229ed8bdf99c4936c2275af6
<khem> I will take a look into new functions/APIs later today
<khem> interestingly pango ptest fails {'pango': ['pango/test-fonts.test']}
<khem> and now its same as musl :)
<khem> this test is disabled on musl distros e.g. alpine
<khem> dont know why its working or not
<khem> this is interesting for tcmalloc etc. I know lttng-tools is impacted
<khem> this might be problem for AB nodes
mort has quit [Quit: Ping timeout (120 seconds)]
xmn has quit [Ping timeout: 256 seconds]
coralreef has quit [Quit: Do not go gentle into that goodnight.]
qschulz has quit [Remote host closed the connection]
qschulz has joined #yocto
davidinux has quit [Ping timeout: 252 seconds]
davidinux has joined #yocto
camus1 has joined #yocto
camus has quit [Ping timeout: 245 seconds]
camus1 is now known as camus
lefty has joined #yocto
jclsn has quit [Ping timeout: 255 seconds]
jclsn has joined #yocto
ablu has quit [Read error: Connection reset by peer]
ablu has joined #yocto
lefty has left #yocto [#yocto]
paulg has quit [Remote host closed the connection]
amitk has joined #yocto
wicki has quit [Ping timeout: 252 seconds]
Vonter has quit [Ping timeout: 245 seconds]
Vonter has joined #yocto
khem has quit [Quit: Connection closed for inactivity]
xmn has joined #yocto
Dr_Who has joined #yocto
jmiehe has joined #yocto
jmiehe has quit [Client Quit]
Ad0 has quit [Ping timeout: 245 seconds]
Vonter has quit [Ping timeout: 264 seconds]
Vonter has joined #yocto
Ad0 has joined #yocto
khem has joined #yocto
<Xogium> one of my friend who's trying to get started in yocto just ran into this build error. No tweaks, just trying to build nambield branch
<Xogium> on debian 12
<Xogium> i.e: quick build tutorial on debian 12
<Xogium> does that ring a bell ?
<Xogium> sorry for typo. Hard of hearing and tts sounded just on that side of wrong ;)
goliath has joined #yocto
sng has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
sng has joined #yocto
alessioigor has joined #yocto
alessioigor has quit [Remote host closed the connection]
alessioigor has joined #yocto
rob_w has joined #yocto
<khem> perhaps its not yet in nanbield can you try latest master first ?
<Xogium> khem: oh, that's not yet on the nanbield branch I take it ?
<Xogium> right
<Xogium> master works
<khem> yeah maybe propose a backport
<Xogium> how do one go about that ?
<khem> git cherry-pick into nanbield, test it and send the patch to ml with [nanbield] in subject
<Xogium> that easy huh ?
<Xogium> nice
<Xogium> I am one of those people who's having big trouble with mailing list patch workflows, though. But I'll try my best
<khem> hmm yeah but ml workflow is what project uses
<Xogium> khem: huh doesn't seem it got backported to kirkstone either, yet
<khem> yeah I guess if its not in nanbield then its no where in releases yet I would imagine
<Xogium> yeah makes sense
ddee has joined #yocto
<ddee> why is the address sanitizer check failing for arm64 and riscv64 on master and mickledore branches. When I execute a program on qemu it gives the following error: AddressSanitizer: CHECK failed: sanitizer_allocator_primary64.h:131 "((kSpaceBeg)) == ((address_range.Init(TotalSpaceSize, PrimaryAllocatorName, kSpaceBeg)))" (0x600000000000,
<ddee> 0xfffffffffffffff4) (tid=389)
<ddee>     <empty stack>
rfuentess has joined #yocto
prabhakarlad has quit [Ping timeout: 250 seconds]
alperak has joined #yocto
mckoan|away is now known as mckoan
ray-san has joined #yocto
jmd has joined #yocto
frieder has joined #yocto
ddee has quit [Ping timeout: 250 seconds]
Xagen has quit [Ping timeout: 252 seconds]
Xagen has joined #yocto
dmoseley has quit [Quit: ZNC 1.8.2 - https://znc.in]
zpfvo has joined #yocto
dmoseley has joined #yocto
mort has joined #yocto
<LetoThe2nd> yo dudX
<Xogium> hiya LetoThe2nd
<Xogium> hmm I'm hitting a bit of a snag here
<Xogium> recipetool create -N espeak-ng -V 1.51.1 -S 1.51.1 https://github.com/espeak-ng/espeak-ng
<Xogium> ERROR: Revision 1.51.1 was found on multiple branches:
<Xogium> Please provide the correct branch with -B/--srcbranch
amitk_ has joined #yocto
<Xogium> there is no branch containing 1.51.1 from what I can see
<Xogium> it's just a tag
<Xogium> if I use the sha of this commit with git branch --contains, nothing is returned
jmd has quit [Remote host closed the connection]
sakman has joined #yocto
<dvergatal> RP: around?
amitk_ has quit [Ping timeout: 255 seconds]
amitk_ has joined #yocto
xmn has quit [Ping timeout: 264 seconds]
ddee has joined #yocto
<ddee> why is the address sanitizer check failing for arm64 and riscv64 on master and mickledore branches. When I execute a program on qemu it gives the following error: AddressSanitizer: CHECK failed: sanitizer_allocator_primary64.h:131 "((kSpaceBeg)) == ((address_range.Init(TotalSpaceSize, PrimaryAllocatorName, kSpaceBeg)))" (0x600000000000,
<ddee> 0xfffffffffffffff4) (tid=389)
<ddee> [12:42:31 PM] <ddee>     <empty stack>
rfuentess has quit [Remote host closed the connection]
mvlad has joined #yocto
florian has joined #yocto
Guest0 has joined #yocto
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
wicki has joined #yocto
<Guest0> Hello, is this the right place to ask about kernel in yocto (kirkstone version)? I have problem with memory leak and don't know where to ask
khem has quit [Quit: Connection closed for inactivity]
amitk_ has quit [Ping timeout: 252 seconds]
Guest0 has quit [Quit: Client closed]
amitk_ has joined #yocto
amitk_ has quit [Client Quit]
prabhakarlad has joined #yocto
Kubu_work has joined #yocto
<rburton> ddee: any program or a program in particular? it could be because the code is buggy...
raghavgururajan has joined #yocto
jonesv has joined #yocto
tleb has joined #yocto
Vonter has quit [Ping timeout: 255 seconds]
Vonter has joined #yocto
leon-anavi has joined #yocto
<ddee> For any program I try it's the same
<KanjiMonster> ddee: is this a userspace memory leak? is this a kernel memory leak? what are the symptoms? how do you determine it is one?
<Xogium> KanjiMonster: wrong person, I think. The one with memory leak left
<KanjiMonster> ah true
<KanjiMonster> ddee: sorry for the ping
<ddee> My question was about address sanitizer check failing for arm64 and riscv64 on master and mickledore branches.
ddee has quit [Ping timeout: 250 seconds]
ddee has joined #yocto
prabhakarlad has quit [Quit: Client closed]
ddee has quit [Quit: Client closed]
ddee has joined #yocto
prabhakar has quit [Ping timeout: 276 seconds]
jmiehe has joined #yocto
Dr_Who has quit [Ping timeout: 252 seconds]
Guest3 has joined #yocto
Guest3 has quit [Client Quit]
ddee has quit [Quit: Client closed]
Guest18 has joined #yocto
Xagen has joined #yocto
prabhakarlad has joined #yocto
prabhakar has joined #yocto
camus has quit [Remote host closed the connection]
pvogelaar has quit [Quit: Client closed]
camus has joined #yocto
vladest has quit [Ping timeout: 252 seconds]
vladest has joined #yocto
florian_kc has joined #yocto
jmiehe has quit [Quit: jmiehe]
<kanavin> rpm grrrrrrr - they tossed this into the stable branch between 4.19.0 and 4.19.1 too :( https://github.com/rpm-software-management/rpm/commit/77d352
<kanavin> I was wondering why rpm 4.19 sets all file ownership to root in .rpm packages :-/
<kanavin> no deprecation warnings, no errors, no nothing. just silent change in behavior
Dr_Who has joined #yocto
tgamblin_ has joined #yocto
tgamblin has quit [Ping timeout: 256 seconds]
xmn has joined #yocto
tgamblin_ is now known as tgamblin
pvogelaar has joined #yocto
rfuentess has joined #yocto
paulg has joined #yocto
belsirk has joined #yocto
tgamblin_ has joined #yocto
rfuentess has quit [Ping timeout: 260 seconds]
tgamblin has quit [Ping timeout: 264 seconds]
khem has joined #yocto
belsirk is now known as rfuentess
rfuentess has quit [Remote host closed the connection]
goliath has quit [Quit: SIGSEGV]
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
xmn has quit [Ping timeout: 264 seconds]
xmn has joined #yocto
<Xogium> hmm. I somehow keep running into this when running runqemu and the vm is extremely slow
<Xogium> I've never seen this before
<Xogium> [ 24.849520] rcu: INFO: rcu_preempt self-detected stall on CPU
<Xogium> [ 24.852172] rcu: 1-...0: (1 GPs behind) idle=1d3/1/0x4000000000000000 softirq=342/344 fqs=73
florian has quit [Quit: Ex-Chat]
florian_kc has quit [Ping timeout: 245 seconds]
xmn has quit [Ping timeout: 268 seconds]
Xagen has joined #yocto
xmn has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
jmd has joined #yocto
Vonter has quit [Ping timeout: 268 seconds]
Vonter has joined #yocto
mckoan is now known as mckoan|away
brrm has quit [Ping timeout: 252 seconds]
sakman has quit [Ping timeout: 245 seconds]
brrm has joined #yocto
Guest18 has quit [Quit: Client closed]
tgamblin_ is now known as tgamblin
Kubu_work has quit [Quit: Leaving.]
Kubu_work has joined #yocto
zpfvo has quit [Remote host closed the connection]
Saur_Home has joined #yocto
Kubu_work has quit [Ping timeout: 256 seconds]
florian_kc has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
amitk has quit [Ping timeout: 264 seconds]
Kubu_work has joined #yocto
goliath has joined #yocto
florian_kc has quit [Ping timeout: 252 seconds]
Saur_Home has quit [Quit: Client closed]
Saur_Home has joined #yocto
alperak has quit [Quit: Client closed]
frieder has quit [Remote host closed the connection]
florian_kc has joined #yocto
florian__ has joined #yocto
<khem> https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27014, interesting thing to track since we will have to cater to it, should it be accepted
<khem> Xogium: those stalls mean your CPU is very busy to the extent that it can not breathe :)
florian_kc has quit [Ping timeout: 268 seconds]
Haxxa has quit [Quit: Haxxa flies away.]
Haxxa has joined #yocto
<Xogium> khem: interesting.
<Xogium> happens every single time I power up the vm
<Xogium> khem: the host got no higher than 2.6 load average when booting the vm. This is a ryzen 7 3700x
<Xogium> so not even the full 16 load average it can take due to having 16 threads
<Xogium> unless you mean the cpu in the vm itself ?
florian__ has quit [Ping timeout: 268 seconds]
<Xogium> for the record this is the first time I have this happening
<Xogium> but its constant
florian__ has joined #yocto
leon-anavi has quit [Quit: Leaving]
florian__ has quit [Ping timeout: 252 seconds]
<khem> Xogium: is the kernel enabling preeption ? and you only have to starve one thread so one core/thread is enough I think to cause this
<Xogium> khem: default yocto config
<khem> hmm I thought you were seeing this on your build host or some such. But it seems you are seeing it on yocto generated image running on ryzen 7 ?
<Xogium> yes exactly
<Xogium> sorry, I wasn't clear. I should have specified those were kernel messages in the vm itself
<Xogium> I got a cool variant too now
<khem> what is CONFIG_RCU_CPU_STALL_TIMEOUT set to in .config ?
<Xogium> let me see, one sec
ajfriesen84737 has quit [Quit: The Lounge - https://thelounge.chat]
<Xogium> 21
<khem> hmm on my archlinux system I see its set to 60
<khem> so perhaps try with that quirk
<Xogium> interesting
<Xogium> so it's only pure luck that I never had this before ?
<khem> possible, depends on workloads though
<khem> my system is running 6.7 kernel btw. with lot of cores
<Xogium> yeah, but that one was pretty calm at the moment. Now I'm down to a mere 0.5 load average and it still did it. It's a constant chance of this happening on boot
<khem> yes boot is quite gruelling on CPU
<khem> especially systemd doing parallel service starts etc.
olani- has joined #yocto
<Xogium> I'll try 60, but yeah. First time I ever see that in a vm
<Xogium> I also get this, but I don't how important that might be
<Xogium> [ 1.609715] fail to initialize ptp_kvm
<Xogium> *don't know
rob_w has quit [Read error: Connection reset by peer]
olani- has quit [Remote host closed the connection]
alessioigor has quit [Quit: alessioigor]
florian__ has joined #yocto
sakman has joined #yocto
<Xogium> right so pretty unrelated but good to know
sakman has quit [Ping timeout: 276 seconds]
<Xogium> trying with an increased timeout to 60 atm
jmd has quit [Remote host closed the connection]
khazakar has joined #yocto
olani- has joined #yocto
olani- has quit [Ping timeout: 245 seconds]
olani- has joined #yocto
<Xogium> hmm changing that timeout does indeed seem to help. Interesting
<Xogium> I didn't know that could happen at all, especially since the vm has 4 cores of cpu assigned to it according to /proc/cpuinfo
olani- has quit [Ping timeout: 264 seconds]
ajfriesen84737 has joined #yocto
<khem> so with 6.8 onwards we might have to consider it for multilib cases
wicki has quit [Quit: The Lounge - https://thelounge.chat]
wicki has joined #yocto
tgamblin has quit [Remote host closed the connection]
olani- has joined #yocto
tgamblin has joined #yocto
tgamblin has quit [Read error: Connection reset by peer]
tgamblin has joined #yocto
<tgamblin> khem: what's interesting? That link seems to crash my HexChat
<khem> yeah this link is all about how one should not use hexChat :)
<khem> well look for x86/entry changes for v6.7 on lkml and you will see the PR
<Xogium> also, can recipetool get confused when a git tag you're giving it seems to be on no particular branch ? I.e: the tag is a commit all alone, not on master, not on any branch, just standing there
<Xogium> it's telling me it saw that revision on more than one branch, but then doesn't list any branch and tells me to specify the correct one using -B
<Xogium> except that, well, git branch --contains with that commit sha returns nothing
<khem> yeah it can, ideally it should just add nobranch=1 to SRC_URI
<Xogium> can we pass that manually when running it ?
<khem> dont know off hand,
<Xogium> this is kind of a problem here because I'm trying to make a recipe for espeak-ng and kind of struggling with it :D
<Xogium> INFO: Fetching git://github.com/espeak-ng/espeak-ng;protocol=https;nobranch=1...
<Xogium> ERROR: Revision 1.51.1 was found on multiple branches:
<Xogium> Please provide the correct branch with -B/--srcbranch
<Xogium> huh huh ?
<Xogium> I understood this as it added nobranch=1 when fetching it so... The issue is it doesn't keep it after the fetching step, right ?
sakman has joined #yocto
ajfriesen84737 is now known as ajfriesen
olani- has quit [Ping timeout: 256 seconds]
pvogelaar has quit [Quit: Client closed]
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
olani- has joined #yocto
pvogelaar has joined #yocto
prabhakarlad has quit [Quit: Client closed]
sakman has quit [Ping timeout: 264 seconds]
olani- has quit [Remote host closed the connection]
Xagen has joined #yocto
kpo has quit [Remote host closed the connection]
kpo has joined #yocto
Saur_Home has quit [Quit: Client closed]
Saur_Home has joined #yocto
mvlad has quit [Remote host closed the connection]
Kubu_work has quit [Quit: Leaving.]
kpo_ has joined #yocto
kpo has quit [Ping timeout: 260 seconds]
lefty has joined #yocto