Bug#662854: strace

2012-05-15 Thread Luca Falavigna
I tried to reproduce it myself, but I wasn't able to trigger the crash.
I tried connecting a second client to the RDP session forcing remmina
disconnection, and also to remove network cable from the RDP server,
Remmina didn't crash.

Could you please try again with xfreerdp application shipped in
freerdp package to see whether this happens with xfreerdp too?



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



Bug#662854: strace

2012-03-27 Thread Isaac Freeman
Sorry for the delay. Here's the bt:

(gdb) continue
Continuing.
[New Thread 0xab60ab70 (LWP 3947)]
[New Thread 0xaa74eb70 (LWP 3948)]
[New Thread 0xa92ffb70 (LWP 4332)]
[New Thread 0xa8233b70 (LWP 4333)]

Program received signal SIGPIPE, Broken pipe.
0xb76fb424 in __kernel_vsyscall ()
(gdb) bt
#0  0xb76fb424 in __kernel_vsyscall ()
#1  0xb6d85ebb in write () from /lib/i386-linux-gnu/i686/cmov/libc.so.6
#2  0xb658b4c4 in ?? ()
   from /usr/lib/i386-linux-gnu/i686/cmov/libcrypto.so.1.0.0
#3  0xb6588b84 in BIO_write ()
   from /usr/lib/i386-linux-gnu/i686/cmov/libcrypto.so.1.0.0
#4  0xb669d521 in ?? ()
from /usr/lib/i386-linux-gnu/i686/cmov/libssl.so.1.0.0
#5  0xb669d92f in ?? ()
from /usr/lib/i386-linux-gnu/i686/cmov/libssl.so.1.0.0
#6  0xb669ef4f in ?? ()
from /usr/lib/i386-linux-gnu/i686/cmov/libssl.so.1.0.0
#7  0xb669dd94 in ?? ()
from /usr/lib/i386-linux-gnu/i686/cmov/libssl.so.1.0.0
#8  0xb669b0be in ?? ()
from /usr/lib/i386-linux-gnu/i686/cmov/libssl.so.1.0.0
#9  0xb66b3c21 in SSL_shutdown ()
   from /usr/lib/i386-linux-gnu/i686/cmov/libssl.so.1.0.0
#10 0xb5647ecd in tls_disconnect () from /usr/lib/libfreerdp-core.so.1.0
#11 0xb564a2e3 in transport_disconnect ()
from /usr/lib/libfreerdp-core.so.1.0
#12 0xb563f346 in freerdp_disconnect ()
from /usr/lib/libfreerdp-core.so.1.0
#13 0xb617947e in ?? () from /usr/lib/remmina/plugins/remmina-plugin-rdp.so
#14 0x0807d16b in remmina_protocol_widget_close_connection ()
#15 0xb71eb9ae in ?? () from /usr/lib/i386-linux-gnu/libgdk-3.so.0
#16 0xb711d270 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#17 0xb7120a3f in g_main_context_dispatch ()
   from /lib/i386-linux-gnu/libglib-2.0.so.0
#18 0xb7121170 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
---Type return to continue, or q return to quit---
#19 0xb712177b in g_main_loop_run ()
from /lib/i386-linux-gnu/libglib-2.0.so.0
#20 0xb73b2cb5 in gtk_main () from /usr/lib/i386-linux-gnu/libgtk-3.so.0
#21 0x08058ed0 in main ()
(gdb)

Here is what I saw on the stdout:

$ LD_LIBRARY_PATH=/usr/lib/debug/usr/lib/freerdp/ /usr/bin/remmina
Remmina plugin VNC (type=Protocol) registered.
Remmina plugin VNCI (type=Protocol) registered.
Remmina plugin RDP (type=Protocol) registered.
Remmina plugin RDPF (type=File) registered.
Remmina plugin RDPS (type=Preference) registered.
Remmina plugin SFTP (type=Protocol) registered.
Remmina plugin SSH (type=Protocol) registered.

(remmina:3939): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to
allocate widget with width -23 and height 29
connected to 10.0.10.95:3389
PatBlt: unknown rop: 0x00A000C9
PatBlt: unknown rop: 0x00A000C9
PatBlt: unknown rop: 0x00A000C9
[... snip about 20 of these ...]
PatBlt: unknown rop: 0x00A000C9
PatBlt: unknown rop: 0x00A000C9
SSL_read: I/O error
connected to 10.xx.xx.xx:3389
ERRINFO_DISCONNECTED_BY_OTHER_CONNECTION (0x0005):
Another user connected to the server, forcing the disconnection of the
current connection.
recv: Connection reset by peer
PatBlt: unknown rop: 0x00A000C9
PatBlt: unknown rop: 0x00A000C9
[... snip about 10 more ...]
PatBlt: unknown rop: 0x00A000C9
PatBlt: unknown rop: 0x00A000C9
Terminated

I do see another log in event for my user in the event log, but I didn't
connect from somewhere else. (And I know no one else is logging in to
this.) Could it be that freerdp loses it's place and attempts to log in
again?

--
Isaac Freeman - Systems Administrator
IBM SmartCloud Managed Backup
is...@us.ibm.com
919-254-0245

dktrkr...@gmail.com wrote on 03/16/2012 03:36:32 AM:

 From: Luca Falavigna dktrkr...@debian.org
 To: Isaac Freeman/Raleigh/IBM@IBMUS, 662...@bugs.debian.org
 Date: 03/16/2012 03:36 AM
 Subject: Re: Bug#662854: strace
 Sent by: dktrkr...@gmail.com

 Il 15 marzo 2012 21:47, Isaac Freeman is...@us.ibm.com ha scritto:
  Do you know which package would have the debugging symbols?

 I suspect this is related to the underlying protocol, so you may want
 to install freerdp-dbg or libvncserver-dev, depending on the protocol
 you were using.





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



Bug#662854: strace

2012-03-27 Thread Isaac Freeman
Also, sometimes I get a SIGSEGV where the whole process exits (instead of
just that session closing). Not sure if this is the same thing, or even a
remmina bug (might be GTK?)

(gdb) continue
Continuing.
[New Thread 0xab688b70 (LWP 6095)]
[New Thread 0xaa7ccb70 (LWP 6096)]

Program received signal SIGSEGV, Segmentation fault.
0xb718f4ef in g_hash_table_iter_next ()
   from /lib/i386-linux-gnu/libglib-2.0.so.0
(gdb) bt
#0  0xb718f4ef in g_hash_table_iter_next ()
   from /lib/i386-linux-gnu/libglib-2.0.so.0
#1  0xb75e7ac4 in garbage_collect_cell_data (data=0xa19ead0)
at /build/buildd-gtk+3.0_3.2.3-1-i386-GA85Ik/gtk
+3.0-3.2.3/./gtk/a11y/gtktreeviewaccessible.c:2842
#2  0xb75e7b2d in idle_garbage_collect_cell_data (data=0xa19ead0)
at /build/buildd-gtk+3.0_3.2.3-1-i386-GA85Ik/gtk
+3.0-3.2.3/./gtk/a11y/gtktreeviewaccessible.c:2866
#3  0xb726c9ae in gdk_threads_dispatch (data=0xa0300d0)
at /build/buildd-gtk+3.0_3.2.3-1-i386-GA85Ik/gtk
+3.0-3.2.3/./gdk/gdk.c:754
#4  0xb719e270 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#5  0xb71a1a3f in g_main_context_dispatch ()
   from /lib/i386-linux-gnu/libglib-2.0.so.0
#6  0xb71a2170 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#7  0xb71a277b in g_main_loop_run ()
from /lib/i386-linux-gnu/libglib-2.0.so.0
#8  0xb7433cb5 in gtk_main ()
at /build/buildd-gtk+3.0_3.2.3-1-i386-GA85Ik/gtk
+3.0-3.2.3/./gtk/gtkmain.c:1362
#9  0x08058ed0 in main ()
(gdb)

$ LD_LIBRARY_PATH=/usr/lib/debug/usr/lib/:/usr/lib/debug/usr/lib/freerdp/
remmina
Remmina plugin VNC (type=Protocol) registered.
Remmina plugin VNCI (type=Protocol) registered.
Remmina plugin RDP (type=Protocol) registered.
Remmina plugin RDPF (type=File) registered.
Remmina plugin RDPS (type=Preference) registered.
Remmina plugin SFTP (type=Protocol) registered.
Remmina plugin SSH (type=Protocol) registered.

(remmina:6086): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to
allocate widget with width -23 and height 29
connected to 10.xx.xx.xx:3389

(remmina:6086): GLib-CRITICAL **: g_hash_table_iter_init: assertion
`hash_table != NULL' failed
Terminated

--
Isaac Freeman - Systems Administrator
IBM SmartCloud Managed Backup
is...@us.ibm.com
919-254-0245

dktrkr...@gmail.com wrote on 03/16/2012 03:36:32 AM:

 From: Luca Falavigna dktrkr...@debian.org
 To: Isaac Freeman/Raleigh/IBM@IBMUS, 662...@bugs.debian.org
 Date: 03/16/2012 03:36 AM
 Subject: Re: Bug#662854: strace
 Sent by: dktrkr...@gmail.com

 Il 15 marzo 2012 21:47, Isaac Freeman is...@us.ibm.com ha scritto:
  Do you know which package would have the debugging symbols?

 I suspect this is related to the underlying protocol, so you may want
 to install freerdp-dbg or libvncserver-dev, depending on the protocol
 you were using.





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



Bug#662854: strace

2012-03-16 Thread Luca Falavigna
Il 15 marzo 2012 21:47, Isaac Freeman is...@us.ibm.com ha scritto:
 Do you know which package would have the debugging symbols?

I suspect this is related to the underlying protocol, so you may want
to install freerdp-dbg or libvncserver-dev, depending on the protocol
you were using.



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



Bug#662854: strace

2012-03-15 Thread Isaac Freeman

Sorry, couldn't figure out how to attach files to the bug, so I'm hosting
on my web server:

http://memotype.net/stuff/remmina-crash-strace.txt

--
Isaac Freeman - Systems Administrator
IBM SmartCloud Managed Backup
is...@us.ibm.com
919-254-0245




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



Bug#662854: strace

2012-03-15 Thread Luca Falavigna
Would it be possible to attach a backtrace too?



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