Opened 6 years ago

Closed 6 years ago

#1845 closed defect (fixed)

Rasql_Segfault by mismatch domain extend after scaling

Reported by: Bang Pham Huu Owned by: bbell
Priority: major Milestone: 9.7
Component: server Version: development
Keywords: Cc: Dimitar Misev
Complexity: Medium

Description

'SELECT ENCODE( ( 
Extend( Scale( ( ( c0[527:582, 0:29] ) ), [0:256,0:134]), 
[0:256, -9615285:-9615029] ) ) , "png", "{\"nodata\": [0,0,0,0]}") FROM cetvrto_polje_pyramid_32 as c0'... parsing... checking semantics... evaluating...  [INFO] - 2018-08-10 13:14:56,196: Segmentation fault caught, stacktrace:
 [INFO] - 2018-08-10 13:14:56,201: [bt]: (1) /lib64/libc.so.6 (??:0) - +0x14ad15 [0x7f3d87eb5d15]
 [INFO] - 2018-08-10 13:14:56,201: [bt]: (2) /home/rasdaman/rasdaman_community/install/bin/rasserver() [0x63ccef]
 [INFO] - 2018-08-10 13:14:56,201: [bt]: (3) /home/rasdaman/rasdaman_community/install/bin/rasserver() [0x51a6ff]
 [INFO] - 2018-08-10 13:14:56,201: [bt]: (4) /home/rasdaman/rasdaman_community/install/bin/rasserver() [0x518983]
 [INFO] - 2018-08-10 13:14:56,201: [bt]: (5) /home/rasdaman/rasdaman_community/install/bin/rasserver() [0x549ee7]
 [INFO] - 2018-08-10 13:14:56,201: [bt]: (6) /home/rasdaman/rasdaman_community/install/bin/rasserver() [0x57b69d]
 [INFO] - 2018-08-10 13:14:56,201: [bt]: (7) /home/rasdaman/rasdaman_community/install/bin/rasserver() [0x488c0b]
 [INFO] - 2018-08-10 13:14:56,201: [bt]: (8) /home/rasdaman/rasdaman_community/install/bin/rasserver() [0x42399b]
 [INFO] - 2018-08-10 13:14:56,201: [bt]: (9) /home/rasdaman/rasdaman_community/install/bin/rasserver() [0x70e688]
 [INFO] - 2018-08-10 13:14:56,201: [bt]: (10) /home/rasdaman/rasdaman_community/install/bin/rasserver() [0x7331f6]
 [INFO] - 2018-08-10 13:14:56,201: [bt]: (11) /home/rasdaman/rasdaman_community/install/bin/rasserver() [0x74c2b4]
 [INFO] - 2018-08-10 13:14:56,201: [bt]: (12) /home/rasdaman/rasdaman_community/install/bin/rasserver() [0x76bdd9]
 [INFO] - 2018-08-10 13:14:56,201: [bt]: (13) /home/rasdaman/rasdaman_community/install/bin/rasserver() [0x7b74de]
 [INFO] - 2018-08-10 13:14:56,201: [bt]: (14) /home/rasdaman/rasdaman_community/install/bin/rasserver() [0x7b993b]
 [INFO] - 2018-08-10 13:14:56,201: [bt]: (15) /home/rasdaman/rasdaman_community/install/bin/rasserver() [0x7b9a4c]
 [INFO] - 2018-08-10 13:14:56,211: [bt]: (16) /lib64/libstdc++.so.6 (??:?) - +0xb52b0 [0x7f3d886fb2b0]
 [INFO] - 2018-08-10 13:14:56,216: [bt]: (17) /lib64/libpthread.so.0 (??:0) - +0x7e25 [0x7f3d88d6fe25]
 [INFO] - 2018-08-10 13:14:56,226: [bt]: (18) /lib64/libc.so.6 (??:?) - clone+0x6d [0x7f3d87e6334d]
 [INFO] - 2018-08-10 13:14:56,226: rasserver terminated.

The problem is array has this sdom after scale: [0:256,0:134]
and extend to [0:256, -9615285:-9615029].

Change History (2)

comment:1 by Dimitar Misev, 6 years ago

Can you reformulate the query with something like test_grey / mr2? I can't reproduce the segfault.

in reply to:  1 comment:2 by Bang Pham Huu, 6 years ago

Resolution: fixed
Status: newclosed

Replying to dmisev:

Can you reformulate the query with something like test_grey / mr2? I can't reproduce the segfault.

Cannot reproduce from original test collection in newly built rasdaman.

Note: See TracTickets for help on using tickets.