gdb attach hang (w/pthreads on Cygwin)

2003-01-09 Thread Brian Ford
(void *v) { for (;;) sleep(500); return NULL; } int main(void) { pthread_t tid; pthread_create(tid, NULL, spinner, NULL); #ifdef GDB_HANG pthread_exit(NULL); #else for (;;) sleep(500); #endif return 0; } Thanks. -- Brian Ford Senior Realtime Software Engineer VITAL

Re: Support for DDWARF-2 debug info? (on Cygwin)

2003-01-14 Thread Brian Ford
are porting an application that relies on reading DWARF2 debugging information to Cygwin. This seems like an easier and more usefull route for the community than us writing a stabs parser. Thanks. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International

Non-zero VMA's w/DWARF-2?

2003-01-15 Thread Brian Ford
files, however. Am I reading this wrong? Who's the PE expert? Is there any hope of non-zero VMAs for .debug_* sections? Thanks. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe

Re: Non-zero VMA's w/DWARF-2?

2003-01-15 Thread Brian Ford
that would be a resonable starting point for investigation? From: Brian Ford [EMAIL PROTECTED] I am trying to add DWARF-2 support to Cygwin. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444

Re: Support for DDWARF-2 debug info? (on Cygwin)

2003-01-16 Thread Brian Ford
, but that this is not required. Actually, as stated above, bfd and gdb are correct. The VMA should not be relevant as section relative offsets are specified. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax

Re: Support for DDWARF-2 debug info? (on cygwin)

2003-01-16 Thread Brian Ford
. That's true. It is not. See my previous post. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http

Re: HELP! How to add secrel psuedo op for pe-i386?

2003-01-17 Thread Brian Ford
into that. Thanks. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax: 314-551-8444 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation

Re: Support for DDWARF-2 debug info? (on Cygwin)

2003-01-17 Thread Brian Ford
such that the VMA address and the section offset are identical. If you cannot do this with PE, then you have to add new relocs. There's no other way around it. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International Phone: 314-551-8460 Fax

Re: Support for DDWARF-2 debug info? (on Cygwin)

2003-01-17 Thread Brian Ford
wrote: Wait a minute, are you saying IA-64 implements section-relative relocations? Is that for any kind of sections, or just the dwarf's ones? Hope the former, because in that's exactly what I need for AROS. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems

List archive search broken?

2003-01-21 Thread Brian Ford
Recently, everything I search for in this list's archives returns No matches found. Surely the search engine is broken, as a search for Cygwin in the cygwin mailing list archive turns up empty. Thanks. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems

Re: Fall back from Windows to cygwin PIDs

2003-01-29 Thread Brian Ford
a patch for this would probably be accepted if submitted. Thanks. 2003-01-29 Brian Ford [EMAIL PROTECTED] * win32-nat.c (cygwin_pid): Removed as unused. (child_attach): Try fall back to Cygwin pid. On Mon, Jan 06, 2003 at 01:23:35PM -0600, Brian Ford wrote: The attached patch

1.5.18+ resource leak?

2005-11-04 Thread Brian Ford
really like to do all I can to find the problem. I'm just not sure where to start. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http

Re: 1.5.18+ resource leak?

2005-11-04 Thread Brian Ford
On Fri, 4 Nov 2005, Corinna Vinschen wrote: On Nov 4 08:42, Brian Ford wrote: ssh [EMAIL PROTECTED] 'cd some_directory tar cf - some_other_directory' | tar xvf - These are large copies of several hundred megabytes. Here was the result: tar some_file_path: Cannot write: Permission

RE: 1.5.18+ resource leak?

2005-11-05 Thread Brian Ford
On Fri, 4 Nov 2005, Dave Korn wrote: Brian Ford wrote: Yes, I haven't seen anything I could identify either. I think the key is that these are mostly small files (a hundred thousand or so). Copying larger ones of the same volume doesn't seem to trigger the problem. That _does_ seem

hosts.equiv rsh SMB share access

2005-11-06 Thread Brian Ford
!!! $ net use server\\share /USER:guest System error 1312 has occurred. A specified logon session does not exist. It may already have been terminated. but, $ rsh client 'net use server\\share /USER:guest ' The command completed successfully. Huh? -- Brian Ford Senior Realtime Software

Re: rsync over ssh hang issue understood

2006-01-03 Thread Brian Ford
that caused a deadlock? -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

vfork alternatives?

2006-01-10 Thread Brian Ford
or if there is still a way around it. Any rough suggestions for a way for us to help Cygwin cope with this kind of scenario would be greatly appreciated. Thanks. -- Brian Ford Lead Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft

Re: vfork alternatives?

2006-01-10 Thread Brian Ford
On Tue, 10 Jan 2006, Brian Dessent wrote: Brian Ford wrote: We have an application that mmaps a *huge* MAP_PRIVATE|MAP_ANON virtual address scratch space. It also needs to occasionally fork/exec a sub process. Unfortunately, the time and virtual memory required for Cygwin to copy

clock_setres usage?

2006-01-10 Thread Brian Ford
resolution. Would that be a P to TC? Thanks. -- Brian Ford Lead Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: [ANNOUNCEMENT] Updated: cygwin-1.5.19-1

2006-01-18 Thread Brian Ford
and it works on Linux. it does not work now. Looks very similar to: http://www.cygwin.com/ml/cygwin/2004-09/msg00867.html -- Brian Ford Lead Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot

Re: problen with run command and the environment

2006-01-19 Thread Brian Ford
, this is a regression, but not necessarily one that will be fixed, especially given Igor's workaround. I suspect this is just a case of if you subvert Cygwin's means of doing something using Windows native calls, you can expect the subversion method to break occasionally :-(. -- Brian Ford Lead Realtime

Re: problen with run command and the environment

2006-01-19 Thread Brian Ford
On Wed, 18 Jan 2006, Christopher Faylor wrote: http://cygwin.com/ml/cygwin/2005-05/msg00587.html I've already alerted the run maintainer about this, FWIW. Ugh..., sorry for not reading the whole thread before replying. Thanks, but yuck! -- Brian Ford Lead Realtime Software Engineer VITAL

Re: problem with run command and the environment

2006-01-19 Thread Brian Ford
? Because run subverts Cygwin using Windows calls. Cygwin does not assure that this subversion will continue to work from release to release. Cygwin is only backward compatible when working entirely within the Cygwin box. -- Brian Ford Lead Realtime Software Engineer VITAL - Visual Simulation Systems

Re: bug in: pthread_mutexattr_init ?

2006-01-25 Thread Brian Ford
http://sourceware.org/ml/cygwin/2006-01/msg00492.html etc... -- Brian Ford Lead Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe

Re: LD_PRELOAD regression on 1.5.19-4 ? no more loaded library in child process

2006-01-27 Thread Brian Ford
the environment? -- Brian Ford Lead Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

Re: strange cygstart bug with current Cygwin versions

2006-02-08 Thread Brian Ford
On Wed, 8 Feb 2006, Christopher Faylor wrote: On Tue, Feb 07, 2006 at 01:25:12PM -0600, Brian Ford wrote: On Tue, 7 Feb 2006, Christopher Faylor wrote: I believe that Brian Ford is looking into modifying the new CW_SETUP_WINENV code to perform the proper conversion of POSIX style to Windows

RE: glut, OpenGL, undefined reference to glutCheckLoop()

2006-02-17 Thread Brian Ford
to do this under X11? Or, your just being a Cygwin purist ;-). -- Brian Ford Lead Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe

Re: pthread_mutexattr_setpshared supported?

2004-05-13 Thread Brian Ford
calling this method. IIRC, process shared mutexes are not currently supported at all under Cygwin. Although, with cygserver revived, it might not be too difficult to add. PTC. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best

Re: No display?

2004-05-13 Thread Brian Ford
://www.cygwin.com/ml/cygwin-announce/2004-04/msg3.html -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: cvs HEAD: rlogin broken

2004-05-10 Thread Brian Ford
On Mon, 10 May 2004, Corinna Vinschen wrote: On May 7 16:28, Brian Ford wrote: Just a heads up. Current cvs HEAD cygwin1.dll has broken rlogin. I've checked in a fix. Works great, thanks! I'm not sure how you found it with my limited problem description, but I'm glad you did

cvs HEAD: rlogin broken

2004-05-07 Thread Brian Ford
want to know. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

Re: cvs HEAD: rlogin broken

2004-05-07 Thread Brian Ford
On Fri, 7 May 2004, Brian Ford wrote: On Fri, 7 May 2004, Corinna Vinschen wrote: On May 7 16:28, Brian Ford wrote: Just a heads up. Current cvs HEAD cygwin1.dll has broken rlogin. [snip] I'll look if I have time later, but I thought Corinna might want to know. WFM(tm) Darn, I

Re: cvs HEAD: rlogin broken

2004-05-07 Thread Brian Ford
On Fri, 7 May 2004, Corinna Vinschen wrote: On May 7 16:28, Brian Ford wrote: Just a heads up. Current cvs HEAD cygwin1.dll has broken rlogin. [snip] I'll look if I have time later, but I thought Corinna might want to know. WFM(tm) Darn, I was hoping it would be as easy to reproduce

Re: Need to replicate TIOCGICOUNT and TIOCMIWAIT on cygwin

2004-04-27 Thread Brian Ford
. The details above still apply, though. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

Re: Need to replicate TIOCGICOUNT and TIOCMIWAIT on cygwin

2004-04-27 Thread Brian Ford
the internally defined path to the COM ports. Hopefully, that will be fixed soon. This is temporarily a bad time to be working on COM port stuff :-(. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft

Re: Need to replicate TIOCGICOUNT and TIOCMIWAIT on cygwin

2004-04-27 Thread Brian Ford
of 1.5.9-1 as of last night. Ok, then the comment below is void as long as you continue to use that version. The NtCreateFile issue is also void unless you are working with snapshots or CVS sources. This is temporarily a bad time to be working on COM port stuff :-(. Go figure. -- Brian Ford

Re: Problem in executing the command

2004-04-27 Thread Brian Ford
://cygwin.com/faq/faq_toc.html#TOC36 -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

Re: g++ 3.4.0 cygwin, codegen SSE alignement issues

2004-04-28 Thread Brian Ford
)[OLDFUNC_OFFSET]), arg); } -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

RE: g++ 3.4.0 cygwin, codegen SSE alignement issues

2004-04-28 Thread Brian Ford
. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: Questions About Telnet Daemon DOS Commands

2004-04-28 Thread Brian Ford
On Wed, 28 Apr 2004, Tennis Smith wrote: Once Cygwin is installed on a Windows machine, can I telnet to that machine and then issue DOS commands/displays ?? /usr/share/doc/Cygwin/inetutils-1.3.2.README -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems

Re: g++ 3.4.0 cygwin, codegen SSE alignement issues

2004-04-28 Thread Brian Ford
On Wed, 28 Apr 2004, Christopher Faylor wrote: On Wed, Apr 28, 2004 at 12:41:51PM -0500, Brian Ford wrote: This patch would only affect non-main threads. It would not affect the main thread. Wouldn't you need to do the same thing for the main thread? I don't understand why it would

Re: 'GLX missing on display' Problems

2004-04-28 Thread Brian Ford
you. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

Re: g++ 3.4.0 cygwin, codegen SSE alignement issues

2004-04-28 Thread Brian Ford
On Wed, 28 Apr 2004, Christopher Faylor wrote: On Wed, Apr 28, 2004 at 02:30:47PM -0500, Brian Ford wrote: Something already does. I didn't try and track down the what/why. [snip probably irrelevent assembly dump] This problem doesn't happen for the main thread. Nope. It must

Re: g++ 3.4.0 cygwin, codegen SSE alignement issues

2004-04-28 Thread Brian Ford
On Wed, 28 Apr 2004, Brian Ford wrote: On Wed, 28 Apr 2004, Christopher Faylor wrote: Interestingly enough, this wouldn't have been generically fixable prior to Cygwin 1.5.6. I know, thanks. It was very easy given your work :-). Oh, and..., just for the record: it's not *totally

Re: postgresql date time at Cygwin On Windows 2000 - workaround available?

2004-04-28 Thread Brian Ford
some time-sensitive data, and the Postgresql time is four days and four hours (plus) off the system time. We don't mind having to manually reset periodically, but can't find a way to do this. Suggestions? Don't know. http://cygwin.com/acronyms/#PTC for Cygwin, at least. -- Brian Ford

Re: efax on cygwin

2004-05-04 Thread Brian Ford
problems... You don't need to be a cygwin developer to get a package included in the distribution. See: http://cygwin.com/setup.html#submitting if you are interested in maintaining it yourself. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety

Re: Running cygwin for AMD 64 platform

2004-05-05 Thread Brian Ford
(AFAIK, the patches you describe alone do not), I'd suggest you just sit back and wait on: http://www.cygwin.com/ml/cygwin/2004-04/msg00321.html -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft

Re: ^Z works?

2004-05-05 Thread Brian Ford
because it seems that particular thread deals with trying to suspend Windows programs from within cygwin using ^Z. I am trying to suspending a job I started in cygwin. Have you enabled tty support? CYGWIN=tty. It's in the user manual. Or, use rxvt. -- Brian Ford Senior Realtime Software

Re: About init

2004-05-05 Thread Brian Ford
On Wed, 5 May 2004, theoharis tsenis wrote: Also how can i start automatically the inetd or xinetd? The answer to the other half of your question: less /usr/share/doc/Cygwin/inetutils-1.3.2.README less /usr/doc/Cygwin/xinetd-2.3.9.README -- Brian Ford Senior Realtime Software Engineer VITAL

Re: pthreads and sockets - Cannot register window class error

2004-05-05 Thread Brian Ford
/msg00545.html have you tried a snapshot? -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

Re: pthreads and sockets - Cannot register window class error

2004-05-05 Thread Brian Ford
the source. He uses a thread specific buffer to return that data. It's obvious if you look. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info

Re: pthreads and sockets - Cannot register window class error

2004-05-06 Thread Brian Ford
real work now. So, have at it :-). -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

Re: cygwin1.dll 1.5.9-1 and pthread_exit: UNSTABLE

2004-05-05 Thread Brian Ford
. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: problems running programs with wGui

2004-05-17 Thread Brian Ford
if that still doesn't help, please follow the problem reporting instructions here: http://cygwin.com/problems.html and report back the results of all the above. Thanks and good luck. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International

Re: CYGWIN 1.5.9-1 - Is vprintf() not thread safe?

2004-05-17 Thread Brian Ford
fixed recently, both in Cygwin and in newlib. Please try a recent Cygwin DLL snapshot: http://cygwin.com/snapshots/ and report back. Thanks. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft

Request for GCC maintainer (DWARF 2)

2004-05-17 Thread Brian Ford
and would be greatly appreciated. If you have already seen this on the gcc-patches mailing list, please accept my apology for the redundant information. Thanks for listening. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best

Re: cygwin/matlab/xp

2004-05-17 Thread Brian Ford
. WAG: Check the line endings. Did you install with a different default option on XP? Just a probably bad guess. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot

Re: Request for GCC maintainer (DWARF 2)

2004-05-18 Thread Brian Ford
On Tue, 18 May 2004, Corinna Vinschen wrote: On May 17 13:46, Christopher Faylor wrote: On Mon, May 17, 2004 at 12:39:30PM -0500, Brian Ford wrote: If/When you get around to releasing a new gcc package (presumably 3.4+), please consider including this patch for DWARF 2 support: http

Re: Kerio PF warning windows when using X

2004-05-18 Thread Brian Ford
don't know what is the problem. Thanks for helping, Romain -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe

Re: cygwin/matlab/xp

2004-05-18 Thread Brian Ford
On Tue, 18 May 2004, bruno patin wrote: Brian Ford a écrit : WAG: Check the line endings. Did you install with a different default option on XP? Just a probably bad guess. I think you speak of the line endings of the source code I compile ? No, I was wondering about the default line

Re: SRGP and SSCOP for Cygwin

2004-05-18 Thread Brian Ford
. Otherwise, try a google yourself. Directions please! I'm sure if someone new what you were talking about and had information about it, they would have replied to your first post. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International

Re: [OT] RE: Problems listing tasks under cygwin.

2004-05-19 Thread Brian Ford
number of changes to the signal handling code, IIRC. Agreed. [*] It could be listing DLLs that causes it, but I don't want to find out at the moment. It's not that destructive as it only affects the process being explored. Note that the DLLs are not able to be listed, though. -- Brian Ford

Re: mutt and ssmtp on Cygwin on Windows Server 2003 'child exited 127'

2004-05-19 Thread Brian Ford
weird, but trust me, it is relevant. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

Re: FYI: GNU Smalltalk 2.1.5 on Cygwin

2004-05-19 Thread Brian Ford
it from there should have been all that was required. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: com1 access denied - win xp

2004-05-20 Thread Brian Ford
-specialnames.html#AEN806 Don't use a DOS device if you want POSIX behavior. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http://cygwin.com/ml

Re: Functional difference between cygwin ~ F-Secure?

2004-05-21 Thread Brian Ford
, but any discussions/comparisons of openssh ought to be relevant. Try google ;-). -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http://cygwin.com/ml

Re: CYGWIN 1.5.9-1 - Is vprintf() not thread safe?

2004-05-21 Thread Brian Ford
On Fri, 21 May 2004, John William wrote: From: Brian Ford [EMAIL PROTECTED] To: John William [EMAIL PROTECTED] http://cygwin.com/acronyms/#PCYMTNQREAIYR IIRC, several thread safe stdio issues have been fixed recently, both in Cygwin and in newlib. Please try a recent Cygwin DLL snapshot

Re: ftruncate64() question?

2004-05-24 Thread Brian Ford
with ftruncate? How was the quoted text relevant? - Original Message - Subject: Re: [OT] Re: where is at at? -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot

Re: 1.5.9-1: socket() appears NOT to be thread-safe

2004-05-24 Thread Brian Ford
anyway. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com

Re: Signal Handling of cygwin under VMware Workstation

2004-05-26 Thread Brian Ford
On Wed, 26 May 2004, Thomas Kloeber wrote: any ideas/guesses are appreciated. The first one that comes to mind is upgrade to 1.5.10-3 ;-). -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft

Re: mutt and ssmtp on Cygwin on Windows Server 2003 'child exited 127'

2004-05-26 Thread Brian Ford
you reply to a message. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

Re: Antwort: Re: mutt and ssmtp on Cygwin on Windows Server 2003 'child exited 127'

2004-05-26 Thread Brian Ford
=/usr/sbin/ssmtp You might add .exe and see if that helps. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe

Re: Problems with sshd on Windows 2003 Server

2004-05-26 Thread Brian Ford
the administrators group and restarted the service. Regards Tomas Did you use ssh-host-config to set up the sshd service? Did you read /usr/share/doc/Cygwin/openssh.README? -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety

Re: gcc inst hosed after upgrading to cygwin 1.5.10x

2004-05-27 Thread Brian Ford
doesn't help! Any clues / advice? Just one: Problem reports: http://cygwin.com/problems.html -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info

Re: [ANNOUNCEMENT] Updated: cygwin-1.5.10-2

2004-05-27 Thread Brian Ford
On Thu, 27 May 2004, philippe.torche(no_spam) wrote: 1. One or more : C:\cygwin\usr\local\bin\bash.exe (1348): *** fork: can't reserve memory for stack 0x3 - 0x23, Win32 error 487 http://sources.redhat.com/ml/cygwin/2004-05/msg00601.html -- Brian Ford Senior Realtime Software

Re: GCC 3.3.1 problem with printf %Lg %Lg and -m128bit-long-double compile option

2004-05-27 Thread Brian Ford
for proper printf operation. Why are you trying to use this switch, Mathias? -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http://cygwin.com/ml

Re: C-shell:commands are not working

2004-05-27 Thread Brian Ford
wrong. It will also inform you about the required attachment that tells us about your particular installation. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe

Re: gcc inst hosed after upgrading to cygwin 1.5.10x

2004-05-28 Thread Brian Ford
forward to me that a check of installed packages was in order, no? That check was also requested (all be it more specifically) by the GCC package maintainer. I made no inference that the post was off topic. So, your point was? Brian Ford wrote: On Thu, 27 May 2004, Hans Horn wrote: Folks

Re: gcc inst hosed after upgrading to cygwin 1.5.10x

2004-05-28 Thread Brian Ford
-r--r--1 ford Users 404132 Oct 5 2003 libgpc.a lrwxrwxrwx1 ford Users 32 Feb 17 13:05 specs - ../../i686-pc-cygwin/3.3.1/specs* drwxrwxrwx+ 2 ford Users 0 Feb 17 13:05 units/ -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation

RE: gcc inst hosed after upgrading to cygwin 1.5.10x

2004-05-28 Thread Brian Ford
On Fri, 28 May 2004, Reid Thompson wrote: From: Hans Horn [mailto:hannes at 2horns dot com] Reid, here you go... Brian Ford ford at vss dot fsi dot com wrote in message Hans, http://cygwin.com/acronyms#PCYMTNQREAIYR :-). -- Brian Ford Senior Realtime Software Engineer VITAL - Visual

Re: GCC 3.3.1 problem with printf %Lg %Lg and -m128bit-long-double compile option

2004-05-28 Thread Brian Ford
the gratuitous warning with via another switch or attribute. Can you see why this isn't a good idea? -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info

Re: New install of 1.5.10 replacing 1.5.6: many things not working

2004-05-28 Thread Brian Ford
. Maybe then someone will have a better idea. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: cygwin and scsi tape drive.

2004-05-28 Thread Brian Ford
. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International\ the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: ssh problem cygheap_fixup_in_child

2004-06-07 Thread Brian Ford
attatched the output of cygcheck. Does this help: http://www.cygwin.com/ml/cygwin/2004-04/msg00176.html -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe

Re: 1.5.9-1: socket() appears NOT to be thread-safe

2004-06-10 Thread Brian Ford
On Fri, 21 May 2004, Christopher Faylor wrote: On Fri, May 21, 2004 at 05:21:19PM -0500, Brian Ford wrote: On Thu, 15 Apr 2004, Christopher Faylor wrote: Corinna showed me that this was a problem in my autoload code rather than a problem with winsock. That's comforting. I guess I've grown

Re: Bash wait indefinitely

2004-06-11 Thread Brian Ford
be a workaround, but I have not tried it. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

Re: BFD to Create ELFs

2004-06-11 Thread Brian Ford
On Sat, 5 Jun 2004, Scott Guthery wrote: Is anybody out there using BFD to create ELF files? If so, a scrap of successful example code would be greatly appreciated. Um..., yes. gas, ld, etc. do. Look at their sources. You do know that bfd's license is GPL, right? -- Brian Ford Senior

Re: make problem: command works thru CLI, not thru make file

2004-06-11 Thread Brian Ford
assume those spaces are a tab, right? And is hellowWorld.o a typo? If not, that's the problem. An exact copy and past of the output and Makefile would be more helpful than your hand chosen snippets. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety

Re: Cygwin performance under Citrix

2004-06-14 Thread Brian Ford
colum to see what is taking so long. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports

Re: Annoucement: GCC-3.4.0 binary release candidat

2004-06-14 Thread Brian Ford
Sorry Gerrit. I didn't mean for that to be personal email as you can tell :-(. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Forwarded message

RE: LARGE FILE SUPPORT for tar in cygwin

2004-06-14 Thread Brian Ford
a Cygwin version *that* out-of-date. The current Cygwin version is 1.5.10-3. Please use the setup program available at http://cygwin.com to update your installation. Once you have done that, I believe your problem will no longer exist. -- Brian Ford Senior Realtime Software Engineer VITAL

Re: FW: wish84 incredibly slow

2004-06-14 Thread Brian Ford
On Mon, 14 Jun 2004, Brian Ford wrote: On Sun, 13 Jun 2004, fergus wrote: but on every occasion that I tried this experiment, the longest individual call, dwarfing all others, is a call towards the end (actually 17th from last in all the examples of wish.log that I tried) beginning

Re: ipc-daemon2

2004-06-14 Thread Brian Ford
available via cygserver. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

Re: tcltk-20030901-1 packaging bug?

2004-06-16 Thread Brian Ford
. It reports those that would be correct for your netrel installation location. Does that help? -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http

Re: locate lacks -r regular expression flag in Cygwin

2004-06-16 Thread Brian Ford
in Cygwin doesn't support this? Is it a limitation of Microsoft's NTFS file system? I don't think so. It's probably just a deficiency in GNU locate. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft

Re: Latest snapshots and MIT-SHM extension

2004-06-17 Thread Brian Ford
going on. Don't bother. http://sources.redhat.com/ml/cygwin/2004-06/msg00445.html -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft is a well-trained pilot... -- Unsubscribe info: http

Re: announce - cygwin mailing list gateway broken

2004-06-18 Thread Brian Ford
On Fri, 18 Jun 2004, Brian Ford wrote: On Fri, 18 Jun 2004, Christopher Faylor wrote: I've been changing my email system here and I've broken the announce - cygwin mailing list gateway which used to run from my computer. So you won't be seeing announcements here for a while. I'm

Re: announce - cygwin mailing list gateway broken

2004-06-18 Thread Brian Ford
-AT-cygwin-DOT-com' :0 !cygwin-AT-cygwin-DOT-com } I'll make sure I understand the rest of this on Monday when I have a better work environment. Thanks for doing this. Could I get a gold star over here? Um, no problem :-). -- Brian Ford Senior Realtime Software Engineer VITAL

Re: higher-level IO very slow with cygwin1.dll 5.10 (due to set_flags?)

2004-06-23 Thread Brian Ford
your strace output and a sample program if possible? I'd like to look at it as my time permits. If you prefer, personal email is fine. Thanks. -- Brian Ford Senior Realtime Software Engineer VITAL - Visual Simulation Systems FlightSafety International the best safety device in any aircraft

Re: higher-level IO very slow with cygwin1.dll 5.10 (due to set_flags?)

2004-06-23 Thread Brian Ford
Uh..., nevermind. That's what I get for reading the thread backward. Sorry for the noise. I'll take a look. On Wed, 23 Jun 2004, Brian Ford wrote: If you have not made any progress on this, could you send me your strace output and a sample program if possible? I'd like to look at it as my

  1   2   3   4   5   6   7   8   9   >