Open GoogleCodeExporter opened 8 years ago
problem found:
def setDebugging():
logfile=open("log.txt","w")
...
tossim.addChannel("Thomas",logfile)
logfile has to be a global variable. Otherwise tossim try to write on an Object
that dose note exist anymore --> segmentation fault
Original comment by thomas9...@yahoo.de
on 16 Nov 2012 at 5:12
Original issue reported on code.google.com by
thomas9...@yahoo.de
on 16 Nov 2012 at 4:04