* Re: rxvt doesn't paste selections anymore?
@ 2002-09-13 2:35 Thomas Mellman
0 siblings, 0 replies; 12+ messages in thread
From: Thomas Mellman @ 2002-09-13 2:35 UTC (permalink / raw)
To: cygwin
Okay, I just discovered something more about this problem.
I have an older version of CYGWIN running on another machine, and it does not
exhibit this behaviour.
BUT, when I execute the version of rxvt.exe (over the net) from that machine under
my up-to-date cygwin, the same problem with pasting exists. So, it seems the problem
is not in rxvt itself... could there be a problem with the DLL?
--
----------------
Thomas Mellman
thomas@mellman.net
______________________________________________________________________________
WEB.DE MyPage - Ohne Computerkenntnisse in nur 5 Minuten online! Alles
inklusive! Kinderleicht! http://www.das.ist.aber.ne.lustige.sache.ms/
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: rxvt doesn't paste selections anymore?
@ 2002-09-20 8:31 Pierre A. Humblet
0 siblings, 0 replies; 12+ messages in thread
From: Pierre A. Humblet @ 2002-09-20 8:31 UTC (permalink / raw)
To: cygwin; +Cc: Steve O
Here is my experience on NT4.0, rxvt v2.7.2
Same results with July cygwin1.dll and latest from cvs.
1) Right-sift + insert works fine inside an rxvt window
2) Pasting across windows crashes.
The setting of CYGWIN on my system brings up gdb.
The interaction is shown below.
I was also able to strace it. See part of the trace below.
I will send the entire 300kB on request.
An interesting line is:
216 17128796 [main] rxvt 309 select_stuff::~select_stuff: deleting select records
Pierre
h:\>e:\cygdeb\gdb.exe -nw E:/bin/rxvt.exe 271
GNU gdb 5.0 (20010428-3)
Copyright 2001 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i686-pc-cygwin"...(no debugging symbols found)...
/h/271: No such file or directory.
Attaching to program `E:/bin/rxvt.exe', process 271
"/c/WINNT/System32/ntdll.dll": error reading line numbers
"/c/WINNT/system32/KERNEL32.dll": error reading line numbers
"/c/WINNT/system32/ADVAPI32.dll": error reading line numbers
Program received signal SIGSEGV, Segmentation fault.
Program received signal SIGSEGV, Segmentation fault.
Program received signal SIGSEGV, Segmentation fault.
Program received signal SIGSEGV, Segmentation fault.
Program received signal SIGSEGV, Segmentation fault.
Program received signal SIGSEGV, Segmentation fault.
Program received signal SIGSEGV, Segmentation fault.
Program received signal SIGSEGV, Segmentation fault.
---Type <return> to continue, or q <return> to quit---q
Quit
(gdb) where
#0 dlfree (mem=0x200) at /src/winsup/cygwin/malloc.cc:3748
#1 0x00000200 in ?? ()
#2 0x0a038ec0 in ?? ()
Cannot access memory at address 0x4b
(gdb)
The address 0x200 is constant across all crashes.
********************************************************************************
2810 17066830 [select_pipe] rxvt 309 thread_pipe: stopping
853 17067683 [main] rxvt 309 set_bits: me 0xA033D90, testing fd 3 (/dev/windows)
279 17067962 [main] rxvt 309 set_bits: ready 1
213 17068175 [main] rxvt 309 select_stuff::poll: returning 1
214 17068389 [main] rxvt 309 select_stuff::cleanup: calling cleanup routines
261 17068650 [main] rxvt 309 select_stuff::~select_stuff: deleting select records
670 17069320 [main] rxvt 309 cygwin_select: 5, 0x22FD6C, 0x0, 0x0, 0x0
443 17069763 [main] rxvt 309 dtable::select_read: /dev/windows fd 3
411 17070174 [main] rxvt 309 dtable::select_read: /dev/ptym fd 4
205 17070379 [main] rxvt 309 cygwin_select: to NULL, ms FFFFFFFF
213 17070592 [main] rxvt 309 cygwin_select: sel.always_ready 0
1140 17071732 [main] rxvt 309 select_stuff::wait: m 2, ms 4294967295
34784 17106516 [main] rxvt 309 select_stuff::wait: woke up. wait_ret 2. verifying
572 17107088 [main] rxvt 309 peek_windows: window 3(0x0) ready
266 17107354 [main] rxvt 309 select_stuff::wait: gotone 1
216 17107570 [main] rxvt 309 select_stuff::wait: returning 0
215 17107785 [main] rxvt 309 select_stuff::cleanup: calling cleanup routines
553 17108338 [select_pipe] rxvt 309 thread_pipe: stopping
882 17109220 [main] rxvt 309 set_bits: me 0xA033D90, testing fd 3 (/dev/windows)
280 17109500 [main] rxvt 309 set_bits: ready 1
217 17109717 [main] rxvt 309 select_stuff::poll: returning 1
219 17109936 [main] rxvt 309 select_stuff::cleanup: calling cleanup routines
208 17110144 [main] rxvt 309 select_stuff::~select_stuff: deleting select records
653 17110797 [main] rxvt 309 cygwin_select: 5, 0x22FD6C, 0x0, 0x0, 0x0
508 17111305 [main] rxvt 309 dtable::select_read: /dev/windows fd 3
403 17111708 [main] rxvt 309 dtable::select_read: /dev/ptym fd 4
208 17111916 [main] rxvt 309 cygwin_select: to NULL, ms FFFFFFFF
214 17112130 [main] rxvt 309 cygwin_select: sel.always_ready 0
1016 17113146 [main] rxvt 309 select_stuff::wait: m 2, ms 4294967295
8134 17121280 [main] rxvt 309 select_stuff::wait: woke up. wait_ret 2. verifying
367 17121647 [main] rxvt 309 peek_windows: window 3(0x0) ready
240 17121887 [main] rxvt 309 select_stuff::wait: gotone 1
226 17122113 [main] rxvt 309 select_stuff::wait: returning 0
212 17122325 [main] rxvt 309 select_stuff::cleanup: calling cleanup routines
4598 17126923 [select_pipe] rxvt 309 thread_pipe: stopping
946 17127869 [main] rxvt 309 set_bits: me 0xA033D90, testing fd 3 (/dev/windows)
280 17128149 [main] rxvt 309 set_bits: ready 1
211 17128360 [main] rxvt 309 select_stuff::poll: returning 1
220 17128580 [main] rxvt 309 select_stuff::cleanup: calling cleanup routines
216 17128796 [main] rxvt 309 select_stuff::~select_stuff: deleting select records
2042 17130838 [main] rxvt 309 handle_exceptions: In cygwin_except_handler exc 0xC0000005 at
0x6103D57E sp 0x22FA9C
259 17131097 [main] rxvt 309 handle_exceptions: In cygwin_except_handler sig = 11 at 0x6103D57E
323 17131420 [main] rxvt 309 handle_exceptions: In cygwin_except_handler calling 0x0
236 17131656 [main] rxvt 309 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
468 17132124 [main] rxvt 309 try_to_debug: debugger_command 'e:\cygdeb\debug_wrapper.cmd
E:/bin/rxvt.exe'
**********************************************
Program name: e:\cygdeb\gdb.exe (328)
App version: 1003.3, api: 0.46
DLL version: 1003.13, api: 0.62
DLL build: 2002-09-19 22:47
OS version: Windows NT-4.0
Date/Time: 2002-09-20 10:00:51
**********************************************
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: rxvt doesn't paste selections anymore?
@ 2002-09-20 2:54 Thomas Mellman
2002-09-20 3:18 ` Alistair Grant
0 siblings, 1 reply; 12+ messages in thread
From: Thomas Mellman @ 2002-09-20 2:54 UTC (permalink / raw)
To: cygwin
> Re: rxvt doesn't paste selections anymore?
> From: "Alistair Grant" <alistair at alphalink dot com dot au>
> To: <cygwin at cygwin dot com>
> Cc: "Deragon, Hans" <HDeragon at meicpg dot com>
> Date: Thu, 19 Sep 2002 10:13:24 +1000
> Subject: Re: rxvt doesn't paste selections anymore?
> References: <98B87270F5C3284387CFDAC4593BF9B72D8FFA@mailmtl001.mei.ca>
> --------------------------------------------------------------------------------
> $ rxvt --version
> Usage v2.7.2 : (XPM,menubar,.Xdefaults)
> ...
> $ cygcheck -s
> ...
> Cygwin DLL version info:
> DLL version: 1.3.12
> DLL epoch: 19
> DLL bad signal mask: 19005
> DLL old termios: 5
> DLL malloc env: 28
> API major: 0
> API minor: 54
> ...
>
> Shift-Left-click pastes fine. I copied the information out of an rxvt
> terminal (Cygwin updated yesterday).
Shift-Left-click? Are you left-handed?
Anyway, I'm using the same version as you and I still can't paste. Also, Shift-Insert
dumps core. John Murga says the problem is in libW11.dll. I don't know how to
determine the version of that (it doesn't seem to show up in the cygcheck output).
I saw something on the rxvt mailing list that the problem has been
recognized and that there's a patch that will be appearing Very Soon Now.
It would be nice if someone knows about this to say a word or two about it.
The link on www.rxvt.org for Windows use points to cygwin, so it would seem
this is "in-thread".
--
----------------
Thomas Mellman
thomas@mellman.net
______________________________________________________________________________
Nur noch ein E-Mail-Postfach, aber alle alten Adressen behalten? Kein Problem!
WEB.DE FreeMail als Kommunikationszentrale: http://freemail.web.de/?mc=021125
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 12+ messages in thread
* RE: rxvt doesn't paste selections anymore?
@ 2002-09-19 8:44 Deragon, Hans
2002-09-20 3:05 ` Alistair Grant
0 siblings, 1 reply; 12+ messages in thread
From: Deragon, Hans @ 2002-09-19 8:44 UTC (permalink / raw)
To: 'Alistair Grant', cygwin; +Cc: Deragon, Hans
You sort of helped me by inspiring me to look more closely how I started my
script. I solved the dos box persistence. I used to call my script with:
U:\cygwin\bin\bash.exe --login ~/bin/x50 &
But it should have been:
U:\cygwin\bin\bash.exe --login ~/bin/x50
i.e., no & at the end. I do not know why I have put an & there.
But cut&paste does not work across rxvts and I have the save version as you
have. It seams that for a few fellows, cut&paste does not work while for
others it does. cut&paste does work within the same rxvt and in my case,
the middle button is used. At home, with WinXP Home, cut&paste works fine
across rxvts. At work, with WinNT 4.0, it does not.
On another note, I noticed that when shutting down the computer, I am not
asked to kill the rxvts zombies running in the background anymore. Remember
that even though you would kill all rxvts running, when shutting down the
computer, you would be asked to terminate tasks related to rxvt? It seams
that this has been fixed. ;)
Ciao
Hans
-----Original Message-----
From: Alistair Grant [mailto:alistair@alphalink.com.au]
Sent: Wednesday, September 18, 2002 8:13 PM
To: cygwin@cygwin.com
Cc: Deragon, Hans
Subject: Re: rxvt doesn't paste selections anymore?
$ rxvt --version
Usage v2.7.2 : (XPM,menubar,.Xdefaults)
...
$ cygcheck -s
...
Cygwin DLL version info:
DLL version: 1.3.12
DLL epoch: 19
DLL bad signal mask: 19005
DLL old termios: 5
DLL malloc env: 28
API major: 0
API minor: 54
...
Shift-Left-click pastes fine. I copied the information out of an rxvt
terminal (Cygwin updated yesterday).
C:\cygwin\bin\rxvt.exe -fn "Lucida Console-12" -sr -bg black -fg
grey -sl 1000 -cr red -vb -e bash --login
As a shortcut starts fine with the DOS box disappearing quickly.
Hope this helps,
Alistair.
----- Original Message -----
From: "Deragon, Hans" <HDeragon@meicpg.com>
To: <cygwin@cygwin.com>
Sent: Thursday, September 19, 2002 1:14 AM
Subject: Re: rxvt doesn't paste selections anymore?
> Found the same problem. On both of my machines, rxvt 2.7.2 is running.
> Yet, the one with the latest version of cygwin is broken, as you
described.
> Pretty anoying since this cut&paste function is the #1 kill feature of
rxvt.
> I might revert to the DOS window to be able to perform cut&paste.
>
> I also have another new problem with rxvt. Following is the path in the
> shortcut I use to start rxvt:
>
> U:\cygwin\bin\bash.exe --login ~/bin/x50
>
> This x50 script calls rxvt with numerous options. A dos window does show
up
> when called, followed by rxvt. On my machine with the old cygwin, the dos
> window dissapear quickly (rxvt is called with & at the end to run in the
> background, thus the dos window exits after rxvt is started). On the new
> Cygwin, the dos window persist; I must kill it manually. Killing it does
> not kill the rxvt though, as it runs in the background. Same
> settings/scripts on both machines, but different behaviors.
>
>
> Sincerely,
> Hans Deragon
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: rxvt doesn't paste selections anymore?
2002-09-19 8:44 Deragon, Hans
@ 2002-09-20 3:05 ` Alistair Grant
0 siblings, 0 replies; 12+ messages in thread
From: Alistair Grant @ 2002-09-20 3:05 UTC (permalink / raw)
To: cygwin; +Cc: Deragon, Hans
Hi Hans,
I'm glad I was able to help a bit.
Clicking the middle (scroll) button also works for me, as does Insert and
Shift-Insert.
I should have said that I'm running Windows XP SP1, although it has worked
with W2K (various SPs) and XP without SP1.
When I shut down XP SP1 I *do* have to kill the zombies (I can't remember
about the earlier OS's)!
Cheers,
Alistair.
----- Original Message -----
From: "Deragon, Hans" <HDeragon@meicpg.com>
To: "'Alistair Grant'" <alistair@alphalink.com.au>; <cygwin@cygwin.com>
Cc: "Deragon, Hans" <HDeragon@meicpg.com>
Sent: Friday, September 20, 2002 12:19 AM
Subject: RE: rxvt doesn't paste selections anymore?
> You sort of helped me by inspiring me to look more closely how I started
my
> script. I solved the dos box persistence. I used to call my script with:
>
> U:\cygwin\bin\bash.exe --login ~/bin/x50 &
>
> But it should have been:
>
> U:\cygwin\bin\bash.exe --login ~/bin/x50
>
> i.e., no & at the end. I do not know why I have put an & there.
>
> But cut&paste does not work across rxvts and I have the save version as
you
> have. It seams that for a few fellows, cut&paste does not work while for
> others it does. cut&paste does work within the same rxvt and in my case,
> the middle button is used. At home, with WinXP Home, cut&paste works fine
> across rxvts. At work, with WinNT 4.0, it does not.
>
> On another note, I noticed that when shutting down the computer, I am not
> asked to kill the rxvts zombies running in the background anymore.
Remember
> that even though you would kill all rxvts running, when shutting down the
> computer, you would be asked to terminate tasks related to rxvt? It seams
> that this has been fixed. ;)
>
>
> Ciao
> Hans
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: rxvt doesn't paste selections anymore?
@ 2002-09-18 8:41 Deragon, Hans
2002-09-18 9:25 ` Igor Pechtchanski
2002-09-19 7:18 ` Alistair Grant
0 siblings, 2 replies; 12+ messages in thread
From: Deragon, Hans @ 2002-09-18 8:41 UTC (permalink / raw)
To: 'cygwin@cygwin.com'
Found the same problem. On both of my machines, rxvt 2.7.2 is running.
Yet, the one with the latest version of cygwin is broken, as you described.
Pretty anoying since this cut&paste function is the #1 kill feature of rxvt.
I might revert to the DOS window to be able to perform cut&paste.
I also have another new problem with rxvt. Following is the path in the
shortcut I use to start rxvt:
U:\cygwin\bin\bash.exe --login ~/bin/x50
This x50 script calls rxvt with numerous options. A dos window does show up
when called, followed by rxvt. On my machine with the old cygwin, the dos
window dissapear quickly (rxvt is called with & at the end to run in the
background, thus the dos window exits after rxvt is started). On the new
Cygwin, the dos window persist; I must kill it manually. Killing it does
not kill the rxvt though, as it runs in the background. Same
settings/scripts on both machines, but different behaviors.
Sincerely,
Hans Deragon
-----Original Message-----
From: Thomas Mellman [mailto:tmellman@web.de]
Sent: Friday, September 13, 2002 4:58 AM
To: cygwin@cygwin.com
Subject: Re: rxvt doesn't paste selections anymore?
Okay, I just discovered something more about this problem.
I have an older version of CYGWIN running on another
machine, and it does not exhibit this behaviour.
BUT, when I execute the version of rxvt.exe (over the net)
from that machine under my up-to-date cygwin, the same
problem with pasting exists. So, it seems the problem is
not in rxvt itself... could there be a problem with the DLL
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: rxvt doesn't paste selections anymore?
2002-09-18 8:41 Deragon, Hans
@ 2002-09-18 9:25 ` Igor Pechtchanski
2002-09-19 7:18 ` Alistair Grant
1 sibling, 0 replies; 12+ messages in thread
From: Igor Pechtchanski @ 2002-09-18 9:25 UTC (permalink / raw)
To: Deragon, Hans; +Cc: cygwin
On Wed, 18 Sep 2002, Deragon, Hans wrote:
> I also have another new problem with rxvt.
> [snip]
> A dos window does show up when called, followed by rxvt.
> [snip]
> On the new Cygwin, the dos window persist; I must kill it manually.
Try the "run" utility:
http://www.neuro.gatech.edu/users/cwilson/cygutils/run/index.html
I use the following shortcut to start an xterm:
C:\cygwin\bin\run.exe C:\cygwin\usr\X11R6\bin\xterm.exe -display
localhost:0 -ls -bg #000000 -rv -fn 10x20 -rw -cu -si -sk -sb -sl 5000 +cn
-T local_xterm -n local_xterm
Beware that by default run maxes out at 20 command line arguments. If you
need more, change the MAX_ARGS define in run.h before compiling.
Igor
On Wed, 18 Sep 2002, Deragon, Hans wrote:
> Found the same problem. On both of my machines, rxvt 2.7.2 is running.
> Yet, the one with the latest version of cygwin is broken, as you described.
> Pretty anoying since this cut&paste function is the #1 kill feature of rxvt.
> I might revert to the DOS window to be able to perform cut&paste.
>
> I also have another new problem with rxvt. Following is the path in the
> shortcut I use to start rxvt:
>
> U:\cygwin\bin\bash.exe --login ~/bin/x50
>
> This x50 script calls rxvt with numerous options. A dos window does show up
> when called, followed by rxvt. On my machine with the old cygwin, the dos
> window dissapear quickly (rxvt is called with & at the end to run in the
> background, thus the dos window exits after rxvt is started). On the new
> Cygwin, the dos window persist; I must kill it manually. Killing it does
> not kill the rxvt though, as it runs in the background. Same
> settings/scripts on both machines, but different behaviors.
>
> Sincerely,
> Hans Deragon
>
> -----Original Message-----
> From: Thomas Mellman [mailto:tmellman@web.de]
> Sent: Friday, September 13, 2002 4:58 AM
> To: cygwin@cygwin.com
> Subject: Re: rxvt doesn't paste selections anymore?
>
>
> Okay, I just discovered something more about this problem.
>
> I have an older version of CYGWIN running on another
> machine, and it does not exhibit this behaviour.
>
> BUT, when I execute the version of rxvt.exe (over the net)
> from that machine under my up-to-date cygwin, the same
> problem with pasting exists. So, it seems the problem is
> not in rxvt itself... could there be a problem with the DLL
>
> --
> Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting: http://cygwin.com/bugs.html
> Documentation: http://cygwin.com/docs.html
> FAQ: http://cygwin.com/faq/
>
>
--
http://cs.nyu.edu/~pechtcha/
|\ _,,,---,,_ pechtcha@cs.nyu.edu
ZZZzz /,`.-'`' -. ;-;;,_ igor@watson.ibm.com
|,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski
'---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow!
"Water molecules expand as they grow warmer" (C) Popular Science, Oct'02, p.51
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: rxvt doesn't paste selections anymore?
2002-09-18 8:41 Deragon, Hans
2002-09-18 9:25 ` Igor Pechtchanski
@ 2002-09-19 7:18 ` Alistair Grant
1 sibling, 0 replies; 12+ messages in thread
From: Alistair Grant @ 2002-09-19 7:18 UTC (permalink / raw)
To: cygwin; +Cc: Deragon, Hans
$ rxvt --version
Usage v2.7.2 : (XPM,menubar,.Xdefaults)
...
$ cygcheck -s
...
Cygwin DLL version info:
DLL version: 1.3.12
DLL epoch: 19
DLL bad signal mask: 19005
DLL old termios: 5
DLL malloc env: 28
API major: 0
API minor: 54
...
Shift-Left-click pastes fine. I copied the information out of an rxvt
terminal (Cygwin updated yesterday).
C:\cygwin\bin\rxvt.exe -fn "Lucida Console-12" -sr -bg black -fg
grey -sl 1000 -cr red -vb -e bash --login
As a shortcut starts fine with the DOS box disappearing quickly.
Hope this helps,
Alistair.
----- Original Message -----
From: "Deragon, Hans" <HDeragon@meicpg.com>
To: <cygwin@cygwin.com>
Sent: Thursday, September 19, 2002 1:14 AM
Subject: Re: rxvt doesn't paste selections anymore?
> Found the same problem. On both of my machines, rxvt 2.7.2 is running.
> Yet, the one with the latest version of cygwin is broken, as you
described.
> Pretty anoying since this cut&paste function is the #1 kill feature of
rxvt.
> I might revert to the DOS window to be able to perform cut&paste.
>
> I also have another new problem with rxvt. Following is the path in the
> shortcut I use to start rxvt:
>
> U:\cygwin\bin\bash.exe --login ~/bin/x50
>
> This x50 script calls rxvt with numerous options. A dos window does show
up
> when called, followed by rxvt. On my machine with the old cygwin, the dos
> window dissapear quickly (rxvt is called with & at the end to run in the
> background, thus the dos window exits after rxvt is started). On the new
> Cygwin, the dos window persist; I must kill it manually. Killing it does
> not kill the rxvt though, as it runs in the background. Same
> settings/scripts on both machines, but different behaviors.
>
>
> Sincerely,
> Hans Deragon
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: rxvt doesn't paste selections anymore?
@ 2002-09-16 10:42 John Murga
0 siblings, 0 replies; 12+ messages in thread
From: John Murga @ 2002-09-16 10:42 UTC (permalink / raw)
To: tmellman; +Cc: cygwin
Yoo wrote on the 13 Sep :
>> Okay, I just discovered something more about this problem.
>> I have an older version of CYGWIN running on another machine, and it does not
>> exhibit this behaviour.
>> BUT, when I execute the version of rxvt.exe (over the net) from that machine under
>> my up-to-date cygwin, the same problem with pasting exists. So, it seems the problem
>> is not in rxvt itself... could there be a problem with the DLL?
If you had copied the "libW11.dll" it would have worked... that is where the problem is.
Cheers
JohnM
--
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: rxvt doesn't paste selections anymore?
@ 2002-09-13 1:57 Roland Schwingel
0 siblings, 0 replies; 12+ messages in thread
From: Roland Schwingel @ 2002-09-13 1:57 UTC (permalink / raw)
To: cygwin
Hi...
I have a similar behaviour.... But only when having NO selection (or
nothing in pasteboard).
rxvt locks up to 100% CPU and then must be killed.
Roland
Thomas Mellman <tmellman@web.de> wrote:
All of a sudden, it seems that rxvt no longer pastes between windows.
I can make a selection and paste it into the same window, but nothing
happens if I try to paste it into another rxvt. However, I can come back
to the originating rxvt and paste again. The foreign (i.e. not originating)
rxvt can cat /dev/clipboard and see the selection.
This using the middle mouse button, configured as "middle mouse button".
Also, I just figured out about shift-insert, but unfortunately, it
crashes rxvt.
CYGWIN_NT-4.0 MHW42715 1.3.12(0.54/3/2) 2002-07-06 02:16 i686 unknown
I have a crash dump of rxvt.exe.stackdump if that would be interesting.
--
----------------
Thomas Mellman
thomas@mellman.net
______________________________________________________________________________
Jetzt testen fur 1 Euro! Ihr All-in-one-Paket!
https://digitaledienste.web.de/Club/?mc=021106
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 12+ messages in thread
* rxvt doesn't paste selections anymore?
@ 2002-09-13 1:38 Thomas Mellman
0 siblings, 0 replies; 12+ messages in thread
From: Thomas Mellman @ 2002-09-13 1:38 UTC (permalink / raw)
To: cygwin
All of a sudden, it seems that rxvt no longer pastes between windows.
I can make a selection and paste it into the same window, but nothing
happens if I try to paste it into another rxvt. However, I can come back
to the originating rxvt and paste again. The foreign (i.e. not originating)
rxvt can cat /dev/clipboard and see the selection.
This using the middle mouse button, configured as "middle mouse button".
Also, I just figured out about shift-insert, but unfortunately, it crashes rxvt.
CYGWIN_NT-4.0 MHW42715 1.3.12(0.54/3/2) 2002-07-06 02:16 i686 unknown
I have a crash dump of rxvt.exe.stackdump if that would be interesting.
--
----------------
Thomas Mellman
thomas@mellman.net
______________________________________________________________________________
Jetzt testen fur 1 Euro! Ihr All-in-one-Paket!
https://digitaledienste.web.de/Club/?mc=021106
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2002-09-20 14:09 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-13 2:35 rxvt doesn't paste selections anymore? Thomas Mellman
-- strict thread matches above, loose matches on Subject: below --
2002-09-20 8:31 Pierre A. Humblet
2002-09-20 2:54 Thomas Mellman
2002-09-20 3:18 ` Alistair Grant
2002-09-19 8:44 Deragon, Hans
2002-09-20 3:05 ` Alistair Grant
2002-09-18 8:41 Deragon, Hans
2002-09-18 9:25 ` Igor Pechtchanski
2002-09-19 7:18 ` Alistair Grant
2002-09-16 10:42 John Murga
2002-09-13 1:57 Roland Schwingel
2002-09-13 1:38 Thomas Mellman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).