<br><font size=1 face="sans-serif"><b>Marcelo Taube <mail.marcelo.taube@gmail.com></b>
Sent by: freenx-knx-bounces@kde.org</font>
<br>
<br><font size=3>The xauthority files are different.</font>
<br>
<br><font size=3 color=red>If you don't have a valid X authority between
your NX session</font>
<br><font size=3 color=red>and</font>
<br><font size=3 color=red>the running current :0 console session</font>
<br><font size=3 color=red>then</font>
<br><font size=3 color=red>you will just see the window close, which is
what you reported.</font>
<br>
<br>
<br><font size=3> But Its not the main problem i think.</font>
<br><font size=3>I used xauth add to add the authorization to ~/.Xauthority
and run again</font>
<br>
<br><font size=2 color=red face="Arial">Are they both using ~/Xauthority
tho ??</font>
<br>
<br>
<br><font size=1>I foundsome more info which could point to the problem.</font>
<br><font size=1>The nxagent has a segmentation fault a little after it
tries to .</font>
<br><font size=1>I found the coredump in the system</font>
<br>
<br>
<br><font size=1>[root@marcelot-fd ccpp-</font><a href="tel:2012-07-07-12" target=_blank><font size=1 color=blue><u>2012-07-07-12</u></font></a><font size=1>:50:33-308]#
gdb --core coredump<br>
GNU gdb (GDB) Fedora (7.3.50.20110722-13.fc16)<br>
Copyright (C) 2011 Free Software Foundation, Inc.<br>
License GPLv3+: GNU GPL version 3 or later <</font><a href=http://gnu.org/licenses/gpl.html target=_blank><font size=1 color=blue><u>http://gnu.org/licenses/gpl.html</u></font></a><font size=1>><br>
This is free software: you are free to change and redistribute it.<br>
There is NO WARRANTY, to the extent permitted by law. Type "show
copying"<br>
and "show warranty" for details.<br>
This GDB was configured as "x86_64-redhat-linux-gnu".<br>
For bug reporting instructions, please see:<br>
<</font><a href=http://www.gnu.org/software/gdb/bugs/ target=_blank><font size=1 color=blue><u>http://www.gnu.org/software/gdb/bugs/</u></font></a><font size=1>>.<br>
Reading symbols from /usr/libexec/nx/nxagent...Reading symbols from /usr/lib/debug/usr/libexec/nx/nxagent.debug...done.<br>
done.<br>
[New LWP 308]<br>
Missing separate debuginfo for <br>
Try: yum --disablerepo='*' --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/8f/b0aa894d75a99ff368157141678587ef230005<br>
Core was generated by `/usr/libexec/nx/nxagent -nopersistent -S -shadow
:0 -shadowmode 1 -name NX - ma'.<br>
Program terminated with signal 11, Segmentation fault.<br>
#0 0x000000000048e4e4 in nxagentCreateColormap (pCmap=0x7f17d2ea9010)
at Colormap.c:148<br>
148 pCmap->green[i].co.local.green
= colors[i].green;<br>
Missing separate debuginfos, use: debuginfo-install libXcursor-1.1.11-3.fc15.x86_64<br>
(gdb) bt<br>
#0 0x000000000048e4e4 in nxagentCreateColormap (pCmap=0x7f17d2ea9010)
at Colormap.c:148<br>
#1 0x00000000004666dd in CreateColormap (mid=163, pScreen=0x1a1a9a0,
pVisual=<optimized out>, <br>
ppcmap=0x7fffbc658cb8, alloc=<optimized out>,
client=0) at colormap.c:410<br>
#2 0x000000000048ef46 in nxagentCreateDefaultColormap (pScreen=0x1a1a9a0)
at Colormap.c:518<br>
#3 0x00000000004a3313 in nxagentOpenScreen (index=<optimized out>,
pScreen=<optimized out>, argc=14, <br>
argv=0x7fffbc659218) at Screen.c:1843<br>
#4 0x00000000004706ab in AddScreen (pfnInit=0x4a2eb0 <nxagentOpenScreen>,
argc=14, argv=0x7fffbc659218)<br>
at main.c:781<br>
#5 0x000000000049fbe5 in InitOutput (screenInfo=0xabad40, argc=14,
argv=0x7fffbc659218) at Init.c:330<br>
#6 0x000000000042f3d6 in main (argc=14, argv=0x7fffbc659218, envp=<optimized
out>) at main.c:372<br>
(gdb) l<br>
143 if (blue > pVisual->blueMask)
blue = 0L;<br>
144 }<br>
145 XQueryColors(nxagentDisplay, nxagentColormap(pCmap),
colors, ncolors);<br>
146 for (i = 0; i < ncolors; i++)
{<br>
147 pCmap->red[i].co.local.red
= colors[i].red;<br>
148 pCmap->green[i].co.local.green
= colors[i].green;<br>
149 pCmap->blue[i].co.local.blue
= colors[i].blue;<br>
150 }<br>
151 xfree(colors);<br>
152 break;<br>
(gdb) p pCmap->green<br>
$1 = (Entry *) 0x0<br>
</font>
<br>
<br>