-
Notifications
You must be signed in to change notification settings - Fork 140
Segmentation Fault #151
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
Comments
Update: I took a look, and the crash occurs in My binutils version is 2.28.0-4. Can anyone for who grive works confirm their own binutils version? |
2.26.1 here, working fine; did not try any other version. |
Also 2.26.1 (2.26.1-1ubuntu1~16.04.3). There is a minor upgrade available, but not to 2.28.x in the Ubuntu repo yet. |
For some reason this problem appeared again after a system upgrade (I now have binutils-2.29.1-2). I decided to dig some more, and I'm not quire sure what is going on with the Here is a stripped-down version of the problematic code. Now I am not familiar with the BFD library, but the output for
Can someone who doesn't have this issue run this code for me? At this point I believe this might actually be a binutils bug, although I would have to learn more about the library to be sure. WorkaroundIf anyone else has this bug, you can comment line 37 of You presumably won't get a backtrace when grive crashes, but at least you will be able to run it. |
When I run
grive -P -p ~/myfolder
, grive crashes (13160 Segmentation fault (core dumped) grive -P -p ~/myfolder
).Here is some
gdb
output:I use ArchLinux and have the latest system updates. Grive-sync worked a few months ago when I last used it, but I had to recompile it because of a library version mismatch.
Any idea what could be the cause?
The text was updated successfully, but these errors were encountered: