Re: SIGSEGV in xorg-1.8.2.0 during -resize operation

2010-09-27 Thread Jon TURNEY
On 23/09/2010 20:34, Eliot Moss wrote: On 9/23/2010 11:56 AM, Jon TURNEY wrote: I've uploaded a new test build at [1] Hopefully this handles this error condition a bit more gracefully. Perhaps you could try it out? [1] ftp://cygwin.com/pub/cygwinx/XWin.20100923-git-2172af4d1ea713f1.exe.bz2

Re: SIGSEGV in xorg-1.8.2.0 during -resize operation

2010-09-27 Thread Eliot Moss
On 9/27/2010 10:53 AM, Jon TURNEY wrote: There is a remaining issue -- which was there before but which I had not posted about. If I Suspend/Resume, then on resumption the driver disables the Aero theme and points its finger at XWin.exe as the culprit, saying it did something incompatible with

Re: SIGSEGV in xorg-1.8.2.0 during -resize operation

2010-09-27 Thread Eliot Moss
It turned out to be easy to get a log where the Aero mode got turned off after a resume. Here it is (stderr comes after it). Thanks -- Eliot Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 1.8.2.0 (10802000) Snapshot: 20100923-git-2172af4d1ea713f1 XWin was started with the

Re: SIGSEGV in xorg-1.8.2.0 during -resize operation

2010-09-27 Thread Eliot Moss
A small suggestion: I have twice been bitten by the fact that I cannot just send an XWin log to the cygwin-xfree list. This is because the log contains an email address, so the cygwin email serve bounces the message. If the format of the email address in the log used at rather than a literal

Re: SIGSEGV in xorg-1.8.2.0 during -resize operation

2010-09-23 Thread Jon TURNEY
On 21/09/2010 23:06, Eliot Moss wrote: Dear John -- Using the .bz2 you posted to this thread on Sept 7th or so, I consistently get SIGSEGV on my Windows-7 box whenever I Sleep or Hibernate the system. I include the .log file for your Thanks for reporting this issue. Does the crash also occur

Re: SIGSEGV in xorg-1.8.2.0 during -resize operation

2010-09-23 Thread Eliot Moss
On 9/23/2010 9:10 AM, Jon TURNEY wrote: On 21/09/2010 23:06, Eliot Moss wrote: [I reported crash on resume after Suspend or Hibernate.] Does the crash also occur if you don't use -resize? Yes. Is there a simple procedure for winding back? If you've installed my snapshot as XWin.exe, the

Re: SIGSEGV in xorg-1.8.2.0 during -resize operation

2010-09-23 Thread Jon TURNEY
On 23/09/2010 14:29, Eliot Moss wrote: On 9/23/2010 9:10 AM, Jon TURNEY wrote: On 21/09/2010 23:06, Eliot Moss wrote: [I reported crash on resume after Suspend or Hibernate.] Does the crash also occur if you don't use -resize? Yes. Is there a simple procedure for winding back? If

Re: SIGSEGV in xorg-1.8.2.0 during -resize operation

2010-09-23 Thread Eliot Moss
Thanks for the tips; here's your stack trace: Program received signal SIGSEGV, Segmentation fault. [Switching to thread 9084.0x19c8] 0x004158fe in winShadowUpdateDDNL (pScreen=0x19431c8, pBuf=0x1919050) at winshadddnl.c:699 699 winshadddnl.c: No such file or directory. in

Re: SIGSEGV in xorg-1.8.2.0 during -resize operation

2010-09-23 Thread Eliot Moss
So, some (good? but at least interesting) news: The version of the Intel GMA Drivers affects whether the bad behavior happens. These are GMA (Graphics Media Accelerator) drivers for Windows 7 / Vista x64 for the Intel 4 Series Express chipset. The releases are numbers 8.15.10., where

Re: SIGSEGV in xorg-1.8.2.0 during -resize operation

2010-09-23 Thread Jon TURNEY
On 23/09/2010 15:54, Eliot Moss wrote: So, some (good? but at least interesting) news: The version of the Intel GMA Drivers affects whether the bad behavior happens. These are GMA (Graphics Media Accelerator) drivers for Windows 7 / Vista x64 for the Intel 4 Series Express chipset. The

Re: SIGSEGV in xorg-1.8.2.0 during -resize operation

2010-09-23 Thread Eliot Moss
On 9/23/2010 11:56 AM, Jon TURNEY wrote: On 23/09/2010 15:54, Eliot Moss wrote: These are GMA (Graphics Media Accelerator) drivers for Windows 7 / Vista x64 for the Intel 4 Series Express chipset. The releases are numbers 8.15.10., where is what I will use to distinguish each one.

Re: SIGSEGV in xorg-1.8.2.0 during -resize operation

2010-09-23 Thread Eliot Moss
On 9/23/2010 11:56 AM, Jon TURNEY wrote: [1] ftp://cygwin.com/pub/cygwinx/XWin.20100923-git-2172af4d1ea713f1.exe.bz2 Some additional evidence: Using the build above, and *not* using -resize I did not get the Aero theme suppressed on Resume behavior. Recalling that in some earlier version

Re: SIGSEGV in xorg-1.8.2.0 during -resize operation

2010-09-07 Thread Jon TURNEY
On 04/09/2010 00:10, Ryan Johnson wrote: On 8/31/2010 7:00 PM, Jon TURNEY wrote: Okay, I think I have worked out the correct thing to do do to handle bpp changes in the RANDR code, and I've uploaded a test build at [1]. Perhaps you could try it and see if it works for you? Note that you will

Re: SIGSEGV in xorg-1.8.2.0 during -resize operation

2010-09-06 Thread Ryan Johnson
On 8/31/2010 7:00 PM, Jon TURNEY wrote: Okay, I think I have worked out the correct thing to do do to handle bpp changes in the RANDR code, and I've uploaded a test build at [1]. Perhaps you could try it and see if it works for you? Note that you will need to use -resize with this build to

Re: SIGSEGV in xorg-1.8.2.0 during -resize operation

2010-09-06 Thread Ryan Johnson
On 9/6/2010 11:01 PM, Ryan Johnson wrote: On 8/31/2010 7:00 PM, Jon TURNEY wrote: Okay, I think I have worked out the correct thing to do do to handle bpp changes in the RANDR code, and I've uploaded a test build at [1]. Perhaps you could try it and see if it works for you? Note that you

Re: SIGSEGV in xorg-1.8.2.0 during -resize operation

2010-09-03 Thread Ryan Johnson
On 8/31/2010 7:00 PM, Jon TURNEY wrote: Okay, I think I have worked out the correct thing to do do to handle bpp changes in the RANDR code, and I've uploaded a test build at [1]. Perhaps you could try it and see if it works for you? Note that you will need to use -resize with this build to

Re: SIGSEGV in xorg-1.8.2.0 during -resize operation

2010-09-01 Thread Ryan Johnson
On 8/31/2010 7:00 PM, Jon TURNEY wrote: Okay, I think I have worked out the correct thing to do do to handle bpp changes in the RANDR code, and I've uploaded a test build at [1]. Perhaps you could try it and see if it works for you? Note that you will need to use -resize with this build to

Re: SIGSEGV in xorg-1.8.2.0 during -resize operation

2010-09-01 Thread Jon TURNEY
On 01/09/2010 11:14, Ryan Johnson wrote: On 8/31/2010 7:00 PM, Jon TURNEY wrote: Okay, I think I have worked out the correct thing to do do to handle bpp changes in the RANDR code, and I've uploaded a test build at [1]. Perhaps you could try it and see if it works for you? Note that you will

Re: SIGSEGV in xorg-1.8.2.0 during -resize operation

2010-08-31 Thread Jon TURNEY
On 12/08/2010 17:07, Jon TURNEY wrote: On 12/08/2010 16:49, Ryan Johnson wrote: On 8/12/2010 5:46 PM, Jon TURNEY wrote: On 10/08/2010 06:48, Ryan Johnson wrote: On 8/10/2010 12:02 AM, Jon TURNEY wrote: On 09/08/2010 22:14, Ryan Johnson wrote: When I detached the monitor to leave the office,

Re: SIGSEGV in xorg-1.8.2.0 during -resize operation

2010-08-12 Thread Jon TURNEY
On 10/08/2010 06:48, Ryan Johnson wrote: On 8/10/2010 12:02 AM, Jon TURNEY wrote: On 09/08/2010 22:14, Ryan Johnson wrote: I was overjoyed to see that the release notes for the new X server release mention support for resizing the X desktop with the windows desktop. Unfortunately, it didn't

Re: SIGSEGV in xorg-1.8.2.0 during -resize operation

2010-08-12 Thread Ryan Johnson
On 8/12/2010 5:46 PM, Jon TURNEY wrote: On 10/08/2010 06:48, Ryan Johnson wrote: On 8/10/2010 12:02 AM, Jon TURNEY wrote: On 09/08/2010 22:14, Ryan Johnson wrote: When I detached the monitor to leave the office, X disappeared with signal 11 (log attached). Oddly, the log file didn't mention

Re: SIGSEGV in xorg-1.8.2.0 during -resize operation

2010-08-12 Thread Jon TURNEY
On 12/08/2010 16:49, Ryan Johnson wrote: On 8/12/2010 5:46 PM, Jon TURNEY wrote: On 10/08/2010 06:48, Ryan Johnson wrote: On 8/10/2010 12:02 AM, Jon TURNEY wrote: On 09/08/2010 22:14, Ryan Johnson wrote: When I detached the monitor to leave the office, X disappeared with signal 11 (log

Re: SIGSEGV in xorg-1.8.2.0 during -resize operation

2010-08-09 Thread Jon TURNEY
On 09/08/2010 22:14, Ryan Johnson wrote: I was overjoyed to see that the release notes for the new X server release mention support for resizing the X desktop with the windows desktop. Unfortunately, it didn't work :( I modified the xwin windows shortcut to run as follows:

Re: SIGSEGV in xorg-1.8.2.0 during -resize operation

2010-08-09 Thread Ryan Johnson
On 8/10/2010 12:02 AM, Jon TURNEY wrote: On 09/08/2010 22:14, Ryan Johnson wrote: I was overjoyed to see that the release notes for the new X server release mention support for resizing the X desktop with the windows desktop. Unfortunately, it didn't work :( I modified the xwin windows