Nikita Popov
0f36224beb
Don't try to clean up generator stack on unclean shutdown
...
This fixes bugs #65035 and #65161 . In one of the bugs the issue is
that function_state.arguments is NULL, but the arg count is pushed
to the stack and the code tries to free it. In the other bug the
stack of the generator is freed twice, once in generator_close and
later during shutdown.
It's rather hard (if at all possible) to do a proper stack cleanup
on an unclean shutdown, so I'm just disabling it in this case.
2013-06-29 21:51:54 +02:00
..
2013-03-09 20:21:33 +01:00
2013-01-30 23:52:02 +01:00
2012-07-20 16:09:06 +02:00
2012-07-22 17:46:46 +02:00
2012-11-30 14:14:36 +04:00
2013-06-29 21:51:54 +02:00
2013-06-29 21:51:54 +02:00
2013-03-29 11:42:10 +01:00
2012-07-20 16:09:06 +02:00
2012-07-20 17:40:04 +02:00
2012-07-20 16:09:06 +02:00
2012-07-20 17:40:04 +02:00
2012-07-20 17:40:04 +02:00
2012-07-26 17:13:25 +02:00
2012-07-20 16:09:06 +02:00
2012-07-20 16:09:06 +02:00
2012-07-20 16:09:06 +02:00
2012-08-29 20:46:56 +02:00
2012-07-20 16:09:06 +02:00
2012-07-20 17:40:04 +02:00
2012-07-20 16:09:06 +02:00
2012-07-20 16:09:06 +02:00
2012-07-22 17:46:46 +02:00
2012-07-20 16:09:06 +02:00
2013-03-12 17:27:31 +01:00
2012-12-18 21:39:02 +01:00
2013-02-01 19:53:04 +01:00
2013-03-29 11:42:10 +01:00
2012-07-20 16:09:06 +02:00
2012-07-20 16:09:06 +02:00
2012-07-22 01:22:22 +02:00
2012-12-24 00:27:55 +01:00
2012-12-24 00:27:55 +01:00
2012-12-24 00:27:55 +01:00
2012-12-24 00:27:55 +01:00
2012-12-24 00:27:55 +01:00
2012-07-20 16:09:06 +02:00
2012-07-20 16:09:06 +02:00
2012-09-01 20:31:40 +02:00
2012-07-22 01:22:22 +02:00
2012-07-22 14:33:25 +02:00
2012-12-21 17:28:20 +01:00
2012-07-20 16:09:06 +02:00
2013-03-29 11:42:10 +01:00
2012-08-25 17:40:08 +02:00
2012-07-22 01:22:22 +02:00
2012-07-20 16:09:06 +02:00
2013-06-10 14:30:59 -07:00