Skip to content

Crashes repeatedly with no (debug) log warning on heavy use... #915

@puterboy

Description

@puterboy

I use google-drive-ocamlfuse together with rsync to backup various folders on my Google Drive.

  • It crashes on different files each time -- so it doesn't seem to be a single bad file
  • The crashed file could be relatively small (e.g., <10MB) or larger (e.g., 250MB)
  • I have plenty of memory on my Linux machine (64 GB) with <16GB used
  • I am not aware of any network disconnects or issues
  • My Linux machine is otherwise rock stable (it's been up for > 6 months)

Not sure if something changed on Google in the past few months but until about 6 months or so ago, I was able to go several weeks at a time without a crash but now it seems to crash every time I rsync.
The fact that I can no longer reliably rsync files unfortunately makes this program unusable.

Note that I am using the latest 0.7.32 version.

The debug log seems to end abruptly without any indication of what is causing the crash:
Here are 2 examples of the final few lines:

[87606.243771] TID=801081: BEGIN: Loading resource /XXXXXXX (trashed=false) from db
[87606.243804] TID=801082: BEGIN: Getting metadata from context
[87606.244825] TID=801081: END: Loading resource /XXXXXX(trashed=false) from db: Found (id=80859, state=Synchronized)
[87606.244906] TID=801082: END: Getting metadata: Valid
[87606.244969] TID=801082: BEGIN: Loading resource /YYYYYY (trashed=false) from db
[87606.244983] TID=801081: BEGIN: Getting metadata from context
[87606.245963] TID=801082: [87606.245995] TID=801081: END: Getting metadata: Valid
END: Loading resource /YYYYYY (trashed=false) from db: Found (id=80859, state=Synchronized)
[87606.246032] TID=801081: BEGIN: Loading resource /Personal/Medical/StressEcho-20230330/ZZZZZZ (trashed=false) from db
[87606.250661] TID=801081: END: Loading resource /Personal/Medical/StressEcho-20230330/ZZZZZZ (trashed=false) from db: Found (id=80859, state=Synchronized)
[15905.860352] TID=134427: BEGIN: Loading resource /AAAAAA (trashed=false) from db
[15905.860359] TID=134428: BEGIN: Getting metadata from context
[15905.860399] TID=134427: END: Loading resource /AAAAAA (trashed=false) from db: Found (id=2916, state=ToDownload)
[15905.860414] TID=134428: END: Getting metadata: Valid
[15905.860436] TID=134427: [15905.860446] TID=134428: BEGIN: Loading resource /BBBBBB_US.exe (trashed=fal\
se) from db
Got cached memory buffer (remote id=1-8CYw-Npk8DoOUHdrR61UenbsoU_1WO-, index=169, size=1048576, buffer id=9)
[15905.860497] TID=134428: END: Loading resource /BBBBBB (trashed=false) from db: Found (id=2916, state=ToDownload)
[15905.860531] TID=134428: Got cached memory buffer (remote id=1-8CYw-Npk8DoOUHdrR61UenbsoU_1WO-, index=169, size=1048576, buffer id=9)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions