-
Notifications
You must be signed in to change notification settings - Fork 100
Segmentation fault processing svn repository #26
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
Luckily the branch which caused the problem is in the stack trace, so I just did:
This allowed svn2git to skip the branch and continue on with the conversion. The errant commit seems to have propagated right through the history though. It takes about 2 hours for the process to core and before you can find the branch. See also: It would be nice if it was able to log the branch that is causing trouble. It looks like it only logs the branch after it processes it. |
In some cases you could be waiting for 6 hours for it to core dump, a better alternative is to do :
This should give you the branch it's currently processing, which you can then add to your rule set for skipping. |
I think this maybe caused by a circular dependency within the svn commit history. For example if you have a project with |
We have now a test harness in place. |
Uh oh!
There was an error while loading. Please reload this page.
I get a segmentation fault while processing a SVN repository. There is no information other than:
fatal: EOF in data (285 bytes remaining)
It creates a dump report but I don't know what the contents means. It prints '+' to the screen over and over and it never appears to move past that point. It's like it has encountered a circular dependency in the svn repository.
Here's the back trace from the core dump:
The text was updated successfully, but these errors were encountered: