Skip to content

Segmentation fault with package and control-C #1086

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

Closed
pgulutzan opened this issue Oct 7, 2015 · 1 comment
Closed

Segmentation fault with package and control-C #1086

pgulutzan opened this issue Oct 7, 2015 · 1 comment
Assignees
Labels
bug Something isn't working crash
Milestone

Comments

@pgulutzan
Copy link
Contributor

I have Ubuntu 12.04 and Tarantool 1.6, pulled from source today.

I start with an empty directory. I execute these requests:

box.cfg{}
box.schema.space.create('x')
package

Then I type control-C. Not os.exit(), control-C.

I see this result:
"
tarantool> Segmentation fault
Current time: 1444180779
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 0x429f00 in sig_fatal_cb(int)+112
#1 0x7f959a486cb0 in ?
#2 0x4a3cba in fiber_destroy(cord_, fiber_)+250
#3 0x4a3d23 in fiber_destroy_all(cord*)+51
#4 0x4a41d4 in cord_destroy(cord*)+52
#5 0x42a080 in tarantool_free()+176
#6 0x7f95996be5b1 in ?

Aborted (core dumped)
"

I am not pretending that this looks important.

@kostja kostja added crash bug Something isn't working labels Nov 13, 2015
@kostja kostja added this to the 1.6.7 milestone Nov 13, 2015
@kostja
Copy link
Contributor

kostja commented Nov 13, 2015

This was an atexit() problem fixed in scope of gh-726

@kostja kostja closed this as completed Nov 13, 2015
@kostja kostja self-assigned this Nov 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working crash
Projects
None yet
Development

No branches or pull requests

2 participants