-
Notifications
You must be signed in to change notification settings - Fork 104
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
Attic segfaults #334
Comments
Very much likely, this is related. Now, if I try to remove the checkpoint, I get File "/home/callegar/PythonEnvs/Py3-Attic/bin/attic", line 3, in Note that the |
Which ARM cpu is this precisely? |
This is an ARM V5 - in fact a Kirkwood OPENRD machine running Debian Jessie. |
Funny enough, I see the problem when I try to Starting repository check... |
Same hardware as in #309 in fact (ARM V5, not V7, though) cat /proc/cpuinfo Hardware : Marvell OpenRD Client Board |
Also, as you said it is a rather large backup: watch your free disk space and free (virtual) memory while the backup is running. |
There does not seem to be pressure on either of them... |
Looks like an alignment issue. Checked with Should I try the git most recent commit? |
Yes, please try latest git version. |
OK... I'll test tomorrow... to late now for the slow arm machine... |
Current git tip apparently works without any error. |
@jborg ^^ (in case you didn't see) |
I had seen the git repo. I don't know if I am still missing something. The fix in github is dated May 24. |
Hi @sergiocallegari, Did you try with latest git master, not a release but the actual source files? |
Yes, git master is fine. However, the fix is not present in any release. A 0.16.1 release would be very useful for people on arm. |
Yes, releases are good. Of course it's up to the maintainer on when to make a release but there are a couple hundred problems listed here that the maintainer may want to resolve first: |
Tried a relatively large backup with latest attic, armel machine, backup to amd64 remote host.
Backup seems to start correctly, but at a certain point I get a "5808 Segmentation fault"
By using verbose mode, I see that this happens while baking up a large (1GB) file. A similarly large file goes through fine just before, though.
Can this be related to the armel arch or the limited amount of memory of the machine (512 MB)?
Any clue on how to provide better info to debug?
The text was updated successfully, but these errors were encountered: