Re: 1.5.24-2: zero-length write() and ioctl() on fd -1 cause crashes

2007-10-04 Thread Lewis Hyatt
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) { } }

Re: "Unknown" user after logging into sshd under Vista

2007-10-04 Thread Daniel Noll
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

Re: screen reattach not working?

2007-10-04 Thread Larry Hall (Cygwin)
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

Re: "Unknown" user after logging into sshd under Vista

2007-10-04 Thread Larry Hall (Cygwin)
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

runnable cygwin on a platter (CD)

2007-10-04 Thread Paul McFerrin
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

Re: 1.5.24-2: zero-length write() and ioctl() on fd -1 cause crashes

2007-10-04 Thread Elliott Hughes
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

Re: inetutils RSH install

2007-10-04 Thread Andrew DeFaria
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

Re: inetutils RSH install

2007-10-04 Thread René Berber
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

Re: screen reattach not working?

2007-10-04 Thread Andrew Schulman
> 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

RE: Problems compiling grep and friends

2007-10-04 Thread Dave Korn
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 `/

Re: inetutils RSH install

2007-10-04 Thread Alexfed
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.

"Unknown" user after logging into sshd under Vista

2007-10-04 Thread Daniel Noll
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

Re: 1.5.24-2: zero-length write() and ioctl() on fd -1 cause crashes

2007-10-04 Thread Lewis Hyatt
$ 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

Re: interactive process is started on another user's 'desktop'

2007-10-04 Thread Larry Hall (Cygwin)
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

Re: 1.5.24-2: zero-length write() and ioctl() on fd -1 cause crashes

2007-10-04 Thread Elliott Hughes
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

Re: interactive process is started on another user's 'desktop'

2007-10-04 Thread J
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

RE: Problems compiling grep and friends

2007-10-04 Thread Siegfried Heintze
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

Re: screen reattach not working?

2007-10-04 Thread Damjan Lango
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

Re: Debugging with cygwin tools

2007-10-04 Thread René Berber
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

RE: Debugging with cygwin tools

2007-10-04 Thread Alberto Luaces Fernández
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

RE: Debugging with cygwin tools

2007-10-04 Thread Dave Korn
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 -

Re: Debugging with cygwin tools

2007-10-04 Thread René Berber
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: >

Re: screen reattach not working?

2007-10-04 Thread Gary Johnson
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 >

Re: Home directory

2007-10-04 Thread DePriest, Jason R.
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

Re: screen reattach not working?

2007-10-04 Thread Gary Johnson
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

RE: Bad EXE format (error 193)

2007-10-04 Thread Dave Korn
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 >>>

Re: Bad EXE format (error 193)

2007-10-04 Thread Lynn Winebarger
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

Re: Bad EXE format (error 193)

2007-10-04 Thread Lynn Winebarger
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

RE: Bad EXE format (error 193)

2007-10-04 Thread Dave Korn
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

Re: Bad EXE format (error 193)

2007-10-04 Thread Lynn Winebarger
(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

Re: Ctrl-backspace not working

2007-10-04 Thread Pavel Tsekov
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

RE: Bad EXE format (error 193)

2007-10-04 Thread Dave Korn
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

RE: Bad EXE format (error 193)

2007-10-04 Thread Dave Korn
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

RE: Bad EXE format (error 193)

2007-10-04 Thread Dave Korn
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

Bad EXE format (error 193)

2007-10-04 Thread Lynn Winebarger
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

Re: Home directory

2007-10-04 Thread Eric Blake
-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

Debugging with cygwin tools

2007-10-04 Thread Alberto Luaces
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

screen reattach not working?

2007-10-04 Thread Damjan Lango
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?

Re: Ctrl-backspace not working

2007-10-04 Thread Pavel Tsekov
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

Ctrl-backspace not working

2007-10-04 Thread Dom H
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