BulkLoader issue - player crashes if remove unfinished loader

Hi;

I’m making a website with different pages, one of which is an gallery. I load the images only when you go to the gallery page and I use BulkLoader for this. The problem is that if you switch the page while the loader is loading, the whole player crashes… I try to put the whole loading in try{}catch(){} block, but this doesn’t seems to help. I also added Event.REMOVED_FROM STAGE listener and tried to pauseAll() the bulkloader, but this doesn’t help, too. Some ideas?