Strange crash for application linked to cygwin libraries.

2008-10-14 Thread Peter Ross
Hi, I've written an application which does some initialization and then does a tcp accept. 5 minutes and 20 seconds give or take after doing the tcp.accept the application aborts with exit code 0. If I continually send tcp data to this application then the crash doesn't occur, it is only after 5

Re: Strange crash for application linked to cygwin libraries.

2008-10-14 Thread Peter Ross
On Wed, Oct 15, 2008 at 12:18 PM, Mark Geisert <[EMAIL PROTECTED]> wrote: > Peter Ross writes: >> I've written an application which does some initialization and then >> does a tcp accept. 5 minutes and 20 seconds give or take after doing >> the tcp.accept the app

Re: Strange crash for application linked to cygwin libraries.

2008-10-14 Thread Peter Ross
On Wed, Oct 15, 2008 at 5:50 AM, Mark Geisert <[EMAIL PROTECTED]> wrote: > Peter Ross writes: >> On Wed, Oct 15, 2008 at 12:18 PM, Mark Geisert wrote: > > Please don't quote raw email addresses in your emails to the list. > Sorry about that, been awhile sinc

1.7.15: C# hello world program hangs when run from cygwin

2012-06-12 Thread Peter Ross
I compiled the following simple C# program using Mono 2.10.8 public class Hello { public static void Main() { System.Console.WriteLine("hello"); } } I then attempt to run it under mono and native .net # mcs Hello.cs # mono Hello.exe hello # ./Hello.exe If I down

Re: 1.7.15: C# hello world program hangs when run from cygwin

2012-06-12 Thread Peter Ross
On 12 June 2012 12:35, Earnie Boyd wrote: > On Tue, Jun 12, 2012 at 4:45 AM, Peter Ross wrote: > >> >> If I downgrade from 1.7.15 to 1.7.14 then it runs as expected >> > > And if you upgrade to the newest cygwin.com/snapshots what happens? > Replacing cygwin1.dll

Re: 1.7.15: C# hello world program hangs when run from cygwin

2012-06-12 Thread Peter Ross
On 12 June 2012 14:13, marco atzeri wrote: > On 6/12/2012 1:52 PM, Peter Ross wrote: >> >> On 12 June 2012 12:35, Earnie Boyd wrote: >>> >>> On Tue, Jun 12, 2012 at 4:45 AM, Peter Ross wrote: >>> >>>> >>>> If I downgrade from

libgnutls-devel depends on missnig libtasn1.la file

2016-12-09 Thread Peter Ross
Hi, I am attempting to build softare (GNU libmicrohttpd) with cygport on x86, but am getting errors when it links against libgnutls: /usr/bin/sed: can't read /usr/lib/libtasn1.la: No such file or directory libtool: error: '/usr/lib/libtasn1.la' is not a valid libtool archive Likely cause: Cyg