Description
paddle-serving-client==0.7.0
paddle-serving-server==0.7.0
paddle-serving-app==0.7.0
When the recognition task is executed to the Client() line, an exception message is thrown:
`--------------------------------------
C++ Traceback (most recent call last):
0 gevent_run_callbacks
1 gevent_loop_run_callbacks
2 gevent_call
3 greenlet::UserGreenlet::g_switch()
4 greenlet::UserGreenlet::g_initialstub(void*)
5 greenlet::UserGreenlet::inner_bootstrap(greenlet::refs::_OwnedGreenlet<_greenlet, &greenlet::refs::GreenletChecker>&, greenlet::refs::OwnedReference<_object, &greenlet::refs::NoOpChecker>&)
Error Message Summary:
FatalError: Segmentation fault
is detected by the operating system.
[TimeInfo: *** Aborted at 1703754648 (unix time) try "date -d @1703754648" if you are using GNU date ***]
[SignalInfo: *** SIGSEGV (@0x1b8) received by PID 26260 (TID 0x7f4b4f5b6740) from PID 440 ***]
Segmentation fault
`
Is this what is the reason?