Advertisement
Guest User

svn diff 1.8.9 crash

a guest
Jun 23rd, 2014
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 3.23 KB | None | 0 0
  1. 0x00007ffff67ba425 in raise () from /lib/x86_64-linux-gnu/libc.so.6
  2. #1  0x00007ffff67bdb8b in abort () from /lib/x86_64-linux-gnu/libc.so.6
  3. #2  0x00007ffff6fc8ade in svn_error_abort_on_malfunction (can_return=<optimized out>, file=<optimized out>, line=<optimized out>, expr=<optimized out>) at subversion/libsvn_subr/error.c:722
  4. #3  0x00007ffff76c2cdd in svn_ra_do_diff3 (session=0x68d260, reporter=0x7fffffffd9c8, report_baton=0x7fffffffda18, revision=1403046, diff_target=<optimized out>, depth=<optimized out>, ignore_ancestry=1, text_deltas=1, versus_
  5. url=0x6521e8 "svn+ssh://arcadia.yandex.ru/arc/trunk/arcadia/yweb/robot/queuer", diff_editor=0x6528c8, diff_baton=0x652948, pool=0x651228) at subversion/libsvn_ra/ra_loader.c:870
  6. #4  0x00007ffff7b9df53 in diff_repos_wc (path_or_url1=path_or_url1@entry=0x660b10 "..", revision1=revision1@entry=0x7fffffffdfe8, peg_revision=peg_revision@entry=0x7fffffffde30, path2=path2@entry=0x660b10 "..", reverse=reverse
  7. @entry=0, depth=depth@entry=svn_depth_unknown, ignore_ancestry=ignore_ancestry@entry=1, show_copies_as_adds=show_copies_as_adds@entry=0, use_git_diff_format=use_git_diff_format@entry=0, changelists=changelists@entry=0x64b790,
  8. callbacks=callbacks@entry=0x7ffff7dd7cc0 <diff_callbacks>, callback_baton=callback_baton@entry=0x7fffffffdc10, cmd_baton=cmd_baton@entry=0x7fffffffdc10, ctx=ctx@entry=0x64c980, scratch_pool=scratch_pool@entry=0x651228, revisio
  9. n2=0x7fffffffdff8) at subversion/libsvn_client/diff.c:2027
  10. #5  0x00007ffff7b9f4b5 in do_diff (callback_baton=callback_baton@entry=0x7fffffffdc10, ctx=ctx@entry=0x64c980, path_or_url1=path_or_url1@entry=0x660b10 "..", path_or_url2=path_or_url2@entry=0x660b10 "..", revision1=revision1@e
  11. ntry=0x7fffffffdfe8, revision2=revision2@entry=0x7fffffffdff8, peg_revision=peg_revision@entry=0x7fffffffde30, depth=depth@entry=svn_depth_unknown, ignore_ancestry=ignore_ancestry@entry=1, show_copies_as_adds=show_copies_as_ad
  12. ds@entry=0, use_git_diff_format=use_git_diff_format@entry=0, changelists=changelists@entry=0x64b790, pool=pool@entry=0x651228, callbacks=0x7ffff7dd7cc0 <diff_callbacks>) at subversion/libsvn_client/diff.c:2090
  13. #6  0x00007ffff7ba0d7a in svn_client_diff_peg6 (options=options@entry=0x0, path_or_url=0x660b10 "..", peg_revision=peg_revision@entry=0x7fffffffde30, start_revision=start_revision@entry=0x7fffffffdfe8, end_revision=end_revisio
  14. n@entry=0x7fffffffdff8, relative_to_dir=relative_to_dir@entry=0x0, depth=svn_depth_unknown, ignore_ancestry=1, no_diff_added=0, no_diff_deleted=0, show_copies_as_adds=show_copies_as_adds@entry=0, ignore_content_type=0, ignore_
  15. properties=ignore_properties@entry=0, properties_only=0, use_git_diff_format=0, header_encoding=0x1 <error: Cannot access memory at address 0x1>, outstream=outstream@entry=0x6608d0, errstream=errstream@entry=0x6609a0, changeli
  16. sts=0x64b790, ctx=ctx@entry=0x64c980, pool=pool@entry=0x651228) at subversion/libsvn_client/diff.c:2677
  17. #7  0x000000000040bc69 in svn_cl__diff (os=<optimized out>, baton=<optimized out>, pool=0x64b1f8) at subversion/svn/diff-cmd.c:441
  18. #8  0x000000000041ad23 in sub_main (argc=argc@entry=5, argv=argv@entry=0x7fffffffe2f8, pool=pool@entry=0x64b1f8) at subversion/svn/svn.c:2878
  19. #9  0x0000000000406c6d in main (argc=5, argv=0x7fffffffe2f8) at subversion/svn/svn.c:2973
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement