|
|
![]() |
| Thread Tools | Search this Thread |
#1
| |||
| |||
Problem with gwes.exe
I am using a Windows Mobile Pocket PC. I recently upgraded it but I keep having a problem. Sometime I get a message that says "A problem has occurred with gwes.exe", while other times it just says gwes.exe is not responding. What is it? Can anyone help me with this issue? |
#2
| |||
| |||
Re: Problem with gwes.exe
Do you see a fairly consistent failure? The gwes.exe error is likely an issue with the application you are writing, passing in invalid pointers to system api's which occasionally manifest itself as a gwes.exe error. Do you see this while running in the emulator? You may want to attach to your application to see what it is doing at the time that this happens and hopefully that will give you an indication of what went wrong. If you run your application under the debugger, their may be pertinent information in the debug output window to help you out as well. |
#3
| |||
| |||
Re: Problem with gwes.exe What is GWES? Gwes is the Graphical Windowing and Event Subsystem. It’s one little program that draws all the controls on the device like scrollbars, buttons, and checkboxes. It also handles passing window messages back and forth between applications and manages the WndProcs of all of the programs on the device that are displaying UI. A crash dump (“Watson dump”) is usually triggered by an unhandled exception in a program. It packages up a callstack and some diagnostics and queues it for transmission to Windows Error Reporting database. If GWES didn’t handled exceptions that were thrown from your WndProc, then any crashing WndProc would crash GWES without fail and take down the entire system. GWES handles exceptions thrown out of other WndProcs. So GWES is responsible for triggering a Watson dump when another program crashes in a WndProc. In short, it is possible that GWES really is crashing for some reason. So please keep sending those error reports to Windows. |
#4
| |||
| |||
Re: Problem with gwes.exe
Gwes is a system process. I do not know why you get the memory leak, but I don't. I always thought spb pocketplus is the culprit, but someone just claimed he had no leaks while using spb+. But give this a try if you happen to use it... |
![]() |
|
Tags: gwes, gwes exe, windows mobile |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Sony VGNCS3 laptop 15 inch screen problem...LCD or CHIP problem? | Mick$Tyler | Hardware Peripherals | 5 | 31-10-2010 06:49 AM |
Blackberry Tour Youtube problem/facebook and phone freezing problem | Lohitaksha | Portable Devices | 6 | 27-07-2010 12:10 AM |
hard disk problem, clicking sound and windows problem | rajat_2589 | Hardware Peripherals | 1 | 16-06-2010 11:34 PM |
Toshiba satellite L305D-S5893 shutdown problem or bios update problem | Colter | Portable Devices | 4 | 10-04-2010 04:19 PM |
AD problem in Server 2003, Userenv Event ID 1053 problem | Victor Kam | Active Directory | 3 | 24-09-2007 04:44 PM |