From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9163 Path: news.gmane.org!not-for-mail From: N Jain Newsgroups: gmane.linux.lib.musl.general Subject: MUSL issue while loading C++ lib Date: Thu, 21 Jan 2016 11:21:57 -0500 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113d12a462c5c60529da804d X-Trace: ger.gmane.org 1453393342 13343 80.91.229.3 (21 Jan 2016 16:22:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Jan 2016 16:22:22 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9176-gllmg-musl=m.gmane.org@lists.openwall.com Thu Jan 21 17:22:17 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1aMI00-0001bW-KV for gllmg-musl@m.gmane.org; Thu, 21 Jan 2016 17:22:16 +0100 Original-Received: (qmail 9417 invoked by uid 550); 21 Jan 2016 16:22:13 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 9359 invoked from network); 21 Jan 2016 16:22:09 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=c+RFId/tlfPYE/xORRxl0nTHIV7RlCOduCKS/DirOl8=; b=St9KaPkcTKLTrgFDpv+za22OpIV+GMa0kCrWZ8PS+G5aI+h3r+QLMvhZGmFZUNHfhd 6newzKyIiq6eDWijFuyMjfagVy4zhn0yzE4d6PiY2VdERZP1c1vAs70wPhJZtWSfVOWy OD//6HLhMfrr0y+kqBdss0RZQUZJzrq25TfGrTX3TiZPQ4cMJYPn04efI7lNzVsBJRuq 5x7UgQZ+ypAVgtiiq64WHIWEAbkjsBnCa87JYP2xTst9RIc8hBxQ+1CD2irIapRlrbgj V9eXMUh7npvfk9dqGmaGu+sIqs9Z2f9+SBSw1JSipGndyg200w5ci5qnAlTK0H3kokMR 1sGA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=c+RFId/tlfPYE/xORRxl0nTHIV7RlCOduCKS/DirOl8=; b=OsVuGuyUtiOwEP1KJE8ZIlIvmBXnf9Lwtj4TQW9lrLWd/m38qFuReMB/dxrWa+uRsu omuEkzWji2VPD5/jZ4zimMrg0+OVixOLQ7VzfdQV7kC1jxPWa3hCFlFQ8xzngNIjxf+g Kum0quY8iCKQ++AqM8o4tAAZhZghYjd+Eh6rfG43wO1NvvXxsvCLcGUKjE0p2c5JAiiG kDUNDuzjm80dffJkUJN/otPFoVgGI/LDj6Au9Fq8VoSfFVqggBbp3u3K61SXrcCOqlHH LD6m8eTXQwosuKdDwmMnU7Aex9/m720bSPkcR/PgotLxpythcSjeQ02H8/PpnLE3/8RH KyoA== X-Gm-Message-State: ALoCoQmgXDd4ApE7w9Kc5kbhfClSZ2O5Kf1iq/DHLiXiPoabEGqJOv8WyUcke2s6jv8O0zPjBw7hUK8hnPLSGk8Npc3U9M5lAQ== X-Received: by 10.202.83.74 with SMTP id h71mr32407185oib.115.1453393317117; Thu, 21 Jan 2016 08:21:57 -0800 (PST) Xref: news.gmane.org gmane.linux.lib.musl.general:9163 Archived-At: --001a113d12a462c5c60529da804d Content-Type: text/plain; charset=UTF-8 Hi, I am trying to dynamically link the c++ application and facing issue where MUSL gives following print - Error relocating /lib/libstdc++.so.6: _Unwind_Resume_or_Rethrow: symbol not found Error relocating /lib/libstdc++.so.6: _Unwind_GetLanguageSpecificData: symbol not found Its coming from do_relocs function. I can see the c libraries are not having any issues so wondering what could be going wrong ? Thanks, NJ --001a113d12a462c5c60529da804d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

I am trying to dynamically link the= c++ application and facing issue where MUSL gives following print -
<= div>
Error relocating /lib/libstdc++.so.6: _Unwind_Resume_or_= Rethrow: symbol not found
Error relocating /lib/libstdc++.so.6: _= Unwind_GetLanguageSpecificData: symbol not found

Its coming from do_relocs function. I can see the c libraries are not ha= ving any issues so wondering what could be going wrong ? =C2=A0
<= br>
Thanks,
NJ
--001a113d12a462c5c60529da804d--