Skip to content

DPL: adapt to FairMQ new API#15541

Merged
ktf merged 1 commit into
AliceO2Group:devfrom
aalkin:fix-for-fairmq
Jun 23, 2026
Merged

DPL: adapt to FairMQ new API#15541
ktf merged 1 commit into
AliceO2Group:devfrom
aalkin:fix-for-fairmq

Conversation

@aalkin

@aalkin aalkin commented Jun 19, 2026

Copy link
Copy Markdown
Member

Rebuild() of a message will call free() on the supplied buffer after copying it, if a custom free function was not given as an argument. Since oldestPossingTimeslice is not a heap object, calling free() on it is not allowed, which seems to be enforced by some compilers.

@ktf

Rebuild() of a message will call free() on the supplied buffer after
copying it, if a custom free function was not given as an argument.
Since oldestPossingTimeslice is not a heap object, calling free() on it
is not allowed, which seems to be enforced by some compilers.
@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2/fullCI_slc9 for c41d388 at 2026-06-19 11:55:

No log files found

Full log here.

@ktf ktf merged commit 630c8fb into AliceO2Group:dev Jun 23, 2026
11 checks passed
@ktf

ktf commented Jun 23, 2026

Copy link
Copy Markdown
Member

Not sure how this could have possibly worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants