Why doesn't Python exit from a raised exception when executed with an absolute path?

后端 未结 4 1267
面向向阳花
面向向阳花 2021-01-11 22:25

SOLVED: Rebooting the machine appears to have removed the issue. I will update if the problem returns.

I\'m having an issue where Python2.6 hangs after

4条回答
  •  盖世英雄少女心
    2021-01-11 22:55

    I tracked this problem down. It is trying to write to a socket that was held open by abrtd.

    Restarting abrtd 'fixed' the issue. This is why the machine reboot worked. I haven't found the root cause of the issue though.

提交回复
热议问题