Closed GoogleCodeExporter closed 9 years ago
Original comment by sikmir
on 29 Nov 2014 at 11:12
tinypy itself is fine, the problem is in stack size.
problem could be fixed by changing mods.conf as follows:
@Runlevel(2) include embox.kernel.thread.core(thread_stack_size=65536)
Currently it is impossible to specify acceptable range of parameters from
another module in my-file (like "depends thread.core(stack_size>=65536)").
However, this feature could be implemented in the next version of Mybuild,
corresponding issue will be created.
Original comment by deryugin...@gmail.com
on 12 Dec 2014 at 12:41
Original issue reported on code.google.com by
sikmir
on 29 Nov 2014 at 11:10