8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This crash is on a Tarantool 1.6 built from master pulled today.
$ telnet localhost 3313 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. box.schema.create_space('test', {engine='sophia'}) --- - index: [] on_replace: 'function: 0x4050e848' temporary: false id: 512 engine: sophia enabled: false name: test field_count: 0 - created ... box.space.test:insert({1, 2, 3}) Connection closed by foreign host. ---
Meanwhile, in other console:
../tarantool/src/tarantool master.lua 2014-06-28 23:12:53.266 [3854] main/101/master.lua C> version 1.6.2-393-g75e415a 2014-06-28 23:12:53.266 [3854] main/101/master.lua C> log level 5 2014-06-28 23:12:53.267 [3854] main/101/master.lua I> mapping 1073741824 bytes for a shared arena... 2014-06-28 23:12:53.267 [3855] main/101/spawner C> initialized 2014-06-28 23:12:53.267 [3854] main/101/master.lua I> initializing an empty data directory 2014-06-28 23:12:53.286 [3854] main/101/master.lua I> creating `./00000000000000000000.snap.inprogress' 2014-06-28 23:12:53.286 [3854] main/101/master.lua I> saving snapshot `./00000000000000000000.snap.inprogress' 2014-06-28 23:12:53.378 [3854] main/101/master.lua I> done 2014-06-28 23:12:53.379 [3854] main/101/master.lua I> bound to primary port tcp://0.0.0.0:3303 2014-06-28 23:12:53.379 [3854] main/101/master.lua I> I am primary 2014-06-28 23:12:53.379 [3854] main/101/master.lua I> bound to admin port tcp://0.0.0.0:3313 2014-06-28 23:12:53.379 [3854] main C> entering the event loop 2014-06-28 23:19:02.437 [3854] wal I> creating `./00000000000000000000.xlog.inprogress' Segmentation fault Current time: 1404022750 Please file a bug at http://github.com/tarantool/tarantool/issues Attempting backtrace... Note: since the server has already crashed, this may fail as well #0 0x41c97e in sig_fatal_cb(int)+191 #1 0x7f00f73cacb0 in ? #2 0x438b37 in Engine::replace(space*, tuple*, tuple*, dup_replace_mode)+53 #3 0x4382bb in space_replace(space*, tuple*, tuple*, dup_replace_mode)+57 #4 0x4386b5 in txn_replace(txn*, space*, tuple*, tuple*, dup_replace_mode)+90 #5 0x436ab4 in execute_replace(request*, txn*, port*)+206 #6 0x41e495 in process_rw(port*, request*)+80 #7 0x43cf71 in lbox_insert(lua_State*)+188 #8 0x4fdc8c in lj_BC_FUNCC+52 2014-06-28 23:19:10.644 [3855] main/101/spawner I> Exiting: master shutdown Aborted
The text was updated successfully, but these errors were encountered:
Duplicate of #280?
Sorry, something went wrong.
Thanks, ETA: 2 weeks.
Closing this ticket as a duplicate of #280
Fixes gh-365 Document box.info.memory()
458374e
pmwkaa
No branches or pull requests
This crash is on a Tarantool 1.6 built from master pulled today.
Meanwhile, in other console:
The text was updated successfully, but these errors were encountered: