mikeliu763 / pyector

Automatically exported from code.google.com/p/pyector
0 stars 0 forks source link

crash after using @write and have to delete app and reload to start #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.run the program 
2.input about 25 small answers 
3.try to save using @write 

What is the expected output? What do you see instead?
expect it to save the conversation to file, instead a huge amount of output in 
the terminal about pickle.py as the programs crashes with the msg: 
RuntimeError: maximum recursion depth exceeded. After that the program will not 
start again. Get EOL errors, the saved file is corrupted and have to download 
and re-install app.

What version of pyECTOR are you using? 4
What version of Python are you using ? 2.73
On what operating system? Ubuntu 12.04

Please provide any additional information below.

A small sample of the output from the crash:
File "/usr/lib/python2.7/pickle.py", line 286, in save
    f(self, obj) # Call unbound method with explicit self
  File "/usr/lib/python2.7/pickle.py", line 649, in save_dict
    self._batch_setitems(obj.iteritems())
  File "/usr/lib/python2.7/pickle.py", line 663, in _batch_setitems
    save(v)
quad core amd 3200 cpu
8 gig ram

Original issue reported on code.google.com by krush1...@gmail.com on 7 Dec 2012 at 12:42

Attachments: