2331: Preview is not available message

katsn*****@gmai***** (Google Code) (Is this you? Claim this profile.)
Oct. 14, 2011
2332
What version are you running? 1.6.1


What's the URL of the page containing the problem?


What steps will reproduce the problem?
1.difference between two revisions
2.
3.

What is the expected output? What do you see instead?


What operating system are you using? What browser?


Please provide any additional information below.

Diff currently unavailable.
Error: [Errno 32] Broken pipe
Details

Traceback (most recent call last):
  File "c:\python25\lib\site-packages\ReviewBoard-1.6.1-py2.5.egg\reviewboard\diffviewer\views.py", line 217, in view_diff_fragment
    file = get_requested_diff_file()
  File "c:\python25\lib\site-packages\ReviewBoard-1.6.1-py2.5.egg\reviewboard\diffviewer\views.py", line 193, in get_requested_diff_file
    get_chunks)
  File "c:\python25\lib\site-packages\ReviewBoard-1.6.1-py2.5.egg\reviewboard\diffviewer\diffutils.py", line 1071, in get_diff_files
    large_data=True)
  File "c:\python25\lib\site-packages\Djblets-0.6.11-py2.5.egg\djblets\util\misc.py", line 155, in cache_memoize
    data = lookup_callable()
  File "c:\python25\lib\site-packages\ReviewBoard-1.6.1-py2.5.egg\reviewboard\diffviewer\diffutils.py", line 1070, in <lambda>
    enable_syntax_highlighting)),
  File "c:\python25\lib\site-packages\ReviewBoard-1.6.1-py2.5.egg\reviewboard\diffviewer\diffutils.py", line 552, in get_chunks
    new = get_patched_file(old, filediff)
  File "c:\python25\lib\site-packages\ReviewBoard-1.6.1-py2.5.egg\reviewboard\diffviewer\diffutils.py", line 374, in get_patched_file
    return patch(filediff.diff, buffer, filediff.dest_file)
  File "c:\python25\lib\site-packages\ReviewBoard-1.6.1-py2.5.egg\reviewboard\diffviewer\diffutils.py", line 223, in patch
    p.stdin.write(diff)
IOError: [Errno 32] Broken pipe
chipx86
#1 chipx86
Has this ever worked?

Does this break consistently? Does it report anything about where the temp directory is? Might be useful to see what the files look like.
  • +NeedInfo
#2 katsn*****@gmai***** (Google Code) (Is this you? Claim this profile.)
What do you mean ever? It works fine, usually. Just the page needs to be refreshed.
Perhaps this issue can be merged with 2332. It is the same problem.
chipx86
#3 chipx86
Didn't realize. The actual errors are different, but probably the same root cause.