NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
rdesktop crashI install etch and almost everything works fine, only the rdesktop crashes without core dump and no sign. Can someone know something about? Cheers, |
rdesktop crash
By default the coredump is disabled (most people wouldn't know what it is). You'll have to look at the process used to launch rdesktop and explicitly enable a coredump.
Here it is
It mention libthread which is the cause the problem. Here is the gdb output:
GNU gdb 6.4.90-debian
Copyright (C) 2006 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 "i486-linux-gnu".
(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
Core was generated by `rdesktop 192.168.1.5'.
Program terminated with signal 11, Segmentation fault.
#0 0xb7d3dd85 in ?? ()
Thanks in advance.