Opened 9 years ago
Last modified 8 years ago
#12446 assigned bug
Haiku hangs completely when using the Album app
Reported by: | un_spacyar | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Servers/app_server | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Ok, it's mainly an Album issue, but I think the S.O. could avoid hanging completely. The steps to reproduce it are the following:
Browse a folder with more than 1400 or 1500 image files. When creating the thumbnails, the app (and the entirely S.O.) hangs after showing aproximately 1300 thumbs. In the syslog I dont see any error message. The last entry in the syslog is:
KERN: slab memory manager: created area 0xdf801000 (10610).
Tested in x86_gcc2 hrev49730 The version of Album is the one from the HaikuDepot.
Change History (3)
comment:1 by , 9 years ago
comment:2 by , 8 years ago
Component: | - General → Servers/app_server |
---|---|
Owner: | changed from | to
comment:3 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
Haiku goes out of ports because each thumbnail uses a Bitmap with acceptsViews == true. So for every thumbnail there is an hidden window. A possibile solution could be to copy the scaled thumbnail in a Bitmap with acceptsViews == false.