-
Notifications
You must be signed in to change notification settings - Fork 0
Random tests fail and crash on Mac OS #232
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
Comments
I guess a build with -DLUAJIT_ENABLE_GC64=ON on Linux will show the similar behaviour. See tarantool/tarantool#2643. |
I would guess this is the same issue as tarantool/tarantool#4427 |
@Gerold103 Is it reproduced after the tarantool/tarantool#4427 fix? |
This one I didn't see for a long time. But sometimes I see |
|
@Totktonada, @Gerold103, we have recenly applied the patch with the fix for #234 and #235. Could you please check, whether this issue is also gone if you consider it related to any of the mentioned above? |
I performed a couple of experiments on Linux with GC64. ExperimentBuild: $ cmake . \
-DCMAKE_BUILD_TYPE=Debug \
-DENABLE_BACKTRACE=ON \
-DENABLE_DIST=ON \
-DENABLE_FEEDBACK_DAEMON=OFF \
-DENABLE_BUNDLED_LIBCURL=OFF \
-DENABLE_FEEDBACK_DAEMON=OFF \
-DLUAJIT_ENABLE_GC64=ON \
&& make -j Verify build: # tarantool> require('ffi').abi('gc64')
---
- true
... Run the test many times in parallel: $ ./test/test-run.py $(yes box/func_reload.test.lua | head -n 1000) ResultsI checked current Got no fails. Can't add more here. |
I didn't see any crashes for a long time. |
Nice. Closing then. Feel free to reopen if this starts bothering anybody again. |
Tarantool version:
master
OS version:
Mac
Bug description:
Every time I run the full suite on the master branch, I get spontaneous crashes and hangs. Example of a crash:
Failing tests: engine/ddl, box/func_reload, app/fiber_channel, and others.
The text was updated successfully, but these errors were encountered: