Opened 6 years ago
Closed 6 years ago
#1817 closed defect (fixed)
Create set type with nan null values segfaults on debian buster
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | critical | Milestone: | 9.7 |
Component: | rasserver | Version: | development |
Keywords: | Cc: | Bang Pham Huu | |
Complexity: | Medium |
Description
Can be reproduced with
directql -q 'CREATE TYPE test_double_1d_Set2 AS SET (DoubleString NULL VALUES [NaN])' --user rasadmin --passwd rasadmin -d $RASDATA/RASBASE
It happens only when compiled in Release mode (with -O3), but not in Debug mode.
Change History (3)
comment:1 by , 6 years ago
comment:3 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I cannot reproduce anymore on Debian.
Note:
See TracTickets
for help on using tickets.
I think this might happen the same in Lubuntu 18.04 for rasdaman stable as server killed.