mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Rich Felker <dalias@libc.org>
To: musl@lists.openwall.com
Subject: Re: gethostbyname2.c / 6476b8135760659b25c93ff9308425ca98a9e777 breaking asterisk 13 compatibility
Date: Thu, 24 Aug 2017 12:17:10 -0400	[thread overview]
Message-ID: <20170824161710.GW1627@brightrain.aerifal.cx> (raw)
In-Reply-To: <1503574748.12219.16.camel@wwcom.ch>

On Thu, Aug 24, 2017 at 01:39:08PM +0200, Pirmin Walthert wrote:
> Hello
> 
> First thing: http://git.musl-libc.org/cgit/musl/commit/?id=6476b8135760
> 659b25c93ff9308425ca98a9e777 seems to break Asterisk compatibilty.

This commit should not affect code that didn't error-out from missing
symbols before. Is it possible you have a module Asterisk is trying to
load, which it previously silently (or with a warning you didn't
notice) failed to load, but which now loads and tries to run despite
having unresolved symbols? One thing you could try is changing all
dlopen calls in Asterisk from RTLD_LAZY to RTLD_NOW and see if the
problem goes away. If so that doesn't necessarily mean Asterisk is
broken; it could be a bug in lazy binding on musl's side. But it will
help narrow down the cause.

Rich


  parent reply	other threads:[~2017-08-24 16:17 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-24 11:39 Pirmin Walthert
2017-08-24 11:40 ` Pirmin Walthert
2017-08-24 12:47   ` Shiz
2017-08-24 13:02     ` Pirmin Walthert
2017-08-24 12:58 ` Timo Teras
2017-08-24 13:09   ` Pirmin Walthert
2017-08-24 16:17 ` Rich Felker [this message]
2017-08-24 16:24   ` Pirmin Walthert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170824161710.GW1627@brightrain.aerifal.cx \
    --to=dalias@libc.org \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).