RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1256701 - 'make check' failure - 'Error: shared memory segments not closed/unlinked'
Summary: 'make check' failure - 'Error: shared memory segments not closed/unlinked'
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: libqb
Version: 7.1
Hardware: Unspecified
OS: FreeBSD
unspecified
low
Target Milestone: rc
: ---
Assignee: Christine Caulfield
QA Contact: cluster-qe@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-08-25 09:53 UTC by Christine Caulfield
Modified: 2015-09-22 09:02 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-09-22 09:02:45 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Christine Caulfield 2015-08-25 09:53:07 UTC
Description of problem:
Running 'make check' on FreeBSD 9 (and other BSD-derived OSs) one test fails with 'Error: shared memory segments not closed/unlinked' and files are left un /var/run

Version-Release number of selected component (if applicable):
0.17.2 but also seen on 0.17.0 and 0.17.1

How reproducible:
Every time

Steps to Reproduce:
1. build libqb on *BSD
2. make check
3.

Actual results:
The last test fails 'Error: shared memory segments not closed/unlinked' and files are left in /var/run

Expected results:
No test failures.

Additional info:
Some of the files left in /var/run/

qb-test_ipc_txrx_us_timeout-846930886-1646-0-8-event
qb-test_ipc_txrx_us_timeout-846930886-1646-0-8-event-tx
qb-test_ipc_txrx_us_timeout-846930886-1646-0-8-request
qb-test_ipc_txrx_us_timeout-846930886-1646-0-8-response
qb-test_ipc_txrx_us_tmo-846930886-1653-0-8-event
qb-test_ipc_txrx_us_tmo-846930886-1653-0-8-event-tx
qb-test_ipc_txrx_us_tmo-846930886-1653-0-8-request
qb-test_ipc_txrx_us_tmo-846930886-1653-0-8-response

Comment 2 Christine Caulfield 2015-09-22 09:02:45 UTC
Fixed upstream. The code was removing 8 characters from the end of the name to form a base-name, but 9 are needed. 

Now closing this bug as it's only seen on BSD, not Linux.


commit 1908e6c15b6e3acbf083189117b314c0791f016d
Author: Christine Caulfield <ccaulfie>
Date:   Tue Sep 22 09:58:23 2015 +0100

    Fix deletion of sockets on *BSD platforms


Note You need to log in before you can comment on or make changes to this bug.