This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: sftp




Corinna Vinschen schrieb:
> 
> On Thu, Apr 05, 2001 at 06:07:37PM +0200, Ronald Hecht wrote:
> > That's what I got with gdb:
> >
> > (gdb) cont
> > Continuing.
> 
> Don't do "cont" before "bt". Just be sure to be in thread 1,
> then "bt".
> 
> Corinna

I'm debugging ..., but wondering why the process_readdir is called
twice. Do you have the same thing? Do you get a second SSH2_FXP_READDIR
like me? (using -v -v -v Option)

> 
> >
> > Program received signal SIGSEGV, Segmentation fault.
> > 0x77f7754b in ?? ()
> >
> > (gdb) bt
> > #0  0x77f7754b in ?? ()
> > #1  0x77f0c51a in ?? ()
> > #2  0x61005755 in _size_of_stack_reserve__ ()
> > #3  0x40298b in process_readdir () at sftp-server.c:773
> > #4  0x403485 in process () at sftp-server.c:997
> > #5  0x4037d2 in main (ac=1, av=0x1a035a18) at sftp-server.c:1104
> > #6  0x61003cea in _size_of_stack_reserve__ ()
> > #7  0x61003f95 in _size_of_stack_reserve__ ()
> > #8  0x61003fe4 in _size_of_stack_reserve__ ()
> > #9  0x40c873 in cygwin_crt0 ()
> >
> > Ronald
> 
> --
> Corinna Vinschen                  Please, send mails regarding Cygwin to
> Cygwin Developer                                mailto:cygwin@cygwin.com
> Red Hat, Inc.
> 
> --
> Want to unsubscribe from this list?
> Check out: http://cygwin.com/ml/#unsubscribe-simple

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]