Edgewall Software

Changes between Initial Version and Version 1 of Ticket #505


Ignore:
Timestamp:
Nov 25, 2009, 9:55:05 AM (14 years ago)
Author:
osimons
Comment:

It may well be something with the files for input/output as reported/fixed by #504. Could you try the again using latest 0.6dev from repos?

BTW, your traceback paste seems to be cut prematurely - it does not contain the final line(s) with the actual error and location in code. Please paste traceback again if issue persists - and enclosing the paste in a {{{ }}} block to pre-format the input.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #505

    • Property Milestone changed from 0.7 to 0.6
  • Ticket #505 – Description

    initial v1  
    11for several strings the bitten parser seems to get confused and throws an internal error. But there shouldn't be any case in which the parser should break. The parser has to accept any input.
    22
    3 
     3{{{
    442009-11-13 18:16:41.089521500 [INFO    ] find . -name "*.di" -exec cp -f {} ../../../tango/{} \;
    552009-11-13 18:16:41.113926500 [ERROR   ] Internal error in build step 'build'
     
    19192009-11-13 18:16:41.114000500   File "/usr/local/lib/python2.5/site-packages/Bitten-0.7dev_r790-py2.5.egg/bitten/build/api.py", line 47, in _decode
    20202009-11-13 18:16:41.114002500     return text.decode(sys.stdout.encoding, 'replace')
     21}}}