ChanServ changed the topic of #wayland to: https://wayland.freedesktop.org | Discussion about the Wayland protocol and its implementations, plus libinput | register your nick to speak
CodeSpelunker has quit [Ping timeout: 480 seconds]
fmuellner has quit [Ping timeout: 480 seconds]
CodeSpelunker has joined #wayland
co1umbarius has joined #wayland
columbarius has quit [Ping timeout: 480 seconds]
smallville7123 has joined #wayland
molinari has quit [Ping timeout: 480 seconds]
Brainium has quit [Quit: Konversation terminated!]
cool110 has quit [Remote host closed the connection]
cool110 has joined #wayland
CodeSpelunker has quit [Ping timeout: 480 seconds]
CodeSpelunker has joined #wayland
off^ has joined #wayland
CodeSpelunker has quit [Quit: CodeSpelunker]
julio7359 has quit [Ping timeout: 480 seconds]
Fxzxmic has joined #wayland
Fxzxmic has quit [Remote host closed the connection]
Fxzxmic has joined #wayland
jgrulich has joined #wayland
julio7359 has joined #wayland
Fxzxmic has quit [Remote host closed the connection]
Fxzxmic has joined #wayland
Seirdy has quit []
Leopold___ has quit [Remote host closed the connection]
bilelmoussaoui has joined #wayland
Leopold_ has joined #wayland
julio7359 has quit [Ping timeout: 480 seconds]
tzimmermann has joined #wayland
Leopold___ has joined #wayland
Leopold_ has quit [Ping timeout: 480 seconds]
Dami_Lu has quit [Ping timeout: 480 seconds]
Dami_Lu has joined #wayland
slattann has joined #wayland
<slattann>
Test Msg
Leopold___ has quit [Ping timeout: 480 seconds]
molinari has joined #wayland
bilelmoussaoui has quit []
bilelmoussaoui has joined #wayland
bilelmoussaoui has quit []
bilelmoussaoui has joined #wayland
danvet has joined #wayland
bilelmoussaoui has quit [Ping timeout: 480 seconds]
mvlad has joined #wayland
bilelmoussaoui has joined #wayland
manuel1985 has joined #wayland
Fxzxmic has quit [Remote host closed the connection]
Fxzxmic has joined #wayland
hardening has joined #wayland
dcz_ has joined #wayland
rasterman has joined #wayland
Shimmy92 has joined #wayland
Shimmy9 has quit [Read error: Connection reset by peer]
<pq>
swick[m], re: implicit management of appearance equivalency; You mean the "accidental" change in hue and saturation caused by doing gamma correction per R,G,B channel?
<pq>
swick[m], I recall reading somewhere that that "accident" is actually beneficial for appearance equivalency.
<pq>
(as opposed to doing luminance-only gamma correction while not changing chroma)
kts has quit [Quit: Leaving]
agd5f has joined #wayland
<swick[m]>
eh, just the OOTF whatever that contains (so yes, also the "accidental" change in hue and saturation)
<swick[m]>
pq: ^
<pq>
alright
Szadek has joined #wayland
Fxzxmic has quit [Remote host closed the connection]
Fxzxmic has joined #wayland
smallville7123 is now known as Guest1501
smallville7123 has joined #wayland
Guest1501 has quit [Ping timeout: 480 seconds]
MrCooper_ is now known as MrCooper
smallville7123 has quit [Ping timeout: 480 seconds]
Cyrinux has joined #wayland
fmuellner has joined #wayland
fmuellner has quit []
fmuellner has joined #wayland
<bl4ckb0ne>
is there a way to track every allocation done through proxy_create? im getting a leak with asan with a very small stacktrace
<pq>
bl4ckb0ne, you'd need some tools. But you can also tell ASan to be better with stack traces, let me check.
slattann1 has quit [Ping timeout: 480 seconds]
<bl4ckb0ne>
i have only 2 frames listed, proxy_create and calloc
<pq>
bl4ckb0ne, add fast_unwind_on_malloc=0,malloc_context_size=50 into ASAN_OPTIONS env var.
<pq>
makes it much slower, but also should get full stack traces reliably
<bl4ckb0ne>
much slower indeed
kts has joined #wayland
<bl4ckb0ne>
fast_unwindw_on_malloc seems to stall
Fxzxmic has quit []
<bl4ckb0ne>
found my leak, i was getting a xdg_surface but not keeping it around to destroy it
<bl4ckb0ne>
didnt managed to get asan to print a proper stacktrace tho