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 openmpi-bin: mpirun segfaults
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; 15 Aug 2025 13:10:19 +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=-120.1 required=4.0 tests=BAYES_00,
BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
DKIM_VALID_AU,DKIM_VALID_EF,FOURLA,FROMDEVELOPER,HAS_PACKAGE,
SPF_HELO_NONE,SPF_NONE,UNPARSEABLE_RELAY,USER_IN_DKIM_WELCOMELIST,
XMAILER_REPORTBUG autolearn=ham autolearn_force=no
version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 22; hammy, 150; neutral, 122;
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]:41568)
by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RS
_PSS_RSAE_SHA256__AES_256_GCM:256)
(Exim 4.96)
(envelope-from )
id 1umuCJ-003bEG-0E
for submit@bugs.debian.org;
Fri, 15 Aug 2025 13:10:19 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.
org;
s=smtpauto.stravinsky; h=X-Debian-User:Date:Message-ID:Subject:To:From:
Content-Transfer-Encoding:MIME-Version:Content-Type:Reply-To:Cc:Content-ID:
Content-Description:In-Reply-To:References;
bh=PZazehi0KcVdCV6cS/P+JOVJYv3XOZNi63G0ddOQElo=; b
=UQK6cZcjh3xH5mpCUwxpT4Jm+H
dyCiEr8js2whTPfkgor7KxohHEHIi38ic3yH+nDss9SVLikSdY
icob9DYAx+7y/bjgKA7IsHsV/Ab
wuWkFOUwkmvF1xUkzmgtXLd1PyWoXZISf2rEsI+yvorLfXXchK
hZyi/r/px10bKg50Pcvzj5N2PHw
wLcS5OZeyk4XVRRV4u2G+4L2tqsWzusXdKcHNceylB+45WLp+t
YZu/io8WIwpKatKAgxExk8v6sYi
KZXIgQqhgY1AIB/6RUZzhKJ18kyv8di4I3/TETQigfNG2pE1Ur
HiE7RymwbOhO/0jUZe8bK+vMDxP
Sbp/eRdw==;
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 1umuCH-004gT2-Ri; Fri, 15 Aug 2025 13:10:18 +0000
Received: from drew by sandy with local (Exim 4.98.2)
(envelope-from )
id 1umuCG-00000005xdt-39eO;
Fri, 15 Aug 2025 15:10:16 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Drew Parsons
To: Debian Bug Tracking System
Subject: openmpi-bin: mpirun segfaults
Message-ID: <175526341671.1407035.14769921939778278368.reportbug@sandy>
X-Mailer: reportbug 13.2.0
Date: Fri, 15 Aug 2025 15:10:16 +0200
X-Debian-User: dparsons
Delivered-To: submit@bugs.debian.org
Package: openmpi-bin
Version: 5.0.7-1
Severity: grave
Justification: renders package unusable
openmpi's mpirun is segfaulting.
I guess it's because of the new pmix. Does openmpi just need a rebuild?
$ mpirun.openmpi -n 1 date
Segmentation fault
$ gdb mpirun.openmpi
(gdb) run -n 1 date
Starting program: /usr/bin/mpirun.openmpi -n 1 date
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7afd8e5 in pmix_mca_base_framework_components_open () from
/lib/x86_64-linux-gnu/libpmix.so.2
(gdb) bt
#0 0x00007ffff7afd8e5 in pmix_mca_base_framework_components_open () from
/lib/x86_64-linux-gnu/libpmix.so.2
#1 0x00007ffff7edf7b3 in ?? () from /lib/x86_64-linux-gnu/libprrte.so.3
#2 0x00007ffff7b05141 in pmix_mca_base_framework_open () from /
ib/x86_64-linux-gnu/libpmix.so.2
#3 0x00007ffff7e46b4b in prte_init_minimum () from /lib/x86_64-
inux-gnu/libprrte.so.3
#4 0x0000555555558975 in ?? ()
#5 0x00007ffff7833ca8 in __libc_start_call_main (main=main@entr
=0x5555555587a0, argc=argc@entry=4, argv=argv@entry=0x7fffffffdc38) at
../sysdeps/nptl/libc_start_call_main.h:58
#6 0x00007ffff7833d65 in __libc_start_main_impl (main=0x5555555587a0,
argc=4,
argv=0x7fffffffdc38, init=, fini=,
rtld_fini=, stack_end=0x7fffffffdc28)
at ../csu/libc-start.c:360
#7 0x000055555555bb31 in ?? ()
-- System Information:
Debian Release: forky/sid
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.12.38+deb13-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8),
ANGUAGE=en_AU:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages openmpi-bin depends on:
ii libc6 2.41-12
ii libevent-core-2.1-7t64 2.1.12-stable-10+b1
ii libhwloc15 2.12.0-4+b1
ii libopenmpi40 5.0.7-1
ii libpmix2t64 6.0.0-2
ii openmpi-common 5.0.7-1
ii openssh-client [ssh-client] 1:10.0p1-8
openmpi-bin recommends no packages.
Versions of packages openmpi-bin suggests:
[continued in next message]
--- SoupGate-Win32 v1.05
* Origin: you cannot sedate... all the things you hate (1:229/2)
|