-
Notifications
You must be signed in to change notification settings - Fork 948
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
WIN10系统的Linux subststem, make test全部失败 #52
Comments
我们这边没有win10的环境,该项目的CI环境就是实际的ubuntu环境,测试一直是没有问题的。 |
没有win10说不过去吧,借用公司前台的呢? |
还请帮忙单独运行 evpp_unittest ,然后把错误情况和coredump堆栈信息贴出来。我们看看能否找到问题。如果找不到问题,我们再想办法搞一台测试机。谢谢啦 |
单独运行的后面部分: [ OK ] GtestObjectClass_testTCPClientReconnect.testTCPClientReconnect (8244 ms) [----------] 1 test from GtestObjectClass_testTCPClientConnectFailed |
core dump 堆栈信息有么? |
这个linux生成不了core文件,没找到 |
好的。我们先看上面的日志信息 |
我自己终于搞了一台win10的开发环境,安装好ubuntu子系统后,编译运行 谢谢~ |
@bigtang5 有更新的进展么? |
./evpp_unittest_boost_lockfree |
WIN10系统的Linux subststem,是一个很完善的ubuntu,
严格按照quick start的指导走,到make test这一步:
~/evpp/build$ make test
Running tests...
Test project /home/tap/evpp/build
Start 1: evpp_unittest
1/3 Test #1: evpp_unittest ....................***Exception: SegFault 64.22 sec
Start 2: evpp_unittest_concurrentqueue
2/3 Test #2: evpp_unittest_concurrentqueue ....***Exception: SegFault 64.40 sec
Start 3: evpp_unittest_boost_lockfree
3/3 Test #3: evpp_unittest_boost_lockfree .....***Exception: SegFault 44.40 sec
0% tests passed, 3 tests failed out of 3
Total Test time (real) = 173.15 sec
The following tests FAILED:
1 - evpp_unittest (SEGFAULT)
2 - evpp_unittest_concurrentqueue (SEGFAULT)
3 - evpp_unittest_boost_lockfree (SEGFAULT)
Errors while running CTest
make: *** [test] Error 8
建议在win10的linux测试下,我已在2台机器重现。
The text was updated successfully, but these errors were encountered: