Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash during large sync #227

Closed
kylegordon opened this issue Feb 5, 2016 · 7 comments
Closed

Crash during large sync #227

kylegordon opened this issue Feb 5, 2016 · 7 comments

Comments

@kylegordon
Copy link

This may be a bit vague, but whilst importing a bunch of large directories with thousands of files on a Linux Syncthing machine, SyncTrayzor repeatedly crashed on a Windows machine that was receiving the data.

Whilst I have VS2015 installed, I'm no programmer. This is what the JIT debugger came out with, if it helps...

System.ArgumentNullException was unhandled
Message: An unhandled exception of type 'System.ArgumentNullException' occurred in Pri.LongPath.dll
Additional information: Value cannot be null.

@canton7
Copy link
Owner

canton7 commented Feb 5, 2016

Oh fun!

Mind sending me your log? You'll find it in C:\Users\<You>\AppData\Roaming\SyncTrayzor\logs\SyncTrayzor.log for the installed version, or logs\SyncTrayzor.log for the portable version.

If there's sensitive info in there, feel free to email it to me: my email's on my GitHub profile page.

@kylegordon
Copy link
Author

Yup! :-) That's it emailed over to you. SyncThing stays running, doing the job nicely - it's just SyncTrayzor that exits for some reason.

@canton7
Copy link
Owner

canton7 commented Feb 5, 2016

Ah. Completely coincidentally, I think you've just encountered a bug I've just fixed.

Can you try this build and see if it fixes your issue? https://ci.appveyor.com/project/canton7/synctrayzor/build/1.1.6.306/artifacts

Thanks!

@canton7
Copy link
Owner

canton7 commented Feb 6, 2016

Ah no, not quite the whole story. I'll look into this over the weekend. Thanks!

@canton7
Copy link
Owner

canton7 commented Feb 6, 2016

Turned out one of the libraries I use had changed how it handles some classes of input.

https://ci.appveyor.com/project/canton7/synctrayzor/build/1.1.6.307/artifacts should fix it, and will be built in about 10 mins. Mind trying it and seeing if it fixes the issue for you? Thanks!

@kylegordon
Copy link
Author

Yup, looks good. Seems stable 👍

@canton7
Copy link
Owner

canton7 commented Feb 8, 2016

Thanks for confirming

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants