Time Nick Message 02:28 paramat hmmmm here's the PR for enabling snowbiomes in mgv6, there's some stuff to consider in the description 06:57 hmmmm i'm going to defer that decision to you 06:57 hmmmm i don't have any strong opinions either way 07:06 Zeno` technomancy, you host Xanadu for tenplus1? 07:08 Zeno` Because it's almost impossible to debug #2661 without compiling a debug version of minetest; and as hmmmm mentioned valgrind or massif output would be ideal (but I am not sure how well a live server would work running with either of those). A stack trace at least would be better than nothing 07:08 ShadowBot https://github.com/minetest/minetest/issues/2661 -- std::bad_alloc in 0.4.12+ 14:20 technomancy should I be getting "attempt to yield across C-call boundary" when calling coroutine.yield()? 14:21 technomancy I've seen other mods using coroutines successfully... what is their secret? =) 14:27 celeron55 show your code 14:28 celeron55 and if possible, the code of a mod that works 14:28 technomancy https://github.com/technomancy/calandria/blob/master/mods/calandria/server.lua#L23 here's mine 14:29 technomancy basically what happens is when I initiate a digiline session with a server block, it loads up a shell, which blocks waiting for input 14:30 technomancy I've sandboxed the shell to run in an environment where io.read simply pulls from a buffer that's populated by incoming digiline messages 14:30 technomancy but if the buffer is empty it needs to yield or it will deadlock 14:31 celeron55 i don't think you even create a coroutine anywhere in there 14:33 technomancy ah sorry--I don't have the latest code pushed 14:37 technomancy ok; it looks like this may have just been a misleading error message 14:37 technomancy sorry to bother 14:38 technomancy I was thinking in terms of symmetric coroutines, not asymmetric coroutines 14:50 technomancy yeah... I'm totally going to need a scheduler here; crap 15:36 VanessaE just a reminder: 15:36 VanessaE [05-24 19:37] YvesLevier reports the following crash: http://paste.ubuntu.com/11337875 15:36 VanessaE I've seen at least a few other similar crashes (but citing different locations in builtin/) in the past few days 15:36 VanessaE none on my end, just reports from others. 15:51 est31 VanessaE, that code is really ugly 15:52 VanessaE clearly :) 15:53 est31 ah not so ugly as I originally thought 15:53 est31 depends on parenthesises and number of = signs :) 15:53 est31 either way, usually every assertion failed error is different.