From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3340 invoked by alias); 17 Sep 2009 12:44:54 -0000 Received: (qmail 3315 invoked by uid 48); 17 Sep 2009 12:44:30 -0000 Date: Thu, 17 Sep 2009 12:44:00 -0000 Message-ID: <20090917124430.3314.qmail@sourceware.org> From: "heuler at infosim dot net" To: glibc-bugs@sources.redhat.com In-Reply-To: <20090917113439.10652.heuler@infosim.net> References: <20090917113439.10652.heuler@infosim.net> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/10652] getaddrinfo causes segfault if multithreaded and linked statically X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00041.txt.bz2 ------- Additional Comments From heuler at infosim dot net 2009-09-17 12:44 ------- When debugging the _nss_files_gethostbyname4_r function with dynamic linking the pthread_mutex_lock function is executed and can be stepped into. But statically linked the step does not reveal that function is called at all even when the disassemble looks like it should!? -- http://sourceware.org/bugzilla/show_bug.cgi?id=10652 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.