Skip navigation.
 
mlRe: Trouble loading bundles at runtime
FROM : Bill Bumgarner
DATE : Wed Feb 06 23:26:45 2008

On Feb 6, 2008, at 2:21 PM, Bill Bumgarner wrote:
> Some suggestions:
>
> - Check the bundle's path;  is it different in the failure case vs. 
> the success case?
>
> - does the download process do some kind of a "all done, move into 
> place" operation?
>
>     - could there be a race condition where your loading code is 
> activated before the cleanup-after-download is done?


And another:

- Use fs_usage or Instruments File Activity template to monitor the 
filesystem interaction on a broken run vs. a normal run.  Comparing 
the sequence of FS API calls should give indication as to exactly 
where things have gone horribly wrong.

b.bum

Related mailsAuthorDate
mlTrouble loading bundles at runtime Alexander Griekspo… Feb 6, 18:36
mlRe: Trouble loading bundles at runtime Jonathan Hess Feb 6, 23:12
mlRe: Trouble loading bundles at runtime Alexander Griekspo… Feb 6, 23:20
mlRe: Trouble loading bundles at runtime Bill Bumgarner Feb 6, 23:21
mlRe: Trouble loading bundles at runtime Bill Bumgarner Feb 6, 23:26
mlRe: Trouble loading bundles at runtime Alexander Griekspo… Feb 6, 23:32