libqb icon indicating copy to clipboard operation
libqb copied to clipboard

libqb is a library providing high performance logging, tracing, ipc, and poll.

Results 44 libqb issues
Sort by recently updated
recently updated
newest added

The libqb test suite (resources.test) cleans out all the ringbuffer files left over by the deliberately failing ipc tests, but does not clean out the directories that contain them, cluttering...

A little over a year ago, I had written to the developers list about a crash I was seeing occasionally from make_job_from_tmo() in a multi-threaded process. This resulted in Issue...

Preliminary libqb-side solution to http://oss.clusterlabs.org/pipermail/users/2018-January/007169.html Commentary (qblog.h + commit message) missing at this point.

Hi, Here is a preview of what I'm currently playing with. Sparked by Hurd compatibility issues, but applies generally. Another direction (not represented here) will be cutting down the warnings...

For non-Linux sockets, libqb appears to use the effective UID/GID as the socket credentials, and given the member naming in struct qb_ipcc_connection (i.e. euid/egid), it seems that was the original...

All of the libqb maps leave 'ownership' of the memory stored in them to the caller. So the claler can easily free things that are stored in the maps without...

This is an intended prerequisite to add support for new log back-ends like: * native journald handover - https://freedesktop.org/software/systemd/man/sd_journal_send.html - https://freedesktop.org/software/systemd/man/systemd.journal-fields.html * The OpenTracing Semantic Specification compliant back-end - https://github.com/opentracing/specification/blob/master/specification.md#the-opentracing-api...

RFE

Low priority, but would be convenient. Pacemaker has three IPC names for its CIB daemon, "cib_ro", "cib_rw", and "cib_shm". This is largely for legacy reasons, and they could be combined...

parent process create a qb_loop_t object, when I fork a child process, the child process's signal does not work properly. I think may be the global pipe_fds should be closed,...