marek-sezemsky / coreemu

Automatically exported from code.google.com/p/coreemu
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

core-daemon fails to build a session list for the GUI #258

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Thread-176: exception while handling msg:
CoreRegMessage <msgtype = CORE_API_REG_MSG, flags = 0x0 <>>
   CORE_TLV_REG_GUI: core_2d_gui
Traceback (most recent call last):
   File "/usr/sbin/core-daemon", line 292, in handlemsg
     replies = msghandler(msg)
   File "/usr/sbin/core-daemon", line 985, in handleregmsg
     replies.append(self.server.tosessionmsg())
   File "/usr/sbin/core-daemon", line 1483, in tosessionmsg
     ncs = "|".join(nclist)
TypeError: sequence item 1: expected string, int found

Solved by forcing nodecount to string. See the attached 
daemon-node_count.diff

From:
http://pf.itd.nrl.navy.mil/pipermail/core-users/2014-August/001641.html

Original issue reported on code.google.com by ahrenh...@gmail.com on 21 Aug 2014 at 2:33

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r607.

Original comment by ahrenh...@gmail.com on 31 Oct 2014 at 6:35