X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:references:date:in-reply-to
	:message-id:mime-version:content-type; q=dns; s=default; b=WsDbi
	OcbtDdHKmNclAK5oMY8F1f12aCJKhOyauZ2c5WE+yiVcsBSuCpXPdkJO8SMxr8qm
	Bsrt/Q0kFgk5Nj5OJPoUUndOY5H9IHvaGXxgTYHano7AvBMIcxY3xWoZAb7+OIyC
	3/l4x5j7Z47qEhJe99PGjjW4yaay0T48iSz0/A=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:references:date:in-reply-to
	:message-id:mime-version:content-type; s=default; bh=cEGDWvk530c
	dr4kbx6aBr3KORRg=; b=aplbNoZy01ZCJ8/EzZiZhpH3tNQtza9TdgnvxSrUmq1
	nwZcUzsSZIYmwsvt9UVhNHYas2kx42RB09wBg5hX3sC3aDXD9/0KPqmnu6j72i5m
	wcPGI8WpmX3L4C/Bk+adG9Bp8pBQjvo3E9IInfWV8OefbVgLbH9y+v8ec0730tMM
	=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=dgagent, Oil, DGAgent, sysroot
X-HELO: mail-in-13.arcor-online.net
X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-17.arcor-online.net 3qkLdr2MdwzYNd
From: Achim Gratz <Stromeko@nexgo.de>
To: cygwin@cygwin.com
Subject: Re: Seg Fault from strace
References: <7FDA4C9D3418484EA9CB6A848994CF7D0107C63C@ALPURAPA16.e2k.ad.ge.com>
Date: Mon, 11 Apr 2016 22:05:14 +0200
In-Reply-To: <7FDA4C9D3418484EA9CB6A848994CF7D0107C63C@ALPURAPA16.e2k.ad.ge.com>	(Dave Garber's message of "Mon, 11 Apr 2016 19:27:41 +0000")
Message-ID: <8760vnrjwl.fsf@Rainer.invalid>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.92 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain

Garber, Dave (GE Oil & Gas, Non-GE) writes:
> warning: dll path for "c:\windows\system32\dgapi64.dll" can not be evaluated
> warning: Could not load shared library symbols for c:\windows\system32\dgapi64.dll.
> Do you need "set solib-search-path" or "set sysroot"?
> [New Thread 13744.0x3438]
> warning: dll path for "C:\Program Files\DGAgent\plugins\09D849B6-32D3-4A40-85EE-6B84BA29E35B\AE_MailSensor_Plugin64.dll" can not be evaluated
> warning: Could not load shared library symbols for C:\Program Files\DGAgent\plugins\09D849B6-32D3-4A40-85EE-6B84BA29E35B\AE_MailSensor_Plugin64.dll.
> Do you need "set solib-search-path" or "set sysroot"?
> warning: dll path for "C:\Program Files\DGAgent\plugins\09D849B6-32D3-4A40-85EE-6B84BA29E35B\ame_outlooksensor64.dll" can not be evaluated
> warning: Could not load shared library symbols for C:\Program Files\DGAgent\plugins\09D849B6-32D3-4A40-85EE-6B84BA29E35B\ame_outlooksensor64.dll.
> Do you need "set solib-search-path" or "set sysroot"?
> warning: dll path for "C:\Program Files\DGAgent\plugins\09D849B6-32D3-4A40-85EE-6B84BA29E35B\ame_smtpsensor64.dll" can not be evaluated
> warning: Could not load shared library symbols for C:\Program Files\DGAgent\plugins\09D849B6-32D3-4A40-85EE-6B84BA29E35B\ame_smtpsensor64.dll.
> Do you need "set solib-search-path" or "set sysroot"?
> warning: dll path for "C:\Program Files\DGAgent\plugins\8E4EA70A-6128-4B57-BD3F-8E9E0F0DA6BB\OS_Plugin64.dll" can not be evaluated
> warning: Could not load shared library symbols for C:\Program Files\DGAgent\plugins\8E4EA70A-6128-4B57-BD3F-8E9E0F0DA6BB\OS_Plugin64.dll.
> Do you need "set solib-search-path" or "set sysroot"?
> warning: dll path for "C:\Program Files\DGAgent\plugins\8E4EA70A-6128-4B57-BD3F-8E9E0F0DA6BB\COM_Sensor64.dll" can not be evaluated
> warning: Could not load shared library symbols for C:\Program Files\DGAgent\plugins\8E4EA70A-6128-4B57-BD3F-8E9E0F0DA6BB\COM_Sensor64.dll.
> Do you need "set solib-search-path" or "set sysroot"?

Whatever is trying to inject those DLLs should likely not be doing that.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptation for Waldorf microQ V2.22R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

