sdk icon indicating copy to clipboard operation
sdk copied to clipboard

portable system call(aio/socket/thread/process/lock/event/pipe)

Results 22 sdk issues
Sort by recently updated
recently updated
newest added

worker quit timer leak

in case,i want to realization a keepalive stun request,so i call ice_agent_start every 2 second with same ice_agent*. in ice-checklist.c#157 darray_clear(&l->valids); darray_clear(&l->trigger); ice_candidate_components_clear(&l->components); // reset components this code will reset...

in case,i want to realization a keepalive stun request,so i call ice_agent_start every 2 second with same ice_agent*. in ice-checklist.c#157 darray_clear(&l->valids); darray_clear(&l->trigger); ice_candidate_components_clear(&l->components); // reset components this code will reset...

[09:27:09]Thread 40 received signal SIGSEGV, Segmentation fault. [09:27:09][Switching to Thread 0xaa3824b0 (LWP 29466)] [09:27:09]0xb5c3c880 in twtimer_cascade (tm=0x1886240, tv=0x1886658, index=11) [09:27:09] at ../source/twtimer.c:155 [09:27:09]155 ../source/twtimer.c: No such file or directory. [09:27:09](gdb)...

https://github.com/ireader/sdk/blob/e62b76e103bb7e6ed6509b88c791dd4945aa3440/libhttp/source/rfc822-datetime.c#L59

可以用交叉编译工具链在其他平台上编译 `sdk` 吗?比如 QNX 和 Android ? ```bash make PLATFORM=${QNX_HOST}/usr/bin/ntoaarch64 -j4 ```

1、头文件缺少 #include "sys/time.h" 2、位置错误 typedef uint32_t useconds_t; 只在#if defined(OS_WINDOWS)中声明,导致linux下未声明错误。

Make returned errors of undeclared "aio_write", "aio_read" and "sigval_t" in 'linux-async-pipe.c'. And make RELEASE=1 didn't work without -lasan flag.