I was having this difficulty debugging a crashed application. I was using
Cygwin environmental variable error_start to either call dumper or gdb.
Both a core dump and invoking gdb didn't show anything relevant to
my application. I tried various means of examining and setting the
registers in the
From: "Jon A. Lambert" <[EMAIL PROTECTED]>
--- environ.cc.orig 2005-01-01 03:15:33.913185600 -0500
+++ environ.cc 2005-01-01 03:16:55.670747200 -0500
+ int tracesize = strtol (buf, NULL, 0);
Sorry I diffed in the wrong dir, that should be..
tracesize = strtol (buf, NULL, 0);
--
Unsubscribe info:
Gary R. Van Sickle wrote:
- Put in the va_end()s.
Bravo! Happy New Year!
Gerrit
--
=^..^=
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwi
> > > I have experienced exactly the same problem! On two different machines
> > > running XP.
> >
> > I'm running XP *and* I'm using tcsh on a regular basis and I'm not able
> > to reproduce that effect.
>
> Well, I know of at least one way to cause this problem! My cygwin
> installation was runn
1.
The tcsh manual states:
onintr is ignored if the shell is running detached and in system
startup files (see FILES), where interrupts are disabled anyway.
But:
>grep onintr /etc/csh.cshrc
onintr -
onintr
Is the manual incorrect or is the initialization
When attempting to edit a *writeable* file of "zero" lines but 53 MB in size
(no newlines), vi appears to hang. Ctrl-C is followed by the response
W10: Warning: Changing a readonly file
following which it appears that one is editing a new file. Quitting without
writing succeeds.
Hi,
I am having SSHD running on my machine and i am
using CORE FTP light to connect to my server.
I am able to connect but problem here is after
successful
connect i can go to any place in C:\cygwin.
Even guest login can access home/Administrator
directory which is highly undesirable for me.
On Fri, Dec 31, 2004 at 02:10:32PM -0800, Shankar Unni wrote:
>Max: keep looking for those nitpicky errors, though - the next one may
>be significant..
Hopefully this goes without saying but if someone wants to provide a
patch, one of the cygwin developers will, as usual, be happy to look at
it.
On Sat, Jan 01, 2005 at 03:54:23AM -0500, Jon A. Lambert wrote:
>I was having this difficulty debugging a crashed application. I was using
>Cygwin environmental variable error_start to either call dumper or gdb.
>Both a core dump and invoking gdb didn't show anything relevant to
>my application.
On Sat, 1 Jan 2005, Sameer Tupe wrote:
> Hi,
> I am having SSHD running on my machine and i am using CORE FTP
> light to connect to my server. I am able to connect but problem here is
> after successful connect i can go to any place in C:\cygwin. Even guest
> login can access home/Administrat
Brian Bruns wrote:
If you guys want cygwin to be used by real people, in real life
production or development environments, you should go a bit further
than "I don't have the problem on my computer, so fix it yourself".
If you don't want to or are not able to pay attention to "real
world" bugs, cygw
I've noticed a slight change in behavior from 1.5.12 and the 20041231
snapshot. It's affecting my scripts, but I'm not sure whether the old or
new behavior is correct.
The command
% bash --login -c 'sleep 10 &'
used to return immediately. Now, it waits until the child process
(sleep) comple
At 11:24 AM 1/1/2005, you wrote:
>Hi,
> I am having SSHD running on my machine and i am
>using CORE FTP light to connect to my server.
>I am able to connect but problem here is after
>successful
>connect i can go to any place in C:\cygwin.
>Even guest login can access home/Administrator
>direc
On Sat, Jan 01, 2005 at 02:55:59PM -0800, David Rothenberger wrote:
Content-Description: message body text
>I've noticed a slight change in behavior from 1.5.12 and the 20041231
>snapshot. It's affecting my scripts, but I'm not sure whether the old or
>new behavior is correct.
>
>The command
>
>
I've made a new version of bc available for installation. This version
of bc has been rebuilt with readline support turned on so that you can
now do line editing and history recall.
For a brief description of this package, and a listing of the files it
contains, see http://cygwin.com/packages/ .
I've made a new version of the gdb debugger available for installation.
This version is a refresh from the CVS repository on sources.redhat.com.
The package also contains the "insight" graphical debugger.
Note that building insight for cygwin from source with the current
version of w32api (3.1) pa
It seems that there is no information of the qsort function from stdlib.h.
$ uname -a
CYGWIN_NT-5.0 1.5.12(0.116/4/2) 2004-11-10 08:34 i686 unknown
unknown Cygwin
$ man qsort
No manual entry for qsort
$ info qsort > zzz
info: No menu item `qsort' in node `(dir)Top'.
$ info libc | grep sort
in
Alex Vinokur wrote:
>
> It seems that there is no information of the qsort function from stdlib.h.
>
> $ uname -a
> CYGWIN_NT-5.0 1.5.12(0.116/4/2) 2004-11-10 08:34 i686 unknown
> unknown Cygwin
>
> $ man qsort
> No manual entry for qsort
>
> $ info qsort > zzz
> info: No menu item `qsort' in
Hello,
Ok, I installed all of Cygwin & then attempted to get sshd running. I
did this about 1.5 years ago
& it didn't seem too hard so I thought I try again. Anyhow, this time, I've
grown a bit & use the RSA keys
of SSH Protocol 2 as my standard method so I wanted to do that this time.
Well
19 matches
Mail list logo