Open hamaluik opened 8 years ago
I have the same issue, reported it here: https://github.com/haxetink/tink_runloop/issues/4
FYI I was having the same problem on my mac until I installed a haxe nightly build just now
i have the same problem on linux, got this error when running with gdb:
Thread 50 "Main" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fff1f7fe700 (LWP 1330)]
0x00000000005e61fa in make_array_result(Array<Dynamic>, fd_set*) ()
I've added a workaround for haxe 3.2.1: https://github.com/benmerckx/monsoon/blob/master/src/monsoon/Monsoon.hx#L124 It's released in monsoon 0.3.2.
The cpp build issues are unrelated, monsoon (or tink_http) currently won't function with the latest hxcpp, some discussion about it here: https://groups.google.com/forum/#!topic/haxelang/aP4fQWiEmD4
Hugh solved a problem regarding cpp just now: https://groups.google.com/forum/#!topic/haxelang/301IdkBO_UI Just in case you run into this.
On Linux in "embedded" mode, the app exits immediately (does not sit around listening). On Windows, the same program runs as expected.
Tested the following with neko and cpp:
built thusly:
Any idea how to sort that out?