1. 14 9月, 2022 2 次提交
    • H
      Merge pull request #486 from lyq998/support-lite-fork-debug-mode · f045d3fb
      haolongzhangm 提交于
      feat(lite): support base lite ipc fork debug
      f045d3fb
    • L
      feat(lite): support base lite ipc fork debug · 37d81eae
      liuyuqiao 提交于
      when config it: `all` lite c api will run at fork child server process
      use to keep off user process env, as c++ memory issue, we can ASAN to
      detect issue, but at user deploy env, there are so many factors may lead
      to not easy to rebuild with ASAN, so we support LITE c debug api to
      distinguish memory issue from LITE runtime or user caller process env.
      
      more info: use LITE_enable_lite_ipc_debug api to enable fork debug mode
      
      this stage support `base` LITE c api, please refs to:
      lite/example/c_example/main.c
      
      will support all LITE c api later.
      37d81eae
  2. 22 8月, 2022 2 次提交
  3. 19 8月, 2022 1 次提交
  4. 18 8月, 2022 3 次提交
  5. 17 8月, 2022 2 次提交
  6. 16 8月, 2022 1 次提交
  7. 14 8月, 2022 3 次提交
  8. 12 8月, 2022 5 次提交
  9. 11 8月, 2022 10 次提交
  10. 09 8月, 2022 1 次提交
  11. 08 8月, 2022 4 次提交
  12. 05 8月, 2022 1 次提交
  13. 04 8月, 2022 3 次提交
  14. 03 8月, 2022 1 次提交
  15. 02 8月, 2022 1 次提交