Return-Path: X-Original-To: apmail-celix-commits-archive@www.apache.org Delivered-To: apmail-celix-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 48D4718357 for ; Tue, 1 Dec 2015 19:27:11 +0000 (UTC) Received: (qmail 16546 invoked by uid 500); 1 Dec 2015 19:27:11 -0000 Delivered-To: apmail-celix-commits-archive@celix.apache.org Received: (qmail 16463 invoked by uid 500); 1 Dec 2015 19:27:11 -0000 Mailing-List: contact commits-help@celix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@celix.apache.org Delivered-To: mailing list commits@celix.apache.org Received: (qmail 16378 invoked by uid 500); 1 Dec 2015 19:27:11 -0000 Delivered-To: apmail-incubator-celix-commits@incubator.apache.org Received: (qmail 16358 invoked by uid 99); 1 Dec 2015 19:27:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Dec 2015 19:27:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E70B62C1F61 for ; Tue, 1 Dec 2015 19:27:10 +0000 (UTC) Date: Tue, 1 Dec 2015 19:27:10 +0000 (UTC) From: "Bjoern Petri (JIRA)" To: celix-commits@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CELIX-314) longjmp causes uninitialized stack frame MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Bjoern Petri created CELIX-314: ---------------------------------- Summary: longjmp causes uninitialized stack frame Key: CELIX-314 URL: https://issues.apache.org/jira/browse/CELIX-314 Project: Celix Issue Type: Bug Reporter: Bjoern Petri Assignee: Bjoern Petri >From https://bugzilla.redhat.com/show_bug.cgi?id=539809 : libcurl built without an asynchronous resolver library uses alarm() to time out DNS lookups. When a timeout occurs, this causes libcurl to jump from the signal handler back into the library with a sigsetjmp, which effectively causes libcurl to continue running within the signal handler. This is non-portable and could cause problems on some platforms. A discussion on the problem is available at http://curl.haxx.se/mail/lib-2008-09/0197.html -- This message was sent by Atlassian JIRA (v6.3.4#6332)