Changes between Version 1 and Version 2 of Ticket #18183


Ignore:
Timestamp:
Dec 28, 2022, 9:31:19 AM (2 years ago)
Author:
jackburton
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18183 – Description

    v1 v2  
    22The attached test application allocates many bitmaps (300), adds them to list, then iterates the list and saves the bitmap to disk using the translation kit.
    33
    4 On haiku 32 bit it fails with "out of memory", but doesn't seem so, looking at ActivityMonitor or ProcessController.
     4On haiku 32 bit it fails with "no translator found". Syslog shows
     5
     6{{{
     7KERN: runtime_loader: /boot/system/lib/libIlmImf-2_2.so.23.0.0: Could not map image: Out of memory
     8}}}
     9
     10but doesn't seem so, looking at ActivityMonitor or ProcessController.
    511Works fine with only 100 bitmaps.
    612