Opened 8 years ago
Closed 7 years ago
#1462 closed defect (invalid)
Failing to return 4.1GB result
Reported by: | Dimitar Misev | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 9.4 |
Component: | rasserver | Version: | development |
Keywords: | Cc: | Peter Baumann, Vlad Merticariu | |
Complexity: | Medium |
Description
I have a feeling an int is used somewhere instead of size_t causing this:
[INFO] - 09/12/2016 00:19:33.295400: ok, result type 'set <marray <char, [0:4115366645]>>', 1 element(s). [FATAL] - 09/12/2016 00:19:43.165788: Error: mymalloc(): ObjectBroker::freeMemory() failed.
Change History (2)
comment:1 by , 8 years ago
Milestone: | 9.3 → 9.4 |
---|
comment:2 by , 7 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Tested with 6GB selection and all worked fine with 32GB RAM, so it was probably just not enough memory in the above case.