Modify

Opened 12 years ago

Closed 12 years ago

#9100 closed defect (fixed)

ImageryCache crash after cleanStorage

Reported by: kcwu Owned by: akks
Priority: normal Milestone:
Component: Plugin imagerycache Version:
Keywords: Cc:

Description

After cleanStorage, imagerycache throw exception because db is not properly cleaned up.

In cleanStorage(), please add following lines:
dbs.remove(name);
storages.remove(name);

BTW, cleanStorage() dones't handle the case that multiple instance of josm.

Attachments (0)

Change History (2)

comment:1 by akks, 12 years ago

Thank you for feedback and help!
I tried to fix the issue by adding your lines and making more correct cleaning (delete all files - ., .p and .lock).
It seems to work for me now, please check the updated version: [o29944] [o29946]

Last edited 12 years ago by akks (previous) (diff)

comment:2 by Don-vip, 12 years ago

Resolution: fixed
Status: newclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain akks.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.