You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all I have to say this, onedrive-uploader is an awesome project we have ended up using in so many of our own projects, and we are really thankful for the great work you are doing here. You've done an amazing job.
Issue Description
Now to the point here in question, I have an extremely intensive project that uploads 20-30 documents per minute using onedrive-uploader and every once in a while after 5-6 hours it will have this error on one of the files and then onedrive-uploader gets back to normal. This Segmentation Violation is occurring due to a memory leak which is very hard to get in say a low usage environment.
Testing Environment
OS: Ubuntu 20.04 LTS Platform: Same Issue on ARM & x86 Internet Connection: 2 Gigabit on a Cloud Platform
How to Replicate
Consistently Upload Documents for a Couple of Hours without Rebooting and eventually you should see this Segmentation Violation. I have tested this out on vanilla Ubuntu 20.04 installs.
Conclusion
I don't know if the above attached traceback could help us pin-point the leak at hand it main.go:147 so if we can add an exception handle for that invalid memory address or nil we can fix the issue.
The text was updated successfully, but these errors were encountered:
Hi @OttomanZ ,
thanks for your bug report! I've hopefully found the cause of this segfault, however not the cause of the failing upload. Nevertheless, the segfault should be fixed with version 0.8.2. I'd be happy to hear if this resolves your issue.
Hi @virtualzone ,
First of all I have to say this,
onedrive-uploader
is an awesome project we have ended up using in so many of our own projects, and we are really thankful for the great work you are doing here. You've done an amazing job.Issue Description
Now to the point here in question, I have an extremely intensive project that uploads
20-30 documents
per minute usingonedrive-uploader
and every once in a while after 5-6 hours it will have this error on one of the files and thenonedrive-uploader
gets back to normal. This Segmentation Violation is occurring due to a memory leak which is very hard to get in say a low usage environment.Testing Environment
OS: Ubuntu 20.04 LTS
Platform: Same Issue on ARM & x86
Internet Connection: 2 Gigabit on a Cloud Platform
How to Replicate
Consistently Upload Documents for a Couple of Hours without Rebooting and eventually you should see this Segmentation Violation. I have tested this out on vanilla Ubuntu 20.04 installs.
Conclusion
I don't know if the above attached traceback could help us pin-point the leak at hand it
main.go:147
so if we can add an exception handle for thatinvalid memory address or nil
we can fix the issue.The text was updated successfully, but these errors were encountered: