Internationalization issue - string processing

2017-09-29 Thread Ernie Coskrey
nd it displays: ?? 3f 3f The behavior is not reproducible if we run bash from a CMD prompt. I know this is pretty open-ended but are there any ideas as to what might be causing this sort of localization issue? Ernie Coskrey SIOS Technology Corp. -- Problem reports: http://cygwin.com/problems.html

Signal handler not executed

2007-08-09 Thread Ernie Coskrey
will mistakenly believe that the thread is in Cygwin code, and will set up the interrupt using the tls stack. _sigbe should decrement incyg before releasing the lock. - Ernie CoskreySteelEye Technology, Inc. gendef.diff Description: gendef.diff

RE: Signal handler not executed

2007-08-09 Thread Ernie Coskrey
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christopher Faylor Sent: Thursday, August 09, 2007 1:19 PM To: cygwin-patches@cygwin.com Subject: Re: Signal handler not executed On Thu, Aug 09, 2007 at 01:09:48PM -0400, Ernie Coskrey wrote

RE: cygwin 1.5.20-1, spinning pdksh, 100% CPU

2007-08-09 Thread Ernie Coskrey
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ernie Coskrey Sent: Wednesday, August 08, 2007 2:11 PM To: cygwin@cygwin.com Subject: RE: cygwin 1.5.20-1, spinning pdksh, 100% CPU -Original Message- From: [EMAIL PROTECTED] [mailto

RE: cygwin 1.5.20-1, spinning pdksh, 100% CPU

2007-08-08 Thread Ernie Coskrey
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ernie Coskrey Sent: Tuesday, July 31, 2007 3:40 PM To: cygwin@cygwin.com Subject: cygwin 1.5.20-1, spinning pdksh, 100% CPU I've run into a problem with cygwin 1.5.20-1 and pdksh 5.2.14. We've

RE: cygwin 1.5.20-1, spinning pdksh, 100% CPU

2007-08-07 Thread Ernie Coskrey
-Original Message- From: Igor Peshansky [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 5:59 PM To: Ernie Coskrey Cc: cygwin@cygwin.com Subject: RE: cygwin 1.5.20-1, spinning pdksh, 100% CPU On Mon, 6 Aug 2007, Ernie Coskrey wrote: Quite possibly. There were changes

RE: cygwin 1.5.20-1, spinning pdksh, 100% CPU

2007-08-06 Thread Ernie Coskrey
tstfile` m=`/bin/echo $f | grep $1` if [ ! -z $m ] then echo $i: $m fi done - Ernie Coskrey SteelEye Technology, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

RE: cygwin 1.5.20-1, spinning pdksh, 100% CPU

2007-08-01 Thread Ernie Coskrey
-Original Message- From: Igor Peshansky On Tue, 31 Jul 2007, Ernie Coskrey wrote: I've run into a problem with cygwin 1.5.20-1 and pdksh 5.2.14. We've got a pdksh.exe process that is spinning, using all the CPU. This scenario is very hard to reproduce, but has happened

RE: cygwin 1.5.20-1, spinning pdksh, 100% CPU

2007-08-01 Thread Ernie Coskrey
0x 0x 0x22c6c8: 0x0022c718 0x0040d80a 0x006874b8 0x0020 0x22c6d8: 0x0068a610 0x 0x001d 0x Ernie Coskrey SteelEye Technology, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

cygwin 1.5.20-1, spinning pdksh, 100% CPU

2007-07-31 Thread Ernie Coskrey
testing with 1.5.24-2 and haven't seen this happen yet, but as I said the it only happens rarely. - is there anything I can look at in gdb to help identify what the issue is? Any suggestions would be appreciated! - Ernie CoskreySteelEye Technology, Inc. 803-808-4275

RE: Cygwin build error

2006-05-31 Thread Ernie Coskrey
to the appropriate list newlib AT sourceware DOT org. On Apr 27 15:14, Ernie Coskrey wrote: I ran into the following problem building the latest cygwin snapshot: configure: loading cache .././config.cache configure: error: `CFLAGS' has changed since the previous run: configure: former value

Cygwin build error

2006-04-27 Thread Ernie Coskrey
it appears in any configure script (there are 75 configure scripts that contain this test, BTW). There may be a more elegant way around this, but I haven't found it. Running make distclean or removing config.cache doesn't resolve the problem. - Ernie Coskrey SteelEye Technology, Inc

RE: Call for testing Cygwin snapshot

2006-04-25 Thread Ernie Coskrey
.html - might help. Ernie Coskrey SteelEye Technology, Inc. -- 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/

RE: Call for testing Cygwin snapshot

2006-04-25 Thread Ernie Coskrey
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Christopher Faylor Sent: Tuesday, April 25, 2006 4:26 PM To: cygwin@cygwin.com Subject: Re: Call for testing Cygwin snapshot On Tue, Apr 25, 2006 at 03:37:46PM -0400, Ernie Coskrey wrote

RE: Call for testing Cygwin snapshot

2006-04-25 Thread Ernie Coskrey
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Christopher Faylor Sent: Tuesday, April 25, 2006 4:39 PM To: cygwin@cygwin.com Subject: Re: Call for testing Cygwin snapshot On Tue, Apr 25, 2006 at 04:33:37PM -0400, Ernie Coskrey wrote: Well

Re: Shells hang during script execution

2006-03-16 Thread Ernie Coskrey
On Wed, Mar 01, 2006 at 01:01:46PM -0500, Ernie Coskrey wrote: Here's a description of a second hang condition we were encountering, along with a patch for it. The application (pdksh in this case) does a read on a pipe, which eventually calls pipe.cc fhandler_pipe::read in Thread 1

RE: Shells hang during script execution

2006-03-01 Thread Ernie Coskrey
Here's a description of a second hang condition we were encountering, along with a patch for it. The application (pdksh in this case) does a read on a pipe, which eventually calls pipe.cc fhandler_pipe::read in Thread 1. This creates a new cygthread with read_pipe() as the function. Then it

RE: Shells hang during script execution

2006-02-23 Thread Ernie Coskrey
} } - if (sig == SIGCHLD) - clearwait = true; } break; } -Original Message- From: Ernie Coskrey Sent: Friday, February 10, 2006 1:31 PM To: Ernie Coskrey; 'cygwin@cygwin.com' Subject: RE: Shells hang during script

RE: Shells hang during script execution

2006-02-23 Thread Ernie Coskrey
) + i--; break; default: if (!exiting) -Original Message- From: Ernie Coskrey Sent: Friday, February 10, 2006 1:31 PM To: Ernie Coskrey; 'cygwin@cygwin.com' Subject: RE: Shells hang during script execution We've been able to narrow

RE: Shells hang during script execution

2006-02-10 Thread Ernie Coskrey
comes out. If we execute kill -CHLD pid, the shell resumes its processing. I'm going to continue to look into this - if anybody has any insight into how SIGCHLD might be getting lost, please let me know. Thanks! Ernie Coskrey -Original Message- From: Ernie Coskrey Sent: Wed 2/1/2006

Shells hang during script execution

2006-02-01 Thread Ernie Coskrey
20050421-1 terminfo 5.4_20041009-1 texinfo 4.8-1 vim 6.4-4 which1.7-1 zlib 1.2.3-1 Thanks for any help you can provide on this! - Ernie Coskrey SteelEye Technology, Inc.803-461-3875 -- Unsubscribe info

RE: Control auto-uppercasing of environment variables

2005-01-20 Thread Ernie Coskrey
-Original Message- From: Larry Hall [mailto:[EMAIL PROTECTED] Sent: Friday, January 14, 2005 11:31 PM To: Ernie Coskrey; cygwin-patches@cygwin.com Subject: RE: Control auto-uppercasing of environment variables At 03:28 PM 1/14/2005, you wrote: Well, I suppose there are some

RE: Control auto-uppercasing of environment variables

2005-01-16 Thread Ernie Coskrey
No, I haven't done that. If anybody knows of any specific tests that I need to try on a Win9X box, I'll do that. Otherwise I'll just check general shell (bash) and some utility functionality. Ernie Coskrey -Original Message- From: Larry Hall [mailto:[EMAIL PROTECTED] Sent: Friday

RE: Control auto-uppercasing of environment variables

2005-01-14 Thread Ernie Coskrey
: Friday, January 14, 2005 2:52 PM To: Ernie Coskrey Cc: cygwin-patches@cygwin.com Subject: Re: Control auto-uppercasing of environment variables On Fri, 14 Jan 2005, Ernie Coskrey wrote: Cygwin automatically converts all Windows environment variable names to uppercase. The attached