[Bug 1165] - Photoshop6 hangs, can potentially lock X server, and machine.

wine-bugs at winehq.com wine-bugs at winehq.com
Thu Nov 28 19:00:33 CST 2002


http://bugs.winehq.com/show_bug.cgi?id=1165





------- Additional Comments From 7ownq0k402 at sneakemail.com  2002-11-28 19:00 -------
Here's the stack backtrace from the synchronous mode.
Oh, all my traces are done with "Desktop" = "800x600".

Synchronous backtrace:
(gdb) bt
#0  0x40770f34 in DebugBreak () at ../../include/winternl.h:808
#1  0x40ff66b3 in error_handler (display=0x80a0e08, error_evt=0x406d16c8)
    at x11drv_main.c:135
#2  0x4106924d in _XError () from /usr/X11R6/lib/libX11.so.6
#3  0x4106787b in _XReply () from /usr/X11R6/lib/libX11.so.6
#4  0x4106319a in XSync () from /usr/X11R6/lib/libX11.so.6
#5  0x41063234 in _XSyncFunction () from /usr/X11R6/lib/libX11.so.6
#6  0x41060dd9 in XReparentWindow () from /usr/X11R6/lib/libX11.so.6
#7  0x40ff1bea in X11DRV_SetParent (hwnd=0x10021, parent=0x10026)
    at window.c:1118
#8  0x4086e5cb in SetParent (hwnd=0x10021, parent=0x10026)
    at ../../windows/win.c:2557
#9  0x40888cf7 in handle_internal_message (hwnd=0x10021, msg=2147483651,
    wparam=65574, lparam=0) at message.c:1057
#10 0x40889531 in call_window_proc (hwnd=0x10021, msg=2147483651,
    wparam=65574, lparam=0, unicode=1, same_thread=1) at message.c:1355
#11 0x4088a12f in SendMessageTimeoutW (hwnd=0x10021, msg=2147483651,
    wparam=65574, lparam=0, flags=0, timeout=4294967295, res_ptr=0x0)
    at message.c:1737
#12 0x40886ef4 in broadcast_message_callback (hwnd=0x10021, lparam=1080891832)
    at message.c:298
#13 0x4086ee72 in EnumWindows (
    lpEnumFunc=0x40886e70 <broadcast_message_callback>, lParam=1080891832)
---Type <return> to continue, or q <return> to quit---
    at ../../windows/win.c:2957
#14 0x4088a0b8 in SendMessageTimeoutW (hwnd=0xffffffff, msg=2147483651,
    wparam=65574, lparam=0, flags=0, timeout=4294967295, res_ptr=0x406d1a0c)
    at message.c:1724
#15 0x4088a3b9 in SendMessageW (hwnd=0xffffffff, msg=2147483651, wparam=65574,
    lparam=0) at message.c:1818
#16 0x4086e5b0 in SetParent (hwnd=0xffffffff, parent=0x10026)
    at ../../windows/win.c:2552

Also from a trace of the server log when running asynchonous gives:
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  7 (X_ReparentWindow)
  Serial number of failed request:  911
  Current serial number in output stream:  918

So it's the ReparentWindow that fails, and from documentation,
will fail with BadMatch if:

*The new parent window is not on the same screen as the old parent window.
*The new parent window is the specified window or an inferior of the specified
window.
*The new parent is InputOnly, and the window is not.
*The specified window has a ParentRelative background, and the new parent window
is not the same depth as the specified window.


DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1165>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.



More information about the wine-bugs mailing list