xiaolin310 opened a new issue, #1825:
URL: https://github.com/apache/incubator-brpc/issues/1825

   **Describe the bug (描述bug)**
   
   After do `make`, and start up the redis-server, run the `./redis-cli`, then 
the client crashed.
   
   I find the call stack pointing to `readline` function by reading crash logs.
   
   ```c++
   std::unique_ptr<char, Freer> command(readline(prompt));
   
   ```
   **To Reproduce (复现方法)**
   
   
   **Expected behavior (期望行为)**
   
   
   **Versions (各种版本)**
   OS: macOS Big Sur
   Compiler:  GNU Make 3.81,  Apple clang version 13.0.0 (clang-1300.0.29.30)
   brpc:  main, commit id, 502208dfea1d8e4ee34bf799f38fc38d1c9b7afa
   protobuf:  v3.17.3
   
   **Additional context/screenshots (更多上下文/截图)**
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to