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

Segfault in SQL #3116

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

Segfault in SQL #3116

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

Comments

@monetdb-team
Copy link

Date: 2012-07-09 15:51:43 +0200
From: @mlkersten
To: SQL devs <>
Version: 11.9.7 (Apr2012-SP2) [obsolete]
CC: @njnes

Last updated: 2012-07-17 13:57:43 +0200

Comment 17434

Date: 2012-07-09 15:51:43 +0200
From: @mlkersten

In the VOC demo database, the following query (double use of IS NOT NULL) causes a segfault

SELECT hired, count(*) FROM voyages WHERE true AND hired IS NOT NULL AND hired is not null GROUP BY hired ORDER BY hired;

in 0x00007fadc5d4857e in exp_bin (sql=0x7fadb8005470, e=0x7fadb8115ea0, left=0x7fadb8118af0, right=0x0, grp=0x0, sel=0x0)
at /export/scratch1/mk/current//package/sql/server/rel_bin.c:690

Comment 17435

Date: 2012-07-09 22:55:23 +0200
From: @njnes

fixed bug in rel_push_select_down (down project)

Comment 17483

Date: 2012-07-17 13:57:43 +0200
From: @grobian

Fix released in Jul2012

@monetdb-team monetdb-team added bug Something isn't working normal SQL labels Nov 30, 2020
@sjoerdmullender sjoerdmullender added this to the Ancient Release milestone Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working normal SQL
Projects
None yet
Development

No branches or pull requests

2 participants