-
Notifications
You must be signed in to change notification settings - Fork 10
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
crash in XxHordiffImp::boundsHordiff2 #5
Comments
Original comment by René Bertin (Bitbucket: RJVB, GitHub: RJVB). Martin Blais wrote on 20161007::00:51:43 re: "Re: [Bitbucket] Issue #5: crash in XxHordiffImp::boundsHordiff2 (blais/xxdiff)" Yep. I looked into fixing it, this is probably case of a missing end condition related to very long lines, but couldn't understand what the code does quickly enough. Edit: got the error message through the Qt4 version: Diff error:
|
Original comment by Martin Blais (Bitbucket: blais, GitHub: blais). This has changed since: However, while it doesn't crash anymore, the UI does not really render much. It's still broken for very long lines. |
Original report by René Bertin (Bitbucket: RJVB, GitHub: RJVB).
I have a couple of logfiles that cause a crash in XxHordiffImp::boundsHordiff2() line 248 (
if ( ignoreWs && isspace( c[i] ) )
(with i==0). A quick look with a debugger suggests that pr[i] contains an invalid address (the debugger balks when I try to print *pr[i]).The text was updated successfully, but these errors were encountered: