jmpval = setjmp(jmpenv)
if jmpval:
printf("LS jmpval: %d\n", jmpval)
if jmpval == -1:
gnet.reset()
return
gnet.close()
printf("LS jmpval return\n")
returnmystring():
this.allocated = Falsevoid create(unsigned int buflen):
# snip ...
this.allocated = TrueFile "/usr/lib/python3.8/traceback.py", line 190, in print_stack
print_list(extract_stack(f, limit=limit), file=file)
--
---
You received this message because you are subscribed to the Google Groups "cython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cython-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cython-users/c94e5c13-7cc2-4eba-844f-b2c55280bde6o%40googlegroups.com.
Update: Made a silly mistake with the printf, forgot to add gnet.closed in the printf. I now get "sockid: 1, closed: 0, gnet.inbuf.allocated: 1, gnet.outbuf.allocated: 1".
Still investigating what's going on with the fatal error and related bugs, only thing I've found out so far is that the fatal error may be caused by asyncio loop.call* > func > longjmp.
--
---
You received this message because you are subscribed to the Google Groups "cython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cython-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cython-users/c408681a-e6b5-4bb9-94a1-24e5a5b67f83n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cython-users/96c9a8f8-d832-44cb-98c8-9857c1393142n%40googlegroups.com.