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

sys.shutdown triggers assertion in clients.c #6182

Closed
monetdb-team opened this issue Nov 30, 2020 · 0 comments
Closed

sys.shutdown triggers assertion in clients.c #6182

monetdb-team opened this issue Nov 30, 2020 · 0 comments
Labels
bug Something isn't working Client interfaces normal

Comments

@monetdb-team
Copy link

Date: 2017-01-02 11:50:03 +0100
From: @yzchang
To: clients devs <>
Version: 11.25.3 (Dec2016)

Last updated: 2017-01-26 14:56:19 +0100

Comment 24863

Date: 2017-01-02 11:50:03 +0100
From: @yzchang

User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0.2 Safari/602.3.12
Build Identifier:

$ mclient -s 'call sys.shutdown(10);'
Assertion failed: (v->vtype == TYPE_int), function CLTshutdown, file /Users/jennie/monet/Dec2016/monetdb5/modules/mal/clients.c, line 543.
[1]+ Abort trap: 6 mserver5 --dbpath=/tmp/dbfarms/dec2016/test --daemon=yes

Reproducible: Always

Steps to Reproduce:

  1. Just execute the SQL query "call sys.shutdown(10);" to trigger the assertion

Actual Results:

The MonetDB server is shutdown, but an assertion is triggered at the (m)client side.

Expected Results:

The MonetDB server is shutdown, without any errors/assertions.

Comment 24864

Date: 2017-01-02 12:32:26 +0100
From: MonetDB Mercurial Repository <>

Changeset 765a4e5f0ee2 made by Sjoerd Mullender sjoerd@acm.org in the MonetDB repo, refers to this bug.

For complete details, see http//devmonetdborg/hg/MonetDB?cmd=changeset;node=765a4e5f0ee2

Changeset description:

Fix for bug #6182.

Comment 24865

Date: 2017-01-02 12:35:07 +0100
From: MonetDB Mercurial Repository <>

Changeset 3b402acd37ab made by Sjoerd Mullender sjoerd@acm.org in the MonetDB repo, refers to this bug.

For complete details, see http//devmonetdborg/hg/MonetDB?cmd=changeset;node=3b402acd37ab

Changeset description:

Test for bug #6182.

Comment 24914

Date: 2017-01-26 14:56:19 +0100
From: @kutsurak

Fixed in version Dec2016-SP1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Client interfaces normal
Projects
None yet
Development

No branches or pull requests

2 participants