Bug 10677 - Windows binaries fail to run after updates due to outdated extracted files
: Windows binaries fail to run after updates due to outdated extracted files
Status: RESOLVED INVALID
Product: Logitech Media Server
Classification: Unclassified
Component: Windows Service
: 7.3.2
: PC Windows XP
: P3 normal (vote)
: 7.3.3
Assigned To: Michael Herger
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-01-13 21:07 UTC by Michael Herger
Modified: 2009-01-14 00:10 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Herger 2009-01-13 21:07:52 UTC
Windows binaries are basically perl interpreters with all the modules bound to them. This package is extracted at runtime to a temporary folder. For performance reasons the binary doesn't clean up that temporary folder, which can lead to SC trying to load outdated modules.

We should disable that caching to get more robust updates at the cost of slightly slower startup times.
Comment 1 Michael Herger 2009-01-14 00:10:47 UTC
Ugh... already did this two months ago (change 23882)