ChanServ changed the topic of #panfrost to: Panfrost - FLOSS Mali Midgard + Bifrost + Valhall - Logs https://oftc.irclog.whitequark.org/panfrost
atler is now known as Guest25485
atler has joined #panfrost
Guest25485 has quit [Ping timeout: 480 seconds]
hexdump02 has joined #panfrost
tokyovigilante has quit [Ping timeout: 480 seconds]
tokyovigilante has joined #panfrost
luc6462749 has joined #panfrost
luc646274 has quit [Ping timeout: 480 seconds]
jhhh has joined #panfrost
jhhh has quit []
fantom_ has quit [Ping timeout: 480 seconds]
FANTOM has joined #panfrost
FANTOM has quit [Ping timeout: 480 seconds]
FANTOM has joined #panfrost
rasterman has joined #panfrost
<josch> hi, my gajim crashed with a segfault in Debian Trixie with mesa 25.0.7. I captured the following backtrace in gdb: https://paste.debian.net/1394288/ That's the line the bt points to: https://sources.debian.org/src/mesa/25.0.7-2/src/gallium/drivers/panfrost/pan_fb_preload.c#L876
<josch> what would you like me to investigate in gdb to figure out what happened here?
<bbrezillon> josch: the best would be to create an issue here https://gitlab.freedesktop.org/mesa/mesa/-/issues/new, ideally with an apitrace trace, so we can easily reproduce
chewitt has joined #panfrost
<josch> bbrezillon: do i just ran gajim with "apitrace trace --api=gl"? Still with gdb for the backtrace?
<josch> (never used apitrace before)
<bbrezillon> josch: ok, so I guess the first question is, is this a regression?
<bbrezillon> if it is, you can capture the trace with a working version
<josch> If it is a regression, then it is one from the last Debian stable release two years ago which I guess is a bit long in the past? :) Unfortunately, i don't have a quick reproducer. I leave gajim running a while and at some point it quits with the backtrace above.
<josch> okay, i got a python3.13.trace but it's just 800 bytes small -- does that check out?
<bbrezillon> you can try to replay the trace, and see if it works
<bbrezillon> 800 bytes is not much, indeed
<josch> i never used apitrace before, so i would not know how to replay the trace -- should i just post what i have?
<josch> (to the issue tracker i mean)
<bbrezillon> apitrace replay
<josch> gives me:
<josch> Rendered 0 frames in 0.00228443 secs, average of 0 fps
<bbrezillon> can you build mesa from source?
<bbrezillon> (yep, that's an empty trace)
luc64627490 has joined #panfrost
<bbrezillon> josch: maybe just open the issue with what you have, and I'll see if I can reproduce
luc6462749 has quit [Ping timeout: 480 seconds]
<josch> yes, building mesa from source is no problem
<josch> i'll build latest git HEAD and then run gajim with LD_LIBRARY_PATH set to $prefix/lib yes?
<bbrezillon> yep, sounds good
<josch> what meson option would i have to pass to enable debug symbols?
<josch> or does it not matter?
<bbrezillon> --buildtype=debugoptimized IIRC
<bbrezillon> but that's the default
<josch> ah okay :)
<diederik> josch: https://snapshot.debian.org/package/gajim/ for quite a few intermediate versions? Possibly useful to first see if you can still reproduce it with the version in Experimental (2.3.4-1)
rasterman has quit [Quit: Gettin' stinky!]
nashpa has quit []
dliviu has joined #panfrost
rasterman has joined #panfrost
dsimic is now known as Guest25520
dsimic has joined #panfrost
Guest25520 has quit [Ping timeout: 480 seconds]
<josch> yes, also a good idea, i'll rebuild that version for trixie and see what happens
<josch> it will all take a bit because package versions in trixie are already too old to build gajim 2.3.4 so i have to backport more things...
<josch> (and my a311d is not the fastest processor :D)
<bbrezillon> np
<josch> thank you all for your help, i now have things to investigate before i "bug" you again :)
<bbrezillon> don't hesitate to open an issue when you're all set
<josch> thank you! :)
chewitt has quit [Remote host closed the connection]
chewitt has joined #panfrost
HdkR has quit [Remote host closed the connection]
chewitt has quit [Ping timeout: 480 seconds]
paulk has quit [Ping timeout: 480 seconds]
paulk has joined #panfrost
chewitt has joined #panfrost
kinkinkijkin has joined #panfrost
rasterman has quit [Quit: Gettin' stinky!]
chewitt has quit [Quit: Zzz..]
HdkR has joined #panfrost
HdkR has quit [Quit: Changing server]
HdkR has joined #panfrost
cyrinux949075 has quit []
cyrinux949075 has joined #panfrost
pbrobinson_ has joined #panfrost
pbrobinson has quit [Read error: Connection reset by peer]
pbrobinson_ has quit []
dliviu has quit [Write error: connection closed]
enunes has quit [Write error: connection closed]
robmur01 has quit [Read error: Connection reset by peer]
Consolatis has quit [Read error: Connection reset by peer]
enunes has joined #panfrost
pbrobinson has joined #panfrost
nashpa has joined #panfrost
Consolatis has joined #panfrost
Stary_ has joined #panfrost
Stary is now known as Guest25578
Stary_ is now known as Stary
robmur01 has joined #panfrost
Guest25578 has quit [Ping timeout: 480 seconds]
rasterman has joined #panfrost
rasterman has quit [Quit: Gettin' stinky!]
<josch> hm... no crash yet with mesa from git :)