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

Core dumped error while running ./sophia-test #152

Open
valiki8 opened this issue Jan 11, 2018 · 1 comment
Open

Core dumped error while running ./sophia-test #152

valiki8 opened this issue Jan 11, 2018 · 1 comment

Comments

@valiki8
Copy link

valiki8 commented Jan 11, 2018

I try DB on a 64-bit CentOS machine. When I run ./sophia-test, I get the error "Aborted (core dumped)" in durability.test.c:38 sp_open(env) == -1. I tried downloading various versions from GitHub and still the same. Could you help?

@valiki8 valiki8 changed the title Core dumped in test build Core dumped error while building sophia/test Jan 11, 2018
@valiki8 valiki8 changed the title Core dumped error while building sophia/test Core dumped error while running ./sophia-test Jan 11, 2018
@pmwkaa
Copy link
Owner

pmwkaa commented Jan 11, 2018

Hi, Please ensure that:

  • you have free disk space left
  • git repository is clean and contain no artifacts left from other builds and version
  • test repository is clean (cd test; make clean; make test)

It is also possible to isolate test groups by id, for example:

94% [05:00:00:0] crash.durability.deploy_case0: ok
95% [05:00:01:0] crash.durability.build_case0: ok
95% [05:00:02:0] crash.durability.compact_case0: ok
95% [05:00:03:0] crash.durability.compact_case1: ok
96% [05:00:04:0] crash.durability.compact_case2: ok
96% [05:00:05:0] crash.durability.compact_case3: ok
96% [05:00:06:0] crash.durability.compact_case4: ok
97% [05:00:07:0] crash.durability.compact_case5: ok
97% [05:00:08:0] crash.durability.compact_case6: ok
98% [05:00:09:0] crash.durability.compact_case7: ok
98% [05:00:10:0] crash.durability.gc0: ok
98% [05:01:00:0] crash.oom.test.test 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186: ok
99% [05:02:00:0] crash.io.test.test 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85: ok
99% [05:03:00:0] crash.recover_loop.test0.test: ok

To test crash only, test suite can be run as: ./sophia-test -t 05:00:00:0

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

No branches or pull requests

2 participants