ikiwiki/doc/bugs/rst_plugin_hangs_when_used_...

15 lines
507 B
Plaintext
Raw Normal View History

2014-09-04 12:04:32 +02:00
During ikiwiki make phase the rst process hangs:
2014-09-04 12:09:32 +02:00
[ps output](http://dpaste.com/21TQQKT)
[gdb backtrace 1](http://dpaste.com/0VQBW6D)
[gdb backtrace 1](http://dpaste.com/1VHS88Y)
2014-09-04 12:04:32 +02:00
working with python 2.7
2014-09-04 12:09:32 +02:00
[http://dpaste.com/0985A91](http://dpaste.com/0985A91)
2014-09-04 12:04:32 +02:00
not working with python3.3~3.4
2014-09-04 12:09:32 +02:00
[http://dpaste.com/0ACNK3W](http://dpaste.com/0ACNK3W)
2014-09-04 12:04:32 +02:00
looks like the problem is in proxy.py
2014-09-04 12:22:20 +02:00
ml = _IkiWikiExtPluginXMLRPCHandler._read(in_fd).decode('utf8')
without decode('utf8') is working