From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HTML_MESSAGE,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 11996 invoked from network); 23 Sep 2021 21:48:05 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 23 Sep 2021 21:48:05 -0000 Received: (qmail 23880 invoked by uid 550); 23 Sep 2021 21:48:00 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 23846 invoked from network); 23 Sep 2021 21:47:59 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=weka.io; s=google; h=mime-version:from:date:message-id:subject:to; bh=GoRQV8qVKbxBc+QaAIXnHw5720SexcraSfuD6kNxgjE=; b=lDn913eIilldBRwmy9jBm38fIJ9VWNyXUixaQnu77ccDnmFpStkt5G+Wj9U+TpVXGv gNbczRjeslDTK/6RJWNd3LxxTwhFayM43MRMTJ3H4dnaIWSN/k9F8VZZ33/iiaZQuGHT 2prNsgY+D/UHQjHRr/Gznq9L1CyfNZNZQuUTA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=GoRQV8qVKbxBc+QaAIXnHw5720SexcraSfuD6kNxgjE=; b=0d5/PwkJVqGY9QvoAxWiQ6EG9UmmUeuWRdBdZk18JWtg9psrJGTmpOIv6PxmeRzqi1 OaQpwlnBI8KLM9JxX1JTdBDTBoYqT5fRedeGq4RtQYlM58PmevoOUHlUO7Lx/bA+f/xM 6ljttcSKePD7npV9Bn60yvZwvU5FRlpEtNTnHURhOxA43Pd53nGiSLKneee5+ESBA+Gy z54JYKDpN+N9RnFgzgUhepoi/zuIEQsPWOVmmuI4NhJFLXhDjXA8Ojbug6jgpCRSD3M6 2WMKoQvLr+mNk8W83lwkwa57PflC4j5agM0HvB/i/kRsKeLiZidTLpMnQhrj7uyIIf6G DCRQ== X-Gm-Message-State: AOAM5306j92QbB0MmW5ILuth+avtUwxcQmDk7yWWtMbjkDlnLlqKGr56 GuuMNDgORkdwXVHeGN+R9PM8i6ky+S4mmW6u7tj9hH642VPfgP3K9og1NhTlwnAqqQwFFcBBVDg 2ShjRO9kr/YV3oGnny/UQkt5gsOVsHVchm0G83aVefo/e2W/85lf1S0RVMyYUc1BImEhnND77un 0KjEF0FFpwJrjh2URbVCjVNBgD5lODuFyvaJR/D8er+SIJbtpkThNTob8T2s8p6GyF+/E/8M8bI uYsT2lDfX9B62aqSKiIYqVGbOoC2IZ0AuufQC2Quzoed9EQgN8m7WYjaBCQnls7nNPFeW8kDXfT ujiW6+K60XgZeLumxh4lvNMF2XFJJd/jJz+yzYsxEkvzTFsoOB1yGCTepnrRlg== X-Google-Smtp-Source: ABdhPJwdKLrFnZPocjleGuvlx8h5AMN4yu5BlI4KNUpJdGjN57tidB+ykPaFQ67B83tYkL/YxkEcpfj+cx/SB7NFqr8= X-Received: by 2002:a37:9b88:: with SMTP id d130mr7141558qke.63.1632433667601; Thu, 23 Sep 2021 14:47:47 -0700 (PDT) MIME-Version: 1.0 From: Vince Fleming Date: Thu, 23 Sep 2021 17:47:37 -0400 Message-ID: To: musl@lists.openwall.com Content-Type: multipart/alternative; boundary="000000000000e0929905ccb09486" X-CLOUD-SEC-AV-Sent: true X-CLOUD-SEC-AV-Info: weka,google_mail,monitor X-Gm-Spam: 0 X-Gm-Phishy: 0 Subject: [musl] dlopen() issue --000000000000e0929905ccb09486 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi all; I seem to be having a problem with dynamically loading a library. It's intermittent; it will succeed and work fine, then on the next run it'll give "libaio: cannot open shared object file: No such file or directory", or "Dynamic loading not supported", which appear to come from dlerror() in musl, not the application I'm porting to musl. Has anyone else seen such behavior? --=20 Vince Fleming Director, Solutions & Services, WekaIO M 848-220-0041* =C2=AD*E vince@weka.io* =C2=AD*W https://www.weka.io/ * =C2=AD* * =C2=AD* *Join our webinar:*The State of AI and Analytics Infrastructure 2021 --000000000000e0929905ccb09486 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi all;

I seem to be having a problem w= ith dynamically loading a library.=C2=A0 =C2=A0It's intermittent; it wi= ll succeed and work fine, then on the next run it'll give "libaio:= cannot open shared object file: No such file or directory", or "= Dynamic loading not supported", which appear to come from dlerror() in= musl, not the application I'm porting to musl.

Has anyone else seen such behavior?

--
=
Vince Fleming
Director, Solu= tions & Services,=C2=A0WekaIO
<= /tr>
M=C2=A0848-220-0041=E2=80=85=C2=ADE=C2=A0vince@weka.i= o=E2=80=85=C2=ADW=C2=A0https://www.weka.io/= =E2=80=85=C2=AD=C2=A0=E2=80=85=C2=AD
<= /table>
3D"" --000000000000e0929905ccb09486--