Baltazár Radics

Results 36 comments of Baltazár Radics

Apparently `--build-property` isn't *completely* broken, I think I've managed to get it to work in all cases. I'm using a makefile for my arduino projects, and setting this flag for...

I keep running into this issue when waking up from suspend, but only seeing the segfault after unlocking swaylock. For now all I have is a backtrace, but I'll try...

I believe I managed to catch this issue with gcc's address sanitizer: ``` ERROR: AddressSanitizer: heap-use-after-free on address 0x6120001c5808 at pc 0x555ce0f8ae7a bp 0x7ffe2c3737e0 sp 0x7ffe2c3737d0 READ of size 8...

I got yet another crash, similar backtrace: Backtrace ```c #0 __strlen_avx2 () at ../sysdeps/x86_64/multiarch/strlen-avx2.S:76 #1 0x00007f9f0df56672 in __GI___strdup (s=0x0) at strdup.c:41 len = new = #2 0x0000557350005408 in set_workspace (new_ws=,...

Got another similar crash, now with ASan. For some reason though, it didn't find the debug symbols for sway? ASan output ```c ================================================================= ==409==ERROR: AddressSanitizer: heap-use-after-free on address 0x61200005fa98 at...

Got one with usable ASan now: ASan output ```c ================================================================= ==414==ERROR: AddressSanitizer: heap-use-after-free on address 0x612000048998 at pc 0x5606d6e216d0 bp 0x7ffee1fe3750 sp 0x7ffee1fe3740 READ of size 8 at 0x612000048998 thread...

@Nefsen402 have you verified that your patch actually fixes this? It doesn't seem to be the case in my tests.

I thought of it as int one message, and I usually don'y leave the bot offline for too long, only when updating. So most of the time only about 5-10...

I think just saving the time the latest message was seen would be enough.

Oh, you can't send a link to an image like that on messenger? I knew you can do that seamlessly with discord embeds so I assumed messenger supports it too.