I can't set breakpoints in gdb under cygwin with whole path to the source file:
break "C:/cygwin/home/moon/uart/hello.c:69"
break "/cygdrive/c/cygwin/home/moon/uart/hello.c:69"
The only thing similar to those two that works is:
break "/home/moon/uart/hello.c:69"
Can this somehow be set to be abl
I there! I installed cygwin 1.9.0 on my WinXP Pro x64. I tried many IDE
but i always have the same problem while trying to debug my simple
"hello world" program. GDB says:
"Error: dll starting at 0x77d41000 not found."
I can run gdb but this is given to me when i try to run loaded
application. I
Domen Vrankar wrote:
I can't set breakpoints in gdb under cygwin with whole path to the
source file:
break "C:/cygwin/home/moon/uart/hello.c:69"
break "/cygdrive/c/cygwin/home/moon/uart/hello.c:69"
The only thing similar to those two that works is:
break "/home/moon/uart/hello.c:69"
Can this s
Paolo Scaffardi wrote:
I there! I installed cygwin 1.9.0 on my WinXP Pro x64. I tried many IDE
but i always have the same problem while trying to debug my simple
"hello world" program. GDB says:
First, there is no "cygwin 1.9.0". The current version of the Cygwin
package in the distribution is
On Mar 7 12:30, neo napster wrote:
> All,
>
http://cygwin.com/acronyms/#TOFU
> - Original Message
> From: Corinna Vinschen <[EMAIL PROTECTED]>
http://cygwin.com/acronyms/#PCYMTNQREAIYR
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Proje
On Mar 6 12:12, David Abrahams wrote:
>
> on Mon Mar 05 2007, Corinna Vinschen writes:
> > I just realize that I mis-read your mail so that I
> > thought it works on XP32 but doesn't work on XP64. You wrote that
> > it's the opposite. Then my answer is, "I don't know". It works for
> > me on
Larry Hall (Cygwin) ha scritto:
> Paolo Scaffardi wrote:
> First, there is no "cygwin 1.9.0". The current version of the Cygwin
Sorry! I looked at the syscheck output!! :-(
> package in the distribution is cygwin 1.5.24, which you have.
You're right!
>> "Error: dll starting at 0x77d41000 not f
Dear All,
I have installed cygwin yesterday, March 6th 2007 and I have it
running with perfect logging and even public key authentication. So
far, so good.
Today, after an initial trial use, I started getting "could not
allocate pty" errors, that can be explained by the huge amount of
ssh.exe a
2007/3/7, Larry Hall (Cygwin) <[EMAIL PROTECTED]>:
Domen Vrankar wrote:
> I can't set breakpoints in gdb under cygwin with whole path to the
> source file:
> break "C:/cygwin/home/moon/uart/hello.c:69"
> break "/cygdrive/c/cygwin/home/moon/uart/hello.c:69"
>
> The only thing similar to those two
Hello,
I recently downloaded cygwin and I've been trying to make ssh and sftp
work with no success. When I run these commands I get these outputs:
$ ssh [EMAIL PROTECTED]
$ sftp [EMAIL PROTECTED]
Connecting to 142.268.10.26...
Connection closed
With neither of them I am even prompted for the
> $ ssh [EMAIL PROTECTED]
>
> $ sftp [EMAIL PROTECTED]
> Connecting to 142.268.10.26...
> Connection closed
Try adding -v or -vv to get some information about the protocol exchange,
and where it's stopping. You can probably also get some information from
the ssh server logs.
--
Unsubscribe inf
On 07 March 2007 14:15, Paolo Scaffardi wrote:
> Larry Hall (Cygwin) ha scritto:
>> Paolo Scaffardi wrote:
>> First, there is no "cygwin 1.9.0". The current version of the Cygwin
>
> Sorry! I looked at the syscheck output!! :-(
First, there is no "syscheck" ;-)
cheers,
On 07 March 2007 14:32, Domen Vrankar wrote:
> The problem is that a graphical IDE that serves as gdb frontend and
> works under windows (mo cygwin) sets breakpoints like this: break
> "C:/cygwin/home/moon/uart/hello.c:69".
Ah, that's your problem. The IDE is a buggy heap of garbage. You ne
Marielle Fois <[EMAIL PROTECTED]>:
> Hello,
>
> I recently downloaded cygwin and I've been trying to make ssh and sftp
> work with no success. When I run these commands I get these outputs:
>
> $ ssh [EMAIL PROTECTED]
>
> $ sftp [EMAIL PROTECTED]
> Connecting to 142.268.10.26...
> Connection c
Andrew Schulman wrote:
Try adding -v or -vv to get some information about the protocol exchange,
and where it's stopping. You can probably also get some information from
the ssh server logs.
Thanks for your quick answer, Andrew. I didn't get more information with
ssh or sftp using -v or -v
Thanks for your answer, Alexander. You are right about the IPs, but
that's no problem. I didn't want to publish my company's ips, so I
changed the numbers. Only I didn't realize I put one number greater than
255.
Regards,
Marielle
Alexander Skwar wrote:
Marielle Fois <[EMAIL PROTECTED]>:
Domen Vrankar wrote:
> I can't set breakpoints in gdb under cygwin with whole path to the source
> file:
> break "C:/cygwin/home/moon/uart/hello.c:69"
> break "/cygdrive/c/cygwin/home/moon/uart/hello.c:69"
>
> The only thing similar to those two that works is:
> break "/home/moon/uart/hello.c:69
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Redirecting to cygwin-apps, since this is a setup.exe issue. And sorry
for the delayed reply; this arrived back when I was on vacation, and I'm
still trying to plow through my inbox.
According to Mark Peloquin on 2/18/2007 2:47 AM:
> I recently insta
> Andrew Schulman wrote:
> > Try adding -v or -vv to get some information about the protocol exchange,
> > and where it's stopping. You can probably also get some information from
> > the ssh server logs.
> >
>
> Thanks for your quick answer, Andrew. I didn't get more information with
> ssh o
On 3/7/07, Andrew Schulman wrote:
> Andrew Schulman wrote:
> > Try adding -v or -vv to get some information about the protocol exchange,
> > and where it's stopping. You can probably also get some information from
> > the ssh server logs.
> >
>
> Thanks for your quick answer, Andrew. I didn't g
> By default, the errors will be sent to the Windows Event Log.
... if the server is on a Windows host. Marielle hasn't told us what OS the
server is running.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation:
> Andrew Schulman wrote:
> > Try adding -v or -vv to get some information about the protocol exchange,
> > and where it's stopping. You can probably also get some information from
> > the ssh server logs.
> >
>
> Thanks for your quick answer, Andrew. I didn't get more information with
> ssh o
Andrew Schulman wrote:
Andrew Schulman wrote:
Try adding -v or -vv to get some information about the protocol exchange,
and where it's stopping. You can probably also get some information from
the ssh server logs.
Thanks for your quick answer, Andrew. I didn't get more informatio
Could the problem be the ssh protocol? I just tried using the sftp and
ssh commands that come with the installation of the ssh client I use,
which are ssh2, and they worked fine on command line in cygwin.
Regards,
Marielle
Marielle Fois wrote:
Andrew Schulman wrote:
Andrew Schulman wrote:
try running
# strace ssh [EMAIL PROTECTED]
maybe you will get more error messages. maybe the cygssl-0.9.x.dll library
is missing.
On Wed, Mar 07, 2007 at 04:47:34PM +0100, Marielle Fois wrote:
> Thanks for your answer, Alexander. You are right about the IPs, but
> that's no problem. I didn't w
On 07 March 2007 17:17, Marielle Fois wrote:
> Andrew Schulman wrote:
>> So you run sftp -vv [EMAIL PROTECTED] and get back... nothing? That's odd.
>> Maybe
>> a local firewall problem, so you can't even connect to the remote host?
>>
>
> I get back nothing, exactly. I tried disabling the Wi
Eric Blake byu.net> writes:
>
>
> http://cygwin.com/acronyms/#PCYMTWLL - wrapping would be nice
>
> > To: 'cygwin AT cygwin DOT com'
> ^
>
> http://cygwin.com/acronyms/#PCYMTNQREAIYR - raw emails munged
>
> http://cygwin.com/acronyms/#TOFU - top-posting reformatted
I'm not sure of the version of setup.exe that I used (it has since
been deleted), but I'm certain it was new. I downloaded it the same
day that I installed it. Since I ran the bash setup script a couple
weeks ago, I have noticed no problems. (Come to think of it, I pretty
much just use the ~600
Christopher Layne wrote:
On Fri, Mar 02, 2007 at 11:11:54AM -0800, Brian Dessent wrote:
Vinod Gupta wrote:
Cygwin was a slow by a factor of 3x. Is that normal?
Yes. Emulation of POSIX functions which do not exist on Windows is
expensive. Fork is especially bad, which is all you're really te
Christian Franke t-online.de> writes:
> Cygwin's sigprocmask() unconditionally calls sig_dispatch_pending().
> This is necessary because POSIX requires that at least one pending
> signal is dispatched by sigprocmask().
Actually, POSIX requires "If there are any pending unblocked signals after t
Can someone say me what am I doing wrong?
With mingw I can debug without problem (doing the make with mingw32-make).
Then what's the problem?.
Cya
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation:
On Wed, Mar 07, 2007 at 09:13:33PM +0100, Christian Franke wrote:
>Christopher Layne wrote:
>>On Fri, Mar 02, 2007 at 11:11:54AM -0800, Brian Dessent wrote:
>>>Vinod Gupta wrote:
>>>
Cygwin was a slow by a factor of 3x. Is that normal?
>>>Yes. Emulation of POSIX functions which do not exist on
Eric Blake wrote:
...
And the way I see it, if the mask is unchanged, then any signal that was
unblocked before calling sigprocmask() should have already fired. In other
words, the only signals that sigprocmask() HAS to worry about are signals that
just changed to unmasked;...
To handle
Raymond Miller wrote:
Can someone say me what am I doing wrong?
With mingw I can debug without problem (doing the make with mingw32-make).
Then what's the problem?.
Not with the information provided at least. See:
Problem reports: http://cygwin.com/problems.html
I'm not sure allot o
on Wed Mar 07 2007, Corinna Vinschen wrote:
> On Mar 6 12:12, David Abrahams wrote:
>>
>> on Mon Mar 05 2007, Corinna Vinschen writes:
>> > I just realize that I mis-read your mail so that I
>> > thought it works on XP32 but doesn't work on XP64. You wrote that
>> > it's the opposite. Then m
On Wed, 7 Mar 2007, Christopher Faylor wrote:
> I removed the sig_dispatch_pending from handle_sigprocmask.
Would now be a good time to ask this question again?
http://cygwin.com/ml/cygwin-developers/2006-07/msg00029.html
I assume the answer is still the same, though ;-(.
--
Brian Ford
Lead R
20070307 snap, was doing it with 0301 as well:
122 85114 [main] maptest 2960 open: open (./test.txt, 0x0)
146 85260 [main] maptest 2960 normalize_posix_path: src ./test.txt
375 85635 [main] maptest 2960 cwdstuff::get: posix /c/WINDOWS
198 85833 [main] maptest 2960 cwdstuff::get
On Wed, Mar 07, 2007 at 04:14:21PM -0800, Christopher Layne wrote:
>20070307 snap, was doing it with 0301 as well:
>
> 122 85114 [main] maptest 2960 open: open (./test.txt, 0x0)
> 146 85260 [main] maptest 2960 normalize_posix_path: src ./test.txt
> 375 85635 [main] maptes
On Wed, Mar 07, 2007 at 07:19:53PM -0500, Christopher Faylor wrote:
> On Wed, Mar 07, 2007 at 04:14:21PM -0800, Christopher Layne wrote:
> >20070307 snap, was doing it with 0301 as well:
> >
> > 122 85114 [main] maptest 2960 open: open (./test.txt, 0x0)
> > 146
On Wed, Mar 07, 2007 at 04:49:19PM -0800, Christopher Layne wrote:
> On Wed, Mar 07, 2007 at 07:19:53PM -0500, Christopher Faylor wrote:
> >
> > I think some words describing what problem you think is being shown
> > above are probably in order.
> >
> > cgf
>
> test.txt is in /var/tmp?
>
> Sorr
Op Tue, 6 Mar 2007 22:23:22 -0800 schreef Gary Johnson
in <20070307062322.GA21235 AT suncomp1.spk.agilent.com>:
: On 2007-03-07, Buzz wrote:
[...]
: > This indicates malloc returning non-zeroed memory.
: >
: > Has anybody got a clue as to what's going on?
:
: Malloc() returns a pointer to a block
hello
i'm trying to run sshd as service on w2k but, when i'm running
ssh-host-config, sshd doesn't ask me if i want to run sshd as a service
as it does when i install it on a w2k3 server.
so after that i get the fallowing error runing
cygrunsrv -S sshd
cygrunsrv: Error starting a service: StartSe
42 matches
Mail list logo