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

crash when query aggregation with where #4

Closed
actiontech-bot opened this issue Aug 24, 2017 · 1 comment
Closed

crash when query aggregation with where #4

actiontech-bot opened this issue Aug 24, 2017 · 1 comment

Comments

@actiontech-bot
Copy link
Member

actiontech-bot commented Aug 24, 2017

Raised by: @FlyingMao
Steps:

  1. sysbench query: select sum(id) from sbtest1 where id between a and a+3; (a is random number between 1-50000000)
  2. run sysbench:
./sysbench --test=/usr/local/sysbench-1.0/db/select32.lua --mysql-user=test --mysql-password=test --mysql-port=8066 --mysql-host=10.186.23.70 --oltp_auto_inc=off --max-time=300 --max-requests=0 --report-interval=10 --num-threads=1 run
  1. after a while, dble crashed: Error in Java :double free or cprruption(out):0x00007fcc9c121360
@actiontech-bot
Copy link
Member Author

by @yanhuqing666

Caused by thread-safe, threads of aggregation handling will release same memory address.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants