Bug#217472: rxvt dies when copying selected text to another program

2013-08-20 Thread Olivier Allard-Jacquin
Hi George,

Le 19/08/2013 16:28, George Gensure a écrit :
> I have successfully reproduced this by pasting into a non-terminal
> program from rxvt (chrome in my case).  I will see about debugging the
> problem as soon as I can.

You true : The issue does not come with the "copy", but the "paste".

In KDE there is a software called "klipper", who automatically save
last copied contents. This in order to allow user to recover older contents.

So this software does automatically "paste" the rxvt's selection.

If I stop klipper, rxvt does not crash anymore when I **select** a
text. But this is crash when I **past** (mouse middle button) selected
text (into an another terminal, a text editor, ...)

Maybe the issue is into rxvt's code called by (Xorg ?) who get the
rxvt's selection ?

Thanks for your help.

Best regards,

Olivier
-- 
~~~  _/\_  ~~~
Phoenix /   _ \/ _   \Olivier Allard-Jacquin
   /   / \  / \   \   Web:  http://olivieraj.free.fr/
  /___/  /  \  \___\  Mail: olivie...@free.fr
 /  ///\\\  \ ~~~ Linux Powered !!


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#217472: rxvt dies when copying selected text to another program

2013-08-19 Thread George Gensure
I have successfully reproduced this by pasting into a non-terminal
program from rxvt (chrome in my case).  I will see about debugging the
problem as soon as I can.

On Wed, Aug 14, 2013 at 10:12 AM, George Gensure  wrote:
> Testing this under cygwin/X, I was unable to reproduce.  I will try
> tonight with Xorg running on a native linux host.  My only other
> theory is the unicode locale, which I will also test out.  Thanks for
> updating, Olivier, I'll see what I can do to clean this up.
>
> -George
>
> On Mon, Aug 12, 2013 at 3:36 PM, Olivier  wrote:
>> Package: rxvt
>> Version: 1:2.7.10-3
>> Followup-For: Bug #217472
>>
>> Dear Maintainer,
>>
>> after 1:2.6.4-14 -> 1:2.7.10-2 update, I've found that this bug re-appear.
>>
>> Test case:
>> - open a new rxvt
>> - enter a command, and select any piece of text (or double/triple clic into 
>> rxvt window)
>> - rxvt will crash immediatly, and display following message :
>>
>> rxvt: XError: Request: 18 . 0, Error: 2
>>
>>
>> With 2.6.4-14 and below, I never see this kind of issue
>>
>> I'm generally using an up-to-date Jessie/Testing. Indeed, I've try rxvt 
>> update to
>> 1:2.7.10-3 (Sid), and the issue still appear.
>>
>> No workaround was found to fix this issue.
>>
>> Best regards,
>>
>>   Olivier
>>
>> -- System Information:
>> Debian Release: jessie/sid
>>   APT prefers testing
>>   APT policy: (900, 'testing'), (90, 'unstable'), (40, 'experimental')
>> Architecture: amd64 (x86_64)
>> Foreign Architectures: i386
>>
>> Kernel: Linux 3.9-1-amd64 (SMP w/4 CPU cores)
>> Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
>> Shell: /bin/sh linked to /bin/dash
>>
>> Versions of packages rxvt depends on:
>> ii  libc6 2.17-92
>> ii  libx11-6  2:1.6.0-1
>> ii  libxpm4   1:3.5.10-1
>>
>> rxvt recommends no packages.
>>
>> rxvt suggests no packages.
>>
>> -- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#217472: rxvt dies when copying selected text to another program

2013-08-14 Thread George Gensure
Testing this under cygwin/X, I was unable to reproduce.  I will try
tonight with Xorg running on a native linux host.  My only other
theory is the unicode locale, which I will also test out.  Thanks for
updating, Olivier, I'll see what I can do to clean this up.

-George

On Mon, Aug 12, 2013 at 3:36 PM, Olivier  wrote:
> Package: rxvt
> Version: 1:2.7.10-3
> Followup-For: Bug #217472
>
> Dear Maintainer,
>
> after 1:2.6.4-14 -> 1:2.7.10-2 update, I've found that this bug re-appear.
>
> Test case:
> - open a new rxvt
> - enter a command, and select any piece of text (or double/triple clic into 
> rxvt window)
> - rxvt will crash immediatly, and display following message :
>
> rxvt: XError: Request: 18 . 0, Error: 2
>
>
> With 2.6.4-14 and below, I never see this kind of issue
>
> I'm generally using an up-to-date Jessie/Testing. Indeed, I've try rxvt 
> update to
> 1:2.7.10-3 (Sid), and the issue still appear.
>
> No workaround was found to fix this issue.
>
> Best regards,
>
>   Olivier
>
> -- System Information:
> Debian Release: jessie/sid
>   APT prefers testing
>   APT policy: (900, 'testing'), (90, 'unstable'), (40, 'experimental')
> Architecture: amd64 (x86_64)
> Foreign Architectures: i386
>
> Kernel: Linux 3.9-1-amd64 (SMP w/4 CPU cores)
> Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
>
> Versions of packages rxvt depends on:
> ii  libc6 2.17-92
> ii  libx11-6  2:1.6.0-1
> ii  libxpm4   1:3.5.10-1
>
> rxvt recommends no packages.
>
> rxvt suggests no packages.
>
> -- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#217472: rxvt dies when copying selected text to another program

2013-08-12 Thread Olivier
Package: rxvt
Version: 1:2.7.10-3
Followup-For: Bug #217472

Dear Maintainer,

after 1:2.6.4-14 -> 1:2.7.10-2 update, I've found that this bug re-appear.

Test case:
- open a new rxvt
- enter a command, and select any piece of text (or double/triple clic into 
rxvt window)
- rxvt will crash immediatly, and display following message :

rxvt: XError: Request: 18 . 0, Error: 2


With 2.6.4-14 and below, I never see this kind of issue

I'm generally using an up-to-date Jessie/Testing. Indeed, I've try rxvt update 
to
1:2.7.10-3 (Sid), and the issue still appear.

No workaround was found to fix this issue.

Best regards,

  Olivier

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (900, 'testing'), (90, 'unstable'), (40, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.9-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rxvt depends on:
ii  libc6 2.17-92
ii  libx11-6  2:1.6.0-1
ii  libxpm4   1:3.5.10-1

rxvt recommends no packages.

rxvt suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org