Pablo Marcos
Pablo Marcos
This is happening to me using the latest XCode 11.4 and commit 14efc1808fa803559104b05d1b2fbe15eb33668d from 2020-04-06. My host is Ubuntu 18.04 with kernel 5.3.0-45-generic: ``` [61] getuid() -> 1000 [61] mach_msg_trap(0x7fffffdf9a78,...
>It might be easier to just run the thing in LLDB and inspect the crash there, without a core file. Yeah, but I can't run anything that depends on `xcodebuild`....
> Can't you run LLDB directly? E.g. > > ``` > $ $(xcode-select -p)/usr/bin/lldb > ``` That works! I might be doing something wrong since I'm used to gcc, but...
Ok, I took a look at https://docs.darlinghq.org/contributing/debugging.html, I downloaded https://osdn.net/projects/darling/storage/apps/lldb.tar.bz2 and that seems to work most of the time. Some times it does not, but retrying works. Please notice that...
I'm also trying to test bytehound with ClickHouse and found exactly the same issues presented here. @hdhoang did you finally got it working?
> Sorry for the late answer No worries! Here you have the `.pltraw` I collected using both the Python and the C++ version of `testcollect`: [example_record.zip](https://github.com/dfeneyrou/palanteer/files/7924151/example_record.zip) I tried importing them...
Thanks a million for your time taking a look at this 🤗 I tested what you proposed and it seems to work well now for the collected traces: [example_record_fixed.zip](https://github.com/dfeneyrou/palanteer/files/7948937/example_record_fixed.zip) I...
@TheAssassin is it this one? https://github.com/AppImage/AppImageKit/issues/525
Just to give more information about why I wanted to include custom information in zsync header, in my case it was to have the ability to have meta info that...
Let me rephrase it: "ATM zsync will always try to sync the file itself **if it is differerent** , instead of **if it is newer**" The process to check whether...