Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3FF92456.3020802@polyspace.com> Date: Mon, 05 Jan 2004 09:46:14 +0100 From: delarue User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:1.0.2) Gecko/20030208 Netscape/7.02 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Problem when loading a dll using ssh and cygwin Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.37 Hi, I've installed Cygwin on a Windows computer and my Java application load a dll (which use cygwin1.dll) . When i log on a Linux and open a connection to a Windows computer via ssh, the following exception is launched if i execute my application : java.lang.UnsatisfiedLinkError: Invalid access to memory location. It seems that there's a problem if a TTY is allocated to the ssh session because : 1) If i give a command (which launch the appli) to ssh it works ( i.e. ' ssh host_name command' ). 2) If i use the option -t to allocate a tty, the exception is raised ( i.e. 'ssh -t host_name command' ). Is it a bug with cygwin ? (it works fine on Linux and Solaris) Thanks in advance. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/