GNOME Bugzilla – Bug 620812
Crashed on automatic syncing to a remote filesystem if no network connection is available.
Last modified: 2010-06-07 10:21:16 UTC
EventType : clr20r3 P1 : tomboy.exe P2 : 0.0.0.0 P3 : 4bb0f1b8 P4 : filesystemsyncservice P5 : 0.0.0.0 P6 : 4bb0f1bc P7 : 4 P8 : 60 P9 : system.exception
This is not enough info to diagnose your problem. If there is nothing in tomboy.log, then please run Tomboy from a terminal with the --debug flag, and copy the output from there when you can reproduce the crash.
Unhandled Exception: System.Exception: Could not create "U:\.tomboy": The network drive is not reachable. Weitere Informationen über di e Behebung von Netzwerkproblemen finden Sie in der Windows-Hilfe. bei Tomboy.Sync.FileSystemSyncServiceAddin.CreateSyncServer() in c:\Users\Sandy Armstrong\Desktop\gnome-git\tomboy\Tomboy\Addins\FileSyst emSyncService\FileSystemSyncServiceAddin.cs:Zeile 59. bei Tomboy.Sync.SyncManager.BackgroundSyncChecker() in c:\Users\Sandy Armstrong\Desktop\gnome-git\tomboy\Tomboy\Synchronization\SyncManag er.cs:Zeile 295. bei Tomboy.Sync.SyncManager.<UpdateSyncAction>b__8(Object o) in c:\Users\Sandy Armstrong\Desktop\gnome-git\tomboy\Tomboy\Synchronization\ SyncManager.cs:Zeile 276. bei System.Threading._TimerCallback.TimerCallback_Context(Object state) bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) bei System.Threading._TimerCallback.PerformTimerCallback(Object state)
On a manual sync this exception is handled and on automatic sync not. Steps to reproduce: 1. start tomboy 2. dissable network connection 3. wait for automatic sync to come 4. tomboy crash Expected behaviour: No crash and possbily a warning.
Thanks for the stack, I'll have this fixed for the next unstable release.