Oliver Kowalke

Results 59 comments of Oliver Kowalke

Could you check if this issue is solved by #236 (branch develop)?! I can't do it because I don't own a MAC system.

seams to be an issue of defining _XOPEN_SOURCE in fiber.hpp

Sorry - I've no access to an machine with OS-X...

The arm64 assembler tool doesn't find symbol _jump_fcontext which is the label/function name of jump functionality. I don't know the requirements for labels in the universal mode on OS-X.

relates to https://github.com/boostorg/context/issues/203

Sorry, I need to debug the code but unfortunately I have no OSX ... maybe this issue of boost.context https://github.com/boostorg/context/issues/214 fixes your problem?

I observe a similar behavior in 2.10.4. I filled in a bug report that was unfortunately moved to 'discussion' - #46315. The solution I found was to pass the task...

OK, unfortunately I've the impression that nobody takes care about 'discussions' - anyway the 'issue' seams already be addressed in another bug ticket (I've linked each other).

executing a function before resuming a coroutine is done via ontop_fcontext() - wouldn't this satisfy your needs?