Mark Himsley | 1 Feb 2004 01:56

RE: H069T.35324.doc

On 29 January 2004 10:52 +0000 Dave Korn wrote:

> > Friday morning is fine
>   Sorry, I can't make it.  How about Friday afternoon?
>
>   LOL :)  Is this meant to be a contribution to the great Reply-To and
> accidentally-sending-private-mail-to-a-public-list debate ?

Humm - that was not supposed to happen. Sorry!

--

-- 
Mark Himsley

Larry Hall | 1 Feb 2004 05:00
Favicon

Re: stderr issues when running bat scripts

At 02:29 PM 1/31/2004, Clint Bennion you wrote:
>Thank you, That worked.
>
>Do you suspect that the change in 1.5.6:
> 
>- Protect tty access from unauthorized users.  (Pierre Humblet,
>Christopher Faylor)
>
>is somehow kicking in and not allowing this script to run?
>If so, should this script be considered an unathorized user?

Sorry.  The tty code isn't my specialty.  I'll let Pierre or Chris comment
on this if they feel the urge.  In general, ttys don't play that well in
pure Win32 land (which bat files are).

--
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
838 Washington Street                   (508) 893-9889 - FAX
Holliston, MA 01746                     

Christopher Faylor | 1 Feb 2004 07:27
Favicon

Re: ZSH freezes after ./not_existing_file

On Sat, Jan 31, 2004 at 07:59:55PM +0100, Mariusz Gniazdowski wrote:
>In ZSH, when i do:  ./something, and something does not exists, then
>in 1 out of 2                    cases ZSH hangs. Cygwin 1.5.6, 1.5.7
>and earlier, zsh-4.1.1-2.

Broken in 1.5.6, huh?  I wonder if this is something that should have
been reported while 1.5.6 was current rather than on the day that 1.5.7
was released...

Nah...  Best to just hold off and hope for the best, I guess.

cgf

Arash Partow | 1 Feb 2004 12:36
Picon
Favicon

Pthread and Signalling issue seems to be resolved... :)

Hi All,

I've downloaded the latest cygwin snapshot (actually have been doing so for 
some
time in anticipation) and as usual run my series of tests which examine 
threading
signaling and sockets on cygwin. And I'm very happy to say that the signal
handling and pthreads issue brought up a couple of months ago 
(http://www.cygwin.com/ml/cygwin/2003-12/msg00291.html)
has finally been resolved with the cygwin snapshot dated 31st January. I 
would like
to thank the person(s) who contributed the fix, even though not many 
applications
currently would find problems with it, as more and more applications are 
written
using threads and signaling rather than processes and signaling, this 
certain
problem would have inevitably become apparent.

Regards

Arash Partow

__________________________________________________
Be one who knows what they don't know,
Instead of being one who knows not what they don't know,
Thinking they know everything about all things.
http://www.partow.net

_________________________________________________________________
(Continue reading)

Tomasz Rojek | 1 Feb 2004 12:00
Picon
Favicon

Re: Out of memory when runing configure

> When i start ./configure of that program:
> http://dev.null.pl/ekg/ekg-20040130.tar.gz it runs a while and then
> ends with many out of memory errors (windows popups are showing).
> Machine has 140MB of ram, it is Win98 on VMWare. Cygwin version is
> 1.5.7, but on 1.5.6 and earlier the same happened.

Hi Mariusz,

A better place for questions related to EKG is ekg-users at lists dot ziew
dot org

If you run win98 on vmware with 140 MB of RAM, then I would recommend buying
at least 128 MB module. It is not expensive these days.

EKG compiles successfully and works fine on cygwin, although for some months
it throws some warnings during make'ing. I use it everytime I cannot use
Miranda IM.

--

-- 
Greetings

Tomasz Rojek

Volker Quetschke | 1 Feb 2004 15:54
Picon

Program randomly hangs after upgrading to cygwin 1.5.7

This problem occured after upgrading from cygwin 1.5.5 to 1.5.7(second 
version). During this I update all other installed cygwin packages to
the current versions. (cygcheck -s -v -r is attached)

The problem is that dmake, the make utility for building OpenOffice.org
seems to hang after a while. With a while I mean after several hours,
but in different places. (As far as one can say after two tries)
For each project are new dmake processes started, so I cannot run dmake
in gdb, I have to attach to the one that fails.

Dmake is a cygwin executable:

$ cygcheck.exe /v1/cws_fix645_ooo111fix2/solenv/wntmsci8/bin/dmake.exe
d:/v1/cws_fix645_ooo111fix2/solenv/wntmsci8/bin/dmake.exe
   C:\cygwin\bin\cygwin1.dll
     C:\WINNT\system32\ADVAPI32.DLL
       C:\WINNT\system32\NTDLL.DLL
       C:\WINNT\system32\KERNEL32.DLL
       C:\WINNT\system32\RPCRT4.DLL

$ ps
       PID  PPID   PGID WINPID  TTY  UID    STIME COMMAND
...
      1256  1108   560     728    1  500 02:42:33 /<snip>/bin/dmake

When I attach strace, I get:
$ strace -p 1256
Attached to pid 1256 (windows pid 728)
     5       5 [unknown (0x3F0)] dmake 1256 _threadinfo::remove: wait 0x0
    93      98 [unknown (0x3F0)] dmake 1256 _threadinfo::remove: removed 
(Continue reading)

Igor Pechtchanski | 1 Feb 2004 16:08
Picon

Re: cygwin and SIGSEGV addr

On Sun, 1 Feb 2004, Daniel Diaz wrote:

> Hi
>
> I'm the author of GNU Prolog and to improve my cygwin port I need to be
> able to obtain the address that caused a SIGSEGV when I trap it inside a
> handler. I cannot find any documentation on this. Could you help me
> please ?
>
> Thank you for your attention.
>      Daniel Diaz

Daniel,

It is better to address questions of this sort to the official Cygwin
mailing list (see <http://cygwin.com/lists.html#available-lists>).  Not
only are you going to get access to more expertise than any one person can
provide, but your question (and the others' answers)  will be stored in
the (searchable) list archives for people to find later. I'm redirecting
this query to the appropriate cygwin mailing list, and setting the
Reply-To: accordingly.

To answer your question, you seem to be asking about SA_SIGINFO-style
contexts.  These aren't implemented in Cygwin (yet), but CGF (one of the
core maintainers of Cygwin) has mentioned that with some of his upcoming
changes, SA_SIGINFO support will be available.  You might want to watch
the CVS commits to see when this happens, and then either wait for a
snapshot or build your own DLL.  Note that once you do this, your
newly-built executable will have a versioned dependence, so you won't be
able to release it to people until the next official Cygwin release after
(Continue reading)

Sean LeBlanc | 1 Feb 2004 18:40

Linking problems

Hi all. I'm currently having troubles linking against a lib. The signature
it complains about certainly shows up when I search the lib. I have been
able to build against other libs in the same set (MS' Host Integration
Server API), but not against anything in this lib.

Are there a set of things to look for when link failures like this happen?
Do some windows libs get exported in different ways that require something
beyond this:

I'm compiling with both -L<libdir> and -l<libname>.  

-v doesn't seem to give me any helpful information.

TIA,

--

-- 
Sean LeBlanc:seanleblanc <at> americanisp.net  
http://users.americanisp.net/~seanleblanc/
Get MLAC at: http://sourceforge.net/projects/mlac/
The mark of a good party is that you wake up the next morning wanting to 
change your name and start a new life in different city. 
-Vance Bourjaily, "Esquire" 

Daniel Reed | 1 Feb 2004 19:12

[ANNOUNCEMENT] Updated: naim-0.11.6.5-1

naim 0.11.6.5 is now available through the Cygwin Net Release.

naim is a console client for AOL Instant Messenger, ICQ, Internet Relay
Chat, and The lily CMC. Development work is done on Linux, but naim should
work on any system with an ANSI C compiler, BSD sockets, and ncurses. This
includes operating systems such as BeOS, FreeBSD, Mac OS 10, NetBSD, and
Microsoft Windows using Cygwin. naim has been in development since October,
1998. More information is available from:
	http://naim.n.ml.org/

,--------------------------------------------------------------------------.
| To install or upgrade this package, run the Cygwin Net Release Setup     |
| Program, available from [http://cygwin.com/setup.exe]. Answer all of the |
| questions to reach the Select Packages screen. You will find naim listed |
| in the "Net" category.                                                   |
`--------------------------------------------------------------------------'

Summary of changes from 0.11.6.4 to 0.11.6.5
============================================
[FT  FEA] (backported from 0.12) All individual protocol drivers have been
	rewritten as permanent modules. Transient (/modloaded) modules can
	add new protocol drivers dynamically.
[UI  fea] /newconn now lists all available protocol drivers when no
	arguments are given.
[TOC FEA] (backported from 0.12) /sync now preserves group names, and saved
	group names are restored when naim retrieves your permanent buddy
	list from the TOC server.
[UI  fea] The screen initialization routines are much more verbose.
[pkg fea] New --enable-forceascii, defaults to ENABLED in Cygwin. If
	specified, a new $forceascii setting will be available. When
(Continue reading)

Dmitry Stupakov | 1 Feb 2004 19:17

redirection to /dev/NULL not working in cygwin-1.5.7-1

I just upgraded to the latest 1.5.7-1:
$ uname -va
CYGWIN_NT-5.1 perun 1.5.7(0.109/3/2) 2004-01-30 19:32 i686 unknown unknown Cygwin

and noticed that my scripts which use redirection to /dev/NULL stopped 
working (they worked with the previous version 1.5.5;
$ /usr/bin/perl /d/home/.fetchyahoo/fetchyahoo.pl > /dev/NULL                   bash: /dev/NULL: No such file or directory

Does anybody else have this problem?

Gennady.


Gmane