Ilias Tsatiris
Ilias Tsatiris
Unfortunately, our Mac support is really iffy - we are working on improving gigahorse on this front, as it has become a more common problem lately. In order to help...
We merged PR #35 that should work on M1 Mac - maybe it fixes your issue.
Small update: I checked older versions of manticore, and it run fine up to 0.3.3; some change in 0.3.4 must have introduced this regression.
Would merging basic blocks when there are "chains" (A has B as the only successor block, B has A as the only predecessor block) help?
> Hi @iliastsa, thanks for the PR! Could you elaborate a bit more on the use case you see for this feature? I'm not sure what kind of information may...
Sure, here is the DDL + TimescaleDB / compression settings: ```sql create table logs ( column1 bigint not null, column2 int not null, column3 int not null, column4 int not...
Yeah I've also tried to reproduce it locally with inserts/deletes/COPYs but can't get it to crash. I don't have a coredump, I'll try and get one when we encounter the...
Hi @hyue0768 ! Given the file path you've posted, I guess you are using a Mac. Unfortunately, our Mac support isn't great and has been a pain point in the...
We do have pre-built docker images that one can use, but I haven't tested them on mac. Try doing the following: - Run `curl -s -L https://raw.githubusercontent.com/nevillegrech/gigahorse-toolchain/master/scripts/docker/install/install_amd64 | bash` -...