PengZheng

Results 48 issues of PengZheng

```evt__tls__op``` failed to deal with partial write of ```evt__send_pending```, which makes the whole library unusable.

```bash $ ./create-ccan-tree -b automake ~/Desktop/third_party array_size Building ccan_depends, modfiles Cleaning source tree Adding ccan/array_size modfiles: Getting canonical version of directory ccan/array_size: **No such file or directory** Adding ccan/build_assert modfiles:...

**Describe the bug** When encountering a weird SFTP server, which refused to respond to our request, currently there is no way to cleanup local resources. **Expected behavior** If a user-provided...

```Makefile include ../Makefile.inc allgen : ${TLPI_LIB} # compiledb failed to expand *.c ${TLPI_LIB} : *.c ename.c.inc ${CC} -c -g ${CFLAGS} *.c ${RM} ${TLPI_LIB} ${AR} rs ${TLPI_LIB} *.o ename.c.inc : sh...

:cn and :cp does not work in vim, though they do work in gvim. At first, errors are indicated correctly by the arrows in the side bar. But pressing Enter...

bug

I deliberately choose compression as the default to avoid affecting current downstream conan package consumers, but I really don't mind making it consistent with the CMake default.

```C celix_filter_t *filter = celix_filter_create("(&(service.version>=1.2.2)(service.version

Issue created for record. https://github.com/apache/celix/runs/5694151734?check_suite_focus=true ``` 32: ==22607==ERROR: AddressSanitizer: heap-use-after-free on address 0x606000004b38 at pc 0x7faa3854701d bp 0x7faa2f3f65c0 sp 0x7faa2f3f65b0 32: READ of size 8 at 0x606000004b38 thread T5 32:...

I'm studying the OSGi lifecycle layer using this example. If there is any refactoring work needed for it, please let me know.