hydai

Results 815 comments of hydai

Hi @orca-zhang, Do you have any ideas about the dependencies I should use on Ubuntu? I am going to create a new environment for this; however, I would like to...

> If you need it, I can provide the stripping method and binary file package or list That will be great, because we are going to package the building environment...

> * I also require a way to get all the frames from the StackManager. Would using `getTopN` work for this but I think that returns only the valuestack? Or...

We are working on the 0.14.1 release, so your PR will be reviewed on Tuesday. You posted several comments over the weekend. Are all of them up to date, or...

Here are some issues you can do before we review your PR: 1. Some Linux-related CIs failed in the testing process with a segfault. You can reproduce it with docker...

> * I require a way to obtain the Thread Info i.e thread name for `corestack` The current implementation is a single thread, so I think it's fine to use...

> Most CIs should now be passing. Working on fixing the windows one now. Some spots require strict type conversion. Will check on it. Will push related tests as well...

> * Removal of initialisation of coredump class in the VM/passing it to executor did not make a difference to the tests/failing builds nor was it necessary even for VM...

Summary: To get your PR merged, there are some requirements that need to be fulfilled: 1. CIs must be green, which means the code compiles and tests pass. 2. Remove...

> @hydai Can I include the tests within `ExecutorTest.cpp` itself or would it be better to create a new file itself within the Executor folder? We are going to have...