[Bug 851] some X11 prgs generate ``BadAtom (invalid Atom parameter)'' in X_GetProperty when using X11 forwarding
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Thu Apr 22 22:48:00 EST 2004
http://bugzilla.mindrot.org/show_bug.cgi?id=851
Summary: some X11 prgs generate ``BadAtom (invalid Atom
parameter)'' in X_GetProperty when using X11 forwarding
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: All
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: niki.waibel at newlogic.com
it seems that some X11 prgs generate ``BadAtom (invalid Atom parameter)'' in
X_GetProperty when using X11 forwarding:
===
nwaibel at blade100-2 ~ $ ssh -X blade100-2
Enter passphrase for key '/home/nwaibel/.ssh/id_dsa':
Last login: Thu Apr 22 14:37:23 2004 from blade100-2.newl
Sun Microsystems Inc. SunOS 5.8 Generic Patch October 2001
2:37pm up 203 days 22:18, 44 users, load average: 0.61, 0.30, 0.22
nwaibel at blade100-2 ~ $ xterm
Warning: translation table syntax error: Missing ':'after event sequence.
Warning: ... found while parsing ''
Warning: String to TranslationTable conversion encountered errors
nwaibel at blade100-2 ~ $ xclock
nwaibel at blade100-2 ~ $ nedit
X Error of failed request: BadAtom (invalid Atom parameter)
Major opcode of failed request: 20 (X_GetProperty)
Atom id in failed request: 0x8c
Serial number of failed request: 29
Current serial number in output stream: 29
nwaibel at blade100-2 ~ $ exit
logout
Connection to blade100-2 closed.
nwaibel at blade100-2 ~ $ nedit
nwaibel at blade100-2 ~ $ ssh -X blade100-3
Enter passphrase for key '/home/nwaibel/.ssh/id_dsa':
Last login: Thu Apr 22 13:17:22 2004 from blade100-2.newl
Sun Microsystems Inc. SunOS 5.8 Generic Patch October 2001
2:41pm up 115 days 22:04, 37 users, load average: 0.21, 0.16, 0.12
nwaibel at blade100-3 ~ $ nedit
X Error of failed request: BadAtom (invalid Atom parameter)
Major opcode of failed request: 20 (X_GetProperty)
Atom id in failed request: 0x8c
Serial number of failed request: 29
Current serial number in output stream: 29
nwaibel at blade100-3 ~ $ exit
logout
Connection to blade100-3 closed.
===
logged in to the machine itself (openssh-3.8.1p1 client/server).
started xterm -- almost fine -- anyway, strange message
started xclock -- fine
started nedit -- ERROR: BadAtom
logged out
started nedit locally -- no problem.
logged it to another machine running openssh-3.7.1p2
started nedit -- ERROR: BadAtom
if you login from blade100-3 (openssh-3.7.1p2 client) to blade100-2 (openssh-3.
8.1p1 server) then nedit starts fine!
i've heard that in 3.8p1 the same thing happens.
i try to attach a ``ssh -Xvvv'' to this report...
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list