Here's what I saw under the debugger:

#1  0x08051d0c in ui_desktop_restore (offset=0, x=191, y=115, cx=417, cy=255)
    at xwin.c:3226
3226                    XPutImage(g_display, g_backstore, g_gc, image, 0, 0, x, 
y, cx, cy);
(gdb) print g_display 
$1 = (Display *) 0x83cf7c0
(gdb) print g_backstore 
$2 = 48234501
(gdb) print g_gc 
$3 = (GC) 0x83dafd0
(gdb) print image
$5 = (XImage *) 0x0

It looks like image is a NULL pointer which probably causes XPutImage to
segfault.

I can connect to the remote Windows 2000 server and get to view the
login screen, but when I hit "Cancel" it crashes. When I type my user
name and password and hit "Login", it crashes.

I have also attached a corefile.

PLEASE consider releasing Feisty with rdesktop 1.41 instead of 1.5 since
it is very late in the game to get this major bug fixed.

** Attachment added: "core.16564"
   http://librarian.launchpad.net/7174761/core.16564

-- 
[apport] rdesktop crashed with SIGSEGV in XPutImage()
https://bugs.launchpad.net/bugs/102922
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to