avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-libc-dev] Testsuite results for gcc-3.4.3 seem to exhibit unkno


From: Joerg Wunsch
Subject: Re: [avr-libc-dev] Testsuite results for gcc-3.4.3 seem to exhibit unknown compiler bugs.
Date: Sat, 1 Jan 2005 22:08:30 +0100
User-agent: Mutt/1.4.2.1i

As Björn Haase wrote:

> > savannah's Mailman setup kills attachments marked as
> > `application/octet-stream'.

> Thank you for this information, Joerg. This time I will make an
> attempt with a linux mail client. I hope that now two attachments
> will arrive:

Yep, it works now.

> I have meanwhile found out, that my testsuite scripts do not run without 
> changes under woe-XP with cygwin:

I'm not a GCC expert but I'd expect that GCC testing usually doesn't
happen under Windows/Cygwin but rather using native Unix environments.

> Secondly, after killing a process, e.g. simulavr, using cygwin, it
> seems to persist as a zombie process for quite some time.  This way
> it can happen that the zombie still uses the tcp port a newly
> spawned simulavr whishes to use.

That's certainly an are where Cygwin has a really hard job.  Reaping
zombies is usually left to process 1 (init) under Unix.  As there's no
init in Cygwin, they need to do some other housekeeping.

As a workaround, you could setsockopt(..., SO_REUSEADDR) the server
socket after opening.  That way, another process will be allowed to
clobber the first server's listening port.

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]