AnantLabs / big5sync

Automatically exported from code.google.com/p/big5sync
1 stars 0 forks source link

Exception when tagging mapped drive oder VPN #245

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Mount a drive over VPN
2.Open this drive to tag
3.Klick on the button "Tag"

What is the expected output? What do you see instead?
Tagging normal mapped drives (out of the LAN) seem to work, at least there is 
no crash. A mapped WAN-Drives, here over VPN, let Snycless crash immeadiatley.

What version of the product are you using? On what operating system?
2.1

Please provide any additional information below.

Please paste the debug.log found in root Syncless folder(if any) below.
(Please
filter off any data that you do not want other people to see with "#")
---Debug.log---
2012-04-15 11:38:25 -   Exception Caught
            --------------------------------------------------------
            System.Threading.ThreadAbortException

                        System.Threading.ThreadAbortException: Thread was being aborted.
               at Microsoft.Win32.Win32Native.GetFileAttributesEx(String name, Int32 fileInfoLevel, WIN32_FILE_ATTRIBUTE_DATA& lpFileInformation)
               at System.IO.File.FillAttributeInfo(String path, WIN32_FILE_ATTRIBUTE_DATA& data, Boolean tryagain, Boolean returnErrorOnNotFound)
               at System.IO.File.InternalExists(String path)
               at System.IO.File.Exists(String path)
               at Syncless.Core.SaveLoadHelper.SaveProfiling(String appPath)
               at Syncless.Core.SaveLoadHelper.SaveAll(String appPath)
               at Syncless.Core.SystemLogicLayer.Save()
               at Syncless.Core.LogicQueueObserver.Handle(AbstractNotification notification)
               at Syncless.Core.LogicQueueObserver.Run()
            --------------------------------------------------------

Original issue reported on code.google.com by alfredpo...@googlemail.com on 15 Apr 2012 at 9:51