Jørgen Tjernø

Results 69 comments of Jørgen Tjernø

Here's another one of these I encountered -- it's pointing to a global struct in sqlite (which is definitely statically linked and wouldn't be occupying someone else's state), but the...

It looks like `DecodeCallstackPtr` is getting some PC that's not an actual PC. I tried adding `-fno-omit-frame-pointer` to see if that would help, but didn't seem to do anything. `backtrace_pcinfo`...

I'm going to try to call `DecodeCallstackPtr` in `Callstack`, which of course is gonna be really slow, but maybe I can get it to trigger the ASan failure when it's...

@wolfpld I'm having a little trouble tracking down where this PC is coming from -- we're not building with `TRACY_CALLSTACK` and we never call any of the `Tracy*S` macros, what...

Further digging in, this is the callchain from the perf events in TracySysTrace.cpp. I added some debugging code to it to symbolicate it in-line, and it tends to hit the...

@irrg I'd welcome someone else taking a whack at it -- right now I am struggling with motivating myself to put in hours into it. Due to changes in my...

@irrg It is hard for me to admit it, even to myself. I don't want GrabBox to die. :)

@VladimirGrenaderov Are you saying that saving a regular screenshot does not work either? Looks like clipboard uploads were broken, but I just released 2.0.2. If you take a regular screenshot...