Divyanshu | seg_fault

Results 7 comments of Divyanshu | seg_fault

Looking into the Named pipes via ObjectExplorer, it seems that it has reached the max number of instances possible for that named pipe. Can that be the reason by RpcView...

Hi @5angjun, Is it possible for you to share the code of the harness driver as part of the repo?

Hi @Wenzel , Thanks for the response. So i tried 2 things basically. - First, i used the hashicorp qemu that was specified as dependency as part of kafl windows...

This patch shd avoid the casting for Size + 4 check into 64 bit.

Any update over here? The suggested workaround doesnt work for me and it throws error saying i cant use `set_target_properties` on alias. I literally did the same thing as what...

```cmake if(PROTOBUF_COMPILE) include(FetchContent) set(FETCHCONTENT_QUIET ON) set(FETCHCONTENT_UPDATES_DISCONNECTED ON) set(BUILD_SHARED_LIBS OFF) set(CMAKE_POSITION_INDEPENDENT_CODE ON) find_package(Git REQUIRED) set(protobuf_BUILD_TESTS OFF CACHE BOOL "" FORCE) set(protobuf_BUILD_CONFORMANCE OFF CACHE BOOL "" FORCE) set(protobuf_BUILD_EXAMPLES OFF CACHE BOOL ""...

But if I am to cross compile protobuf, i would have to build it in machine where cross compilation tools are available. In such cases, if i dont use FetchContent...