Hello,
Original-Nachricht
> Datum: Thu, 4 Oct 2007 10:03:22 +0100
> Von: "Dom H"
> Betreff: Ctrl-backspace not working
> I'm trying to use the 'hotlist' command in mc but Ctrl-\ doesn't seem
> to work, any ideas? Pressing ctrl-\ doesn't show any signs when
> pressed in cygwin ba
I'm trying to use the 'hotlist' command in mc but Ctrl-\ doesn't seem
to work, any ideas? Pressing ctrl-\ doesn't show any signs when
pressed in cygwin bash or even in a dos prompt for that matter.
I'm running the current binary release of cygwin in a dos terminal
under Windows XP
Thanks
Dom
Hi!
What is the current status of screen reattach?
For me it does not work under the default cygwin bash shell, which
uses cmd console afaik and it does not work under cygwin sshd. The
only way it works is under cygwin rxvt. I would most like to use it
under sshd.
What's the magic to make it work?
Hello,
I am just starting to learn how to use the debugging tools available in
Cygwin. To do so, I have a test program deliberately designed to crash:
#include
int main()
{
int *p=0;
*p=9;
return 0;
}
I have compiled it with debugging information:
g++ -g -O0 -o core
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Gmane User on 10/3/2007 10:30 PM:
>
>
> I did indeed check that before posting to ask about where release notes can be
> found. In fact, they can be found peicemeal at http://tinyurl.com/2dxno3, but
> it makes it hard to quickly scan fo
I am trying to get the Larceny Scheme compiler
(http://www.ccs.neu.edu/home/will/Larceny/) to compile (and work)
under the most recent stable Cygwin release. While I have managed to
get it to produce a file that very closely resembles a PE file, it
apparently is not close enough to satisfy Wind
On 04 October 2007 14:59, Dave Korn wrote:
> On 04 October 2007 14:56, Dave Korn wrote:
>
>> On 04 October 2007 14:21, Lynn Winebarger wrote:
>>
>>>I am trying to get the Larceny Scheme compiler
>>> (http://www.ccs.neu.edu/home/will/Larceny/) to compile (and work)
>>> under the most recent s
On 04 October 2007 14:21, Lynn Winebarger wrote:
>I am trying to get the Larceny Scheme compiler
> (http://www.ccs.neu.edu/home/will/Larceny/) to compile (and work)
> under the most recent stable Cygwin release. While I have managed to
> get it to produce a file that very closely resembles a
On 04 October 2007 14:56, Dave Korn wrote:
> On 04 October 2007 14:21, Lynn Winebarger wrote:
>
>>I am trying to get the Larceny Scheme compiler
>> (http://www.ccs.neu.edu/home/will/Larceny/) to compile (and work)
>> under the most recent stable Cygwin release. While I have managed to
>> get
Hello,
Original-Nachricht
> Datum: Thu, 4 Oct 2007 14:39:10 +0100
> Von: "Dom H"
> An: "Pavel Tsekov"
> Betreff: Re: Ctrl-backspace not working
> Hi, it's ok I can wait. Thanks for the response. How when the patched
> version is released?
I hope to get it out by the end of Octo
On 04 October 2007 15:26, Lynn Winebarger wrote:
>>> you see an error message along those lines, yes? Hm. Does it still
>>> happen if you compile the most basic sort of "hello world" program?
>>
>>
>> It might also be informative to run "cygcheck " on your
>> compiled executable; that'll di
(Sorry for the formatting, I belatedly subscribed to the list and got
this as a thread digest)
> From: "Dave Korn" <[EMAIL PROTECTED]>
>
> > On 04 October 2007 14:56, Dave Korn wrote:
> >
> >> We might be able to make guesses at what was wrong with the compiled
> >> program if you told us *in wha
On 10/4/07, Dave Korn <[EMAIL PROTECTED]> wrote:
> On 04 October 2007 15:26, Lynn Winebarger wrote:
> > Thanks, Dave. I did compile a hello-world.c program, and it ran, but
> > I had also compiled PLT scheme v360 before (needed to bootstrap
> > Larceny) and had run it without problem as well (I ha
On 10/4/07, Lynn Winebarger <[EMAIL PROTECTED]> wrote:
> On 10/4/07, Dave Korn <[EMAIL PROTECTED]> wrote:
> > On 04 October 2007 15:26, Lynn Winebarger wrote:
> > > Thanks, Dave. I did compile a hello-world.c program, and it ran, but
> > > I had also compiled PLT scheme v360 before (needed to boot
On 04 October 2007 16:04, Lynn Winebarger wrote:
> On 10/4/07, Dave Korn <[EMAIL PROTECTED]> wrote:
>> On 04 October 2007 15:26, Lynn Winebarger wrote:
>>> Thanks, Dave. I did compile a hello-world.c program, and it ran, but
>>> I had also compiled PLT scheme v360 before (needed to bootstrap
>>>
On 10/3/07, Gmane User wrote:
> Dave Korn wrote:
> > On 02 October 2007 15:26, Gmain User wrote:
> >
> >> Brian Dessent writes:
> >>> Gmane User wrote:
> >>>
> it makes it hard to quickly scan for changes to "mv". Many software
> systems have cumulative release notes with each new rele
On 2007-10-04, Damjan Lango wrote:
> Hi!
> What is the current status of screen reattach?
> For me it does not work under the default cygwin bash shell, which
> uses cmd console afaik and it does not work under cygwin sshd. The
> only way it works is under cygwin rxvt. I would most like to use it
>
On 2007-10-04, Gary Johnson wrote:
> On 2007-10-04, Damjan Lango wrote:
> > Hi!
> > What is the current status of screen reattach?
> > For me it does not work under the default cygwin bash shell, which
> > uses cmd console afaik and it does not work under cygwin sshd. The
> > only way it works is u
Alberto Luaces wrote:
> I am just starting to learn how to use the debugging tools available in
> Cygwin. To do so, I have a test program deliberately designed to crash:
[snip]
> I have compiled it with debugging information:
>
> g++ -g -O0 -o core core.cpp
>
> Then I try to run it with gdb:
>
On 04 October 2007 16:15, René Berber wrote:
> Alberto Luaces wrote:
>
>> I am just starting to learn how to use the debugging tools available in
>> Cygwin. To do so, I have a test program deliberately designed to crash:
>> [snip] I have compiled it with debugging information:
>>
>> g++ -g -O0 -
Dave Korn <[EMAIL PROTECTED]>:
On 04 October 2007 16:15, René Berber wrote:
Alberto Luaces wrote:
I am just starting to learn how to use the debugging tools available in
Cygwin. To do so, I have a test program deliberately designed to crash:
[snip] I have compiled it with debugging informati
Alberto Luaces Fernández wrote:
[snip]
> thanks for the tips, I will check the PATH and look for missing DLLs
> then, although my program is nothing more than a main function
> dereferencing a null pointer, so it should not have any special
> dependencies.
It doesn't.
> The missing DLL message w
I tried sshing in over putty and also from a linux gnome-term on a
different machine.
Btw, I'm using Vista, is this a problem perhaps?
Also the user I'm ssh-ing into does not have administrator privleges,
might try changing that. I tried to do a cat
/tmp/uscreens/S-name/socket-name and it says perm
Siegfried wrote:
OK, I tried that. See below for the results. Looks like we have the same
problem.
Thanks,
Siegfried
Brian wrote:
So as a
workaround, try "make install DESTDIR=/" which would result in
"///foo/bar" which is the POSIX-sanctioned way of dealing with
filesystems that reserve // for ne
On Wed, September 19, 2007 02:09, Corinna Vinschen wrote:
> On Sep 18 11:54, Elliott Hughes wrote:
>
>> http://software.jessies.org/terminator/ uses Cygwin to provide
>> Windows support, and it's been most useful. i just thought i'd
>> mention a couple of things that caused crashes in cygwin1.dll 1
No one responded to my message, below (on 10/1/2007). I've got a
production system not doing what it is supposed to do until I get this
worked out... and I don't have a clue where to start looking. Did I
provide enough information? Anyone have any ideas how I can get cron to
spawn the intera
J wrote:
No one responded to my message, below (on 10/1/2007). I've got a
production system not doing what it is supposed to do until I get this
worked out... and I don't have a clue where to start looking. Did I
provide enough information? Anyone have any ideas how I can get cron to
spawn
$ cat ex.cpp
#include
int main() {
try {
throw new std::exception();
} catch (const std::exception& ex) {
return 1;
}
return 0;
}
You are throwing a pointer and trying to catch a reference, so the
exception never gets caught at all, which causes the program to abort.
You should should
Hi all.
The archives do have a number of Vista-related SSH problems which have solved
the issue of getting it installed, but I haven't been able to solve the issue
I found next.
Here's the options I used to configure the service...
> [508] [EMAIL PROTECTED]:~> ssh-host-config
> Overwrite exist
Unfortunately outside of running iu-config it has no info on how to create
and run the service.
René Berber-2 wrote:
>
> Alexfed wrote:
>
>> How do I install the inetutils RSH and start the service?
>
> Edit /etc/inetd.conf; I'm assuming you already read
> /usr/share/doc/Cygwin/inetutils-1.3.
On 04 October 2007 22:13, Siegfried Heintze wrote:
> Siegfried wrote:
> OK, I tried that. See below for the results. Looks like we have the same
> problem.
> mkdir //usr
> mkdir: cannot create directory `//usr': No such host or network path
> mkdir //usr/local
> mkdir: cannot create directory `/
> Hi!
> What is the current status of screen reattach?
> For me it does not work under the default cygwin bash shell, which
> uses cmd console afaik and it does not work under cygwin sshd. The
> only way it works is under cygwin rxvt. I would most like to use it
> under sshd.
> What's the magic to
Alexfed wrote:
> Unfortunately outside of running iu-config it has no info on how to create
> and run the service.
Inetd? Once installed it starts after every reboot or when you do a "net start
inetd" or ...
If you meant rshd, if configured right on /etc/inet.conf, it starts whenever a
client t
René Berber wrote:
Alexfed wrote:
Unfortunately outside of running iu-config it has no info on how to
create
and run the service.
Inetd? Once installed it starts after every reboot or when you do a
"net start
inetd" or ...
If you meant rshd, if configured right on /etc/inet.conf, it start
On Thu, October 4, 2007 16:33, Lewis Hyatt wrote:
>> $ cat ex.cpp
>> #include
>> int main() { try { throw new std::exception(); } catch (const
>> std::exception& ex) {
>> return 1; }
>> return 0; }
>>
>
> You are throwing a pointer and trying to catch a reference, so the
> exception never gets cau
SURVEY REQUEST ONLY *
Replies to only: [EMAIL PROTECTED] if interested
Hello:
This notice to see how many persons *might* be interested in a "running"
copy of cygwin on a CD. The download size would be around 106 MB. I'm
trying to address the usefulness o
Daniel Noll wrote:
Hi all.
The archives do have a number of Vista-related SSH problems which have solved
the issue of getting it installed, but I haven't been able to solve the issue
I found next.
Here's the options I used to configure the service...
[508] [EMAIL PROTECTED]:~> ssh-host-con
Andrew Schulman wrote:
Hi!
What is the current status of screen reattach?
For me it does not work under the default cygwin bash shell, which
uses cmd console afaik and it does not work under cygwin sshd. The
only way it works is under cygwin rxvt. I would most like to use it
under sshd.
What's th
On Friday 05 October 2007 13:07:41 Larry Hall (Cygwin) wrote:
> OK, we now know the symptoms and the problem. But we don't have any basic
>
> configuration information to do some simple triage with. In short:
> > Problem reports: http://cygwin.com/problems.html
>
> Please read and follow th
i can remove the method call, too. this also crashes:
extern "C" JNIEXPORT void JNICALL
Java_terminator_terminal_PtyProcess_sendResizeNotification(JNIEnv* env,
jobject instance, jobject a0, jobject a1) {
try {
throw std::exception();
} catch (const std::exception& ex) {
}
}
40 matches
Mail list logo