Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

#82 closed defect (duplicate)

bitten-master crashes on non-ASCII client output

Reported by: webkontakt@… Owned by: cmlenz
Priority: major Milestone:
Component: Build master Version: 0.5
Keywords: Cc: webkontakt@…
Operating System: Linux

Description

I a running a German UTF-8 locale, and the slave returns:

[ERROR   ] make: *** Keine Targets angegeben und keine »make«-Steuerdatei gefunden.  Schluss.

This causes the master to crash:

Step failed
Malformed frame
Traceback (most recent call last):
  File "build/bdist.linux-i686/egg/bitten/util/beep.py", line 311, in _handle_frame
  File "build/bdist.linux-i686/egg/bitten/util/beep.py", line 469, in handle_data_frame
  File "build/bdist.linux-i686/egg/bitten/master.py", line 221, in handle_reply
  File "build/bdist.linux-i686/egg/bitten/master.py", line 287, in _build_step_completed
  File "build/bdist.linux-i686/egg/bitten/model.py", line 715, in insert
  File "/usr/lib/python2.3/site-packages/sqlite/main.py", line 276, in executemany
    self.execute(query, _i)
  File "/usr/lib/python2.3/site-packages/sqlite/main.py", line 249, in execute
    parms = (self._unicodeConvert(parms[0]),)
  File "/usr/lib/python2.3/site-packages/sqlite/main.py", line 209, in _unicodeConvert
    converted_obj.append(item.encode(*self.con.encoding))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 26-27: ordinal not in range(128)
Traceback (most recent call last):
  File "/usr/bin/bitten-master", line 7, in ?
    sys.exit(
  File "build/bdist.linux-i686/egg/bitten/master.py", line 437, in main
  File "build/bdist.linux-i686/egg/bitten/util/beep.py", line 150, in run
  File "/usr/lib/python2.3/asyncore.py", line 119, in poll
    read(obj)
  File "/usr/lib/python2.3/asyncore.py", line 73, in read
    obj.handle_error()
  File "build/bdist.linux-i686/egg/bitten/util/beep.py", line 232, in handle_error
bitten.util.beep.TerminateSession: Malformed frame header

Attachments (0)

Change History (3)

comment:1 Changed 19 years ago by webkontakt@…

  • Owner changed from cmlenz to anonymous
  • Status changed from new to assigned

comment:2 Changed 19 years ago by webkontakt@…

  • Owner changed from anonymous to cmlenz
  • Status changed from assigned to new

Duplicate. Reported before (#75). I hoped I could close this ticket, but I can't.

comment:3 Changed 19 years ago by cmlenz

  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate of #75.

Add Comment

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain cmlenz.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.