From: owner@bugs.debian.org
This is a multi-part message in MIME format...
Your message dated Mon, 25 Aug 2025 15:30:45 +0000
with message-id
and subject line Bug#1111199: fixed in openmpi 5.0.8-3
has caused the Debian Bug report #1111199,
regarding pmix: Makes openmpi crash on startup
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)
--
1111199: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1111199
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
Received: (at submit) by bugs.debian.org; 14 Aug 2025 22:22:27 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
(2024-03-25) on buxtehude.debian.org
X-Spam-Level:
X-Spam-Status: No, score=-105.1 required=4.0 tests=BAYES_00,DKIMWL_WL_HIGH,
DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FOURLA,
FROMDEVELOPER,SPF_HELO_NONE,SPF_NONE,UNPARSEABLE_RELAY,
USER_IN_DKIM_WELCOMELIST autolearn=ham autolearn_force=no
version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 6; hammy, 150; neutral, 99; spammy,
0.
spammytokens: hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin,
0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311,
0.000-+--H*RT:311, 0.000-+--H*RT:108
Return-path:
Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:52016)
by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RS
_PSS_RSAE_SHA256__AES_256_GCM:256)
(Exim 4.96)
(envelope-from )
id 1umgL4-000gad-2k
for submit@bugs.debian.org;
Thu, 14 Aug 2025 22:22:27 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.
org;
s=smtpauto.stravinsky; h=X-Debian-User:Content-Type:MIME-Version:Message-
ID:
Subject:To:From:Date:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:
Content-Description:In-Reply-To:References;
bh=Z8ObsIepQquJv58Qz1Y0AMh4qIDxUiGENVGhUdGWP88=; b
=oJ55JMdDXJFemqvRTU4ZAVy8Hp
uPCXRxoQZkt4aD6jM98aqsirujnBQalOTVGk1owDypA3jkba/B
lXaUu1GmVZdeypCMti1sdsg8MMh
E/PmxXC51HpaHNmCGDKxVBdSgZnP4zUfIPhdSAJdEua7z6ZJiD
9zqGvoM525AwgRxtH8eNVRHd8Kq
C3Rwgw/ONe7tiIlAYTgdle+8nHWj2aeSmILPhAoFGHcyDYdE1U
wrRj0g+2Ria7SZ4zBVpqu5zP0sY
5gyNuNy7lpdPDoTAPRBIwndduw50cO+F4OAgK+crJRuSUe8ArT
rD9hcihyxJNUkj7XlN+kkuPxGmt
kP5S9IkQ==;
Received: from authenticated user
by stravinsky.debian.org with esmtpsa (TLS1.3:ECDHE_SECP256R1__
SA_PSS_RSAE_SHA256__AES_256_GCM:256)
(Exim 4.94.2)
(envelope-from )
id 1umgL3-004BNx-3i
for submit@bugs.debian.org; Thu, 14 Aug 2025 22:22:25 +0000
Received: from samy by begin with local (Exim 4.98.2)
(envelope-from )
id 1umgL2-0000000FkNa-0fWb
for submit@bugs.debian.org;
Fri, 15 Aug 2025 00:22:24 +0200
Date: Fri, 15 Aug 2025 00:22:24 +0200
From: Samuel Thibault
To: Debian Bug Tracking System
Subject: pmix: Makes openmpi crash on startup
Message-ID:
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 13.2.0
Organization: I am not organized
X-Debian-User: sthibault
Delivered-To: submit@bugs.debian.org
Source: pmix
Version: 6.0.0-2
Severity: grave
Justification: renders package unusable
Hello,
Since the newer pmix upload, openmpi programs just crash:
#include
#include
int main(int argc, char *argv[]) {
int comm_rank = -1;
int comm_size = -1;
MPI_Init(&argc, &argv);
MPI_Comm_size(MPI_COMM_WORLD, &comm_size);
MPI_Comm_rank(MPI_COMM_WORLD, &comm_rank);
fprintf(stdout, "My rank is %d/%d\\n", comm_rank, comm_size);
MPI_Finalize();
}
$ mpicc.openmpi test.c -o test
$ mpirun.openmpi -np 2 ./test
Segmentation fault
Samuel
-- System Information:
Debian Release: 13.0
APT prefers testing
APT policy: (990, 'testing'), (500, 'testing-debug'), (500, 's
able-security'), (500, 'stable-debug'), (500, 'oldoldstable-prop
sed-updates-debug'), (500, 'oldoldstable'), (500, 'buildd-unstable'), (500,
'unstable'), (500, 'stable'), (500, 'oldstable'),
(1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, arm64
Kernel: Linux 6.16.0 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not
set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
--
Samuel
--- christ gives channel operator status to Dieu
-+- #ens-mim and hell -+-
Received: (at 1111199-close) by bugs.debian.org; 25 Aug 2025 15:30:46 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
(2024-03-25) on buxtehude.debian.org
X-Spam-Level:
X-Spam-Status: No, score=-112.4 required=4.0 tests=BAYES_00,DKIM_SIGNED,
DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FVGT_m_MULTI_ODD,HAS_BUG_NUMBER,
MD5_SHA1_SUM,PGPSIGNATURE,RCVD_IN_VALIDITY_CERTIFIED_BLOCKED,
RCVD_IN_VALIDITY_RPBL_BLOCKED,RCVD_IN_VALIDITY_SAFE_BLOCKED,RDNS_NONE,
SPF_HELO_NONE,SPF_NONE,USER_IN_DKIM_WELCOMELIST autolearn=ham
autolearn_force=no version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 98; hammy, 150; neutral, 114;
spammy,
0. spammytokens: hammytokens:0.000-+--HX-Debian:DAK,
0.000-+--H*rp:D*ftp-master.debian.org, 0.000-+--HX-DAK:process-upload,
[continued in next message]
--- SoupGate-Win32 v1.05
* Origin: you cannot sedate... all the things you hate (1:229/2)
|