Return-Path: X-Original-To: apmail-celix-dev-archive@www.apache.org Delivered-To: apmail-celix-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8A1A49CBC for ; Mon, 22 Dec 2014 14:03:03 +0000 (UTC) Received: (qmail 73150 invoked by uid 500); 22 Dec 2014 14:03:03 -0000 Delivered-To: apmail-celix-dev-archive@celix.apache.org Received: (qmail 73093 invoked by uid 500); 22 Dec 2014 14:03:03 -0000 Mailing-List: contact dev-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 dev@celix.apache.org Received: (qmail 73081 invoked by uid 99); 22 Dec 2014 14:03:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Dec 2014 14:03:01 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of a.broekhuis@gmail.com designates 209.85.215.43 as permitted sender) Received: from [209.85.215.43] (HELO mail-la0-f43.google.com) (209.85.215.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Dec 2014 14:02:35 +0000 Received: by mail-la0-f43.google.com with SMTP id s18so4068682lam.16 for ; Mon, 22 Dec 2014 06:01:04 -0800 (PST) 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=rwUjiK9RgbGKxPEIlLOwfzghJYtSW9fiZnwaTKfoV+o=; b=ZdLAGw0jYIsrZIBuAfcjX40wZVKJyvcCwlo3yhh8qMeRpzAFtOe9lQiaKTto3AtUP5 TylyQD0yh3LT57cdMlCiQ0IASSUStLSERxevefdyTmSD4iJw3ip1i8KC6F/vLeSiDZGE fzYILjsuguKaKW+DojwInY0dl/yYbxdA33eSC55Xos8zDzDqGqUjY/EPQkzaIi2v7PF8 5q+3nsF4OGGBf0a7WLWRSfljaPECAqBNJg0XUlrTBXAGBAPoMr39RVTsuynmbjoKZNYL ZVR/oz4GeF+ldpMNaZNL/dFHY2bPvEeGxGMBc0IC3j3IZwUF2MviC7kc11XUFe2XrbYC GHrQ== MIME-Version: 1.0 X-Received: by 10.152.28.99 with SMTP id a3mr21619087lah.18.1419256864761; Mon, 22 Dec 2014 06:01:04 -0800 (PST) Received: by 10.112.171.36 with HTTP; Mon, 22 Dec 2014 06:01:04 -0800 (PST) Date: Mon, 22 Dec 2014 15:01:04 +0100 Message-ID: Subject: Crashes due to logHelper in RemoteServiceAdmin From: Alexander Broekhuis To: Dev Content-Type: multipart/alternative; boundary=089e0158c15a44ed6d050ace7d7b X-Virus-Checked: Checked by ClamAV on apache.org --089e0158c15a44ed6d050ace7d7b Content-Type: text/plain; charset=UTF-8 Hi, I'm working on the current remote_proxy_factory to make it more generic, so that it is easier to use. During testing I ran into a crash when an endpoint is published for which no proxy bundle is available. This crash is due to a call to the logHelper_log function. I tried to trace the problem but don't see anything whats going on. At some point an internal pointer of the log_service becomes invalid... @Bjoern: I see you pushed the changes to the RSA with the LogHelper, have you seen this before? I can reproduce it by simply running the calculator example of the current master. -- Met vriendelijke groet, Alexander Broekhuis --089e0158c15a44ed6d050ace7d7b--