fiber_create(), palloc(): throw OOM exception
Now that the network layer is exception aware, slowly transit with the rest of Tarantool subsistems to exception-based error handling model. Make sure fiber_create() throws an exception if there is insufficient memory for fiber or its stack. Make the rest of the code aware of the change.
Showing
- include/coro.h 5 additions, 3 deletionsinclude/coro.h
- mod/box/memcached-grammar.m 219 additions, 222 deletionsmod/box/memcached-grammar.m
- mod/box/memcached-grammar.rl 1 addition, 2 deletionsmod/box/memcached-grammar.rl
- mod/box/memcached.m 6 additions, 3 deletionsmod/box/memcached.m
- src/coio.m 10 additions, 9 deletionssrc/coio.m
- src/coro.m 9 additions, 14 deletionssrc/coro.m
- src/fiber.m 17 additions, 9 deletionssrc/fiber.m
- src/palloc.m 11 additions, 5 deletionssrc/palloc.m
- src/replica.m 4 additions, 2 deletionssrc/replica.m
Loading
Please register or sign in to comment