Opened 12 years ago
Closed 11 years ago
#326 closed defect (fixed)
segmentation fault on insert
Reported by: | Heinrich Stamerjohanns | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 9.0 |
Component: | rasserver | Version: | 8.4 |
Keywords: | Cc: | Peter Baumann | |
Complexity: | Medium |
Description
By trying to insert a 3-d float datafile (approx 400 MB) rasdaman crashes.
reading file f_bd3.dat…ok
constant 1: GMarray
Oid……………….:
Type Structure……..:
Type Schema………..: marray< float >
Domain…………….: [1:1095,1:300,1:300]
Base Type Schema……: float
Base Type Length……: 4
Data format………. : Array
Data size (bytes)…. : 394200000
Executing update query…Segmentation fault
Change History (4)
comment:1 by , 12 years ago
Component: | DEB → rasserver |
---|
comment:2 by , 11 years ago
Milestone: | → 9.0 |
---|
comment:4 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
it seems that rasdaman crashes if wrong intervals (too big) are specified, so if the file does not actually provide enough values for the specified interval.
So the query might fail or generate a warning, but should not crash.