-
Notifications
You must be signed in to change notification settings - Fork 672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
成功启动run_server后,通过http请求服务异常退出 #253
Comments
你好请问你是如何make成功的?可以分享一下,我目前卡在了make上
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I0901 08:39:19.572649 48047 method_wordseg.cpp:39] RAW: init wordseg success
I0901 08:39:19.572649 48047 analysis_strategy.cpp:74] RAW: create method AnalysisWordseg success
I0901 08:39:19.572649 48047 method_simnet_emb.cpp:62] RAW: fetch name: 0 tanh.tmp_1
I0901 08:39:19.572649 48047 method_simnet_emb.cpp:62] RAW: fetch name: 1 cos_sim_0.tmp_0
I0901 08:39:19.572649 48047 method_simnet_emb.cpp:70] RAW: query/cand/emb index: 0 1 0
I0901 08:39:19.572649 48047 analysis_strategy.cpp:74] RAW: create method AnalysisSimNetEmb success
I0901 08:39:19.572649 48047 term_retrieval.cpp:77] RAW: create solr q builder equal_solr_q_1 success
I0901 08:39:19.572649 48047 retrieval_strategy.cpp:56] RAW: create retrieval plugin term_recall_1 success
I0901 08:39:19.572649 48047 wordseg_proc.cpp:33] RAW: init wordseg_feature success
I0901 08:39:19.572649 48047 rank_strategy.cpp:100] RAW: create feature wordseg_process success
I0901 08:39:19.572649 48047 simnet_paddle_sim.cpp:35] RAW: _output_num:1
I0901 08:39:19.572649 48047 rank_strategy.cpp:100] RAW: create feature fluid_simnet_feature success
I0901 08:39:19.572649 48047 rank_strategy.cpp:100] RAW: create feature jaccard_sim success
I0901 08:39:19.572649 48047 rank_strategy.cpp:63] RAW: create predictor PredictLinearModel success
I0901 08:39:19.572649 48047 anyq_strategy.cpp:50] RAW: anyq init success
I0901 08:39:19.572649 48047 session_data_factory.cpp:67] RAW: session data init success!!!
I0901 08:39:19.572649 48047 utils.cpp:590] RAW: in json_to_analysis_item, query:需要使用什么账号登录
I0901 08:39:19.572649 48047 utils.cpp:594] RAW: in json_to_analysis_item, type:(null)
I0901 08:39:19.572649 48047 analysis_strategy.cpp:115] RAW: analysis_analysis size: 1
I0901 08:39:19.572649 48047 analysis_strategy.cpp:130] RAW: before use analysis strategy's analysis_result
I0901 08:39:19.572649 48047 utils.cpp:609] RAW: query:需要使用什么账号登录
I0901 08:39:19.572649 48047 utils.cpp:611] RAW: tokens_basic size is 0
I0901 08:39:19.572649 48047 analysis_strategy.cpp:148] RAW: method_process method_wordseg start
Assertion failed: p_rcu_reader->depth != 0 (/qemu/include/qemu/rcu.h: rcu_read_unlock: 101)
Aborted
我在docker上编译成功后,curl "127.0.0.1:8999/anyq?question=需要使用什么账号登录" 返回如上信息,服务异常退出了。请问有人知道是什么原因吗??
The text was updated successfully, but these errors were encountered: