Skip to content
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

Fix http client doc #1493

Merged
merged 2 commits into from
Jul 27, 2021
Merged

Fix http client doc #1493

merged 2 commits into from
Jul 27, 2021

Conversation

wwbmmm
Copy link
Contributor

@wwbmmm wwbmmm commented Jul 23, 2021

Solve #1492

@wwbmmm
Copy link
Contributor Author

wwbmmm commented Jul 23, 2021

case 好像全挂了,下载thrift失败了

$ wget http://www.us.apache.org/dist/thrift/0.11.0/thrift-0.11.0.tar.gz && tar -xf thrift-0.11.0.tar.gz && cd thrift-0.11.0/ && ./configure --prefix=/usr --with-rs=no --with-ruby=no --with-python=no --with-java=no --with-go=no --with-perl=no --with-php=no --with-csharp=no --with-erlang=no --with-lua=no --with-nodejs=no CXXFLAGS="-Wno-unused-variable" && make -j4 && sudo make install && cd -
--2021-07-23 11:13:55-- http://www.us.apache.org/dist/thrift/0.11.0/thrift-0.11.0.tar.gz
Resolving www.us.apache.org (www.us.apache.org)... failed: Name or service not known.
wget: unable to resolve host address ‘www.us.apache.org’
The command "wget http://www.us.apache.org/dist/thrift/0.11.0/thrift-0.11.0.tar.gz && tar -xf thrift-0.11.0.tar.gz && cd thrift-0.11.0/ && ./configure --prefix=/usr --with-rs=no --with-ruby=no --with-python=no --with-java=no --with-go=no --with-perl=no --with-php=no --with-csharp=no --with-erlang=no --with-lua=no --with-nodejs=no CXXFLAGS="-Wno-unused-variable" && make -j4 && sudo make install && cd -" failed and exited with 4 during .

@zyearn
Copy link
Member

zyearn commented Jul 25, 2021

可以顺便也改一下docs/en/client.md吗?英文版的连接还指向一个中文的页面

@wwbmmm
Copy link
Contributor Author

wwbmmm commented Jul 26, 2021

可以顺便也改一下docs/en/client.md吗?英文版的连接还指向一个中文的页面

加上了

@wwbmmm
Copy link
Contributor Author

wwbmmm commented Jul 26, 2021

Thread 1 (Thread 0x7f9a65c0b9c0 (LWP 28564)):
#0 0x00007f9a65391783 in tcmalloc::ThreadCache::ReleaseToCentralCache(tcmalloc::ThreadCache::FreeList*, unsigned long, int) () from /usr/lib/libtcmalloc_and_profiler.so.4
#1 0x00007f9a6539183b in tcmalloc::ThreadCache::ListTooLong(tcmalloc::ThreadCache::FreeList*, unsigned long) () from /usr/lib/libtcmalloc_and_profiler.so.4
#2 0x00007f9a653a3ee8 in tc_deletearray () from /usr/lib/libtcmalloc_and_profiler.so.4
#3 0x0000000000422900 in testing::internal::UnitTestImpl::~UnitTestImpl() ()
#4 0x00000000004220d3 in testing::UnitTest::~UnitTest() ()
#5 0x00007f9a6380bff8 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#6 0x00007f9a6380c045 in exit () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x00007f9a637f2837 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000406639 in _start ()
[runtest] 'bthread_unittest' failed, 18 succeeded

ut出错是bthread单测退出时出core,应该和当前的提交没有关系

@zyearn zyearn merged commit fd38def into apache:master Jul 27, 2021
@wwbmmm wwbmmm deleted the fix-http-client-doc branch December 15, 2021 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants