On Fri, Apr 1, 2011 at 12:08 AM, Mads Kiilerich <[email protected]> wrote: > Christian Nilsson wrote, On 04/01/2011 12:00 AM: >> >> I have problem with latest commit >> (800ce352b6bcbab24cd8f8378b4b7d82625a5af4) >> >> $ X11/xfreerdp 192.168.2.172 >> DBG (X) main (782): starting thread 0 to 192.168.2.172:3389 >> DBG (X) main (791): main thread, waiting for all threads to exit >> DBG freerdp_chanman_pre_connect (763): freerdp_chanman_pre_connect: >> Segmentation fault >> >> a8cbb80af04132d6d6fc13882d9b333cd44fe0bb works >> >> any ideas? > > No. Can you try to run it in gdb - for example with > > > LD_LIBRARY_PATH=libfreerdp/.libs/:libfreerdpkbd/.libs/:libfreerdpchanman/.libs/:asn1/.libs/:libfreerdputils/.libs/ > gdb X11/.libs/xfreerdp > > r 192.168.2.172 > > where > > and send me the output
hmm i need to install gdb (never used it) while that emerges lets look on the other things.. ok $ LD_LIBRARY_PATH=libfreerdp/.libs/:libfreerdpkbd/.libs/:libfreerdpchanman/.libs/:asn1/.libs/:libfreerdputils/.libs/ gdb X11/.libs/xfreerdp GNU gdb (Gentoo 7.2 p1) 7.2 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-pc-linux-gnu". For bug reporting instructions, please see: <http://bugs.gentoo.org/>... Reading symbols from /home/nixze/freerdp/X11/.libs/xfreerdp...done. (gdb) r 192.168.2.172 Starting program: /home/nixze/freerdp/X11/.libs/xfreerdp 192.168.2.172 [Thread debugging using libthread_db enabled] DBG (X) main (782): starting thread 0 to 192.168.2.172:3389 [New Thread 0x7fffef63c700 (LWP 27375)] DBG (X) main (791): main thread, waiting for all threads to exit DBG freerdp_chanman_pre_connect (763): freerdp_chanman_pre_connect: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fffef63c700 (LWP 27375)] 0x00007ffff54b11ba in strchr () from /lib/libc.so.6 (gdb) > > > A wild guess could be to also try xfreerdp --sec rdp 192.168.2.172 No, works perfectly with NLA i get the certificate and everything... from working commit.. $ DISPLAY=:0 X11/xfreerdp -u Christian 192.168.2.172 Using keyboard layout 0x41D with xkb name Swedish and xkbfile evdev+aliases(qwerty) keyboard_layout: 0x41D connecting to 192.168.2.172:3389 TLS encryption with NLA negotiated TLS connection established certificate details: ...<cert details snipped>.. The server could not be authenticated. Connection security may be compromised! Please enter NLA login credential. User name:Christian Domain: Password: > > How did you configure, and what platform are you using? the non working output what from ./configure --with-debug normally i only run ./configure and with that i only get Segmentation Fault. Gentoo x86_64 is my platform of choice, not completely up to date, but almost. > > /Mads > i went thru some commits... f50dd69269e471c1338d2ff36d9cf4db7a54df93 works 3be293a7588c06ba1be3432032e4fee46840db3a works 3e1973737cbacd92787b2749ee3f04cd6e1fd4c8 segfaults /Christian ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ Freerdp-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freerdp-devel
