Re: odd segfault with my c program using cygwin 1.7

2009-12-02 Thread jeffunit
Still, it could be some other overflow somewhere else; as I'd guess you were reasoning, that's the commonest reason for this sort of bug that crops up on some platforms with some stack and memory layouts and not others. Jeff, recompile your code, adding the -g flag, then run it under gdb,

odd segfault with my c program using cygwin 1.7

2009-12-01 Thread jeffunit
My program ran fine under cygwin 1.5 as well as many versions of linux including mandriva 2009, mandriva 2009.1 and mandriva 2010.0 When compiled with gcc cal.c -o cal and run with cal 2009 I get a segmentation fault. When I uncomment line 62, the program runs successfully. I have had other

ssh and sftp connects intermittently

2009-09-02 Thread jeffunit
I use ssh from a dos box on windows to connect to other machines, It works fine right after I log into windows. After a while, it doesn't work reliably. I type something like 'sftp example.com I get a response 'Connecting to example.com...' About 1 time in 10, I get the next line which is

Re: ssh and sftp connects intermittently

2009-09-02 Thread jeffunit
At 12:41 PM 9/2/2009, you wrote: On 09/02/2009 03:28 PM, jeffunit wrote: I use ssh from a dos box on windows to connect to other machines, It works fine right after I log into windows. After a while, it doesn't work reliably. I type something like 'sftp example.com I get a response 'Connecting

Re: ssh and sftp connects intermittently

2009-09-02 Thread jeffunit
At 01:13 PM 9/2/2009, you wrote: On 09/02/2009 03:53 PM, jeffunit wrote: snip I was using my personal domain, www.weasel.com However the problem also shows up when I use sftp or ssh to machines on my internal lan, that I know are working. OK, as you might expect, that WJFFM. I am using

Re: ssh and sftp connects intermittently

2009-09-02 Thread jeffunit
At 02:02 PM 9/2/2009, you wrote: On 09/02/2009 04:30 PM, jeffunit wrote: As I said, the problem is intermittent. However, once I have the problem, it occurs reliably. Here is some verbose output, which isn't very helpful... Perhaps. I find this interesting though. U:\sftp -v -v -v jdei

Re: weird samba problems, latest cygwin, samba 3.0.25b-4.2

2007-11-27 Thread jeffunit
At 08:57 PM 11/26/2007, you wrote: jeffunit wrote: I built a fileserver running mandriva linux 2008 and samba 3.0.25b-4.2 After copying lots of files there, I decided to run cygwin 'diff -r' to be sure they really got copied ok. I ran into problems. Here is what I know. For example, to copy

weird samba problems, latest cygwin, samba 3.0.25b-4.2

2007-11-26 Thread jeffunit
I built a fileserver running mandriva linux 2008 and samba 3.0.25b-4.2 After copying lots of files there, I decided to run cygwin 'diff -r' to be sure they really got copied ok. I ran into problems. Here is what I know. For example, to copy the emacs-22.1 source tree to my server, I use the