starlitxiling

Results 20 comments of starlitxiling

I just tried this https://github.com/dora-rs/autoware.universe/tree/feature/autoware_dora/tools/C_node_test and c++-dataflow in dora's example. Regarding segfault, I felt during debugging that `init_dora_context_from_env` did not initialize a pointer correctly, and then an error occurred in...

When my dora version is 0.3.4, it sometimes has this problem. The repo branch of the c library I use is the main branch. When I switch to tags/v0.3.3, the...

Yes, it only appears sometimes, can you tell me your system information and dora version, and which branch of the dora repo is it (I don't know if this has...

I think this problem is caused by `conda`. `dora up` and `dora start` are not in the same `conda` environment. I used `conda`carefully and the above problem did not occur....

Could you create an example so I can reproduce it? Thanks for your work

Thank you very much for your help. After adding some debugging parameters, I found that the problem of `invalid memory reference` is that clang can't find the header file of...

Hi! Could you try to comment out your output statements, such as printf or cout, and then test again? You can use the fprintf function to output debugging information to...

[@dora-bot](https://github.com/dora-bot) assign me

Of course.I tested cxx-dataflow normally on my computer ubuntu2204,but I don't know why cxx-dataflow2 is error.I am working on this problem.