digitalmars.D - winsamp sample crashed windbg
- ws (6/6) Mar 11 2009 Here is what i did:
- Kagamin (1/1) Mar 12 2009 windbg from mars is quite outdated, you're advised to upgrade it.
- Don (2/3) Mar 12 2009 Yes it's outdated, but don't upgrade it. Later versions don't work.
- Kagamin (2/3) Mar 12 2009 At all?
- Walter Bright (5/19) Mar 13 2009 When MS updated XP, they broke windbg maybe a year ago. The same windbg
- ws (5/26) Mar 14 2009 Ah, finally I found the culprit!
- Walter Bright (2/6) Mar 15 2009 What's unlocker.exe ?
- Tomas Lindquist Olsen (4/13) Mar 15 2009 Google seems to suggest it's a Worm virus...
- ws (7/23) Mar 15 2009 It is a explorer extension + system tray util that pops up whenever you ...
Here is what i did: c:\>windbg winsamp.exe Press F5 to start running, then just close the winsamp.exe. Couple of secs later windbg crashed with 'The instruction at 0x731444fe referenced memory at 0x00000000...' while it is unloading the system modules. winsamp.exe is built from the win32 sample verbatim, and windbg.exe is provided by dmd compiler package. I am using win XP and both dmd 2.019 or dmd 1.034, so guess it is not dmd version specific. Am I the the only one seeing this?
Mar 11 2009
windbg from mars is quite outdated, you're advised to upgrade it.
Mar 12 2009
Kagamin wrote:windbg from mars is quite outdated, you're advised to upgrade it.Yes it's outdated, but don't upgrade it. Later versions don't work.
Mar 12 2009
ws wrote:Here is what i did: c:\>windbg winsamp.exe Press F5 to start running, then just close the winsamp.exe. Couple of secs later windbg crashed with 'The instruction at 0x731444fe referenced memory at 0x00000000...' while it is unloading the system modules. winsamp.exe is built from the win32 sample verbatim, and windbg.exe is provided by dmd compiler package. I am using win XP and both dmd 2.019 or dmd 1.034, so guess it is not dmd version specific. Am I the the only one seeing this?When MS updated XP, they broke windbg maybe a year ago. The same windbg now always fails on exit. Fortunately, it doesn't fail before you debug your program, just on exit. I don't think there's anything I can do about this.
Mar 13 2009
Walter Bright Wrote:ws wrote:Ah, finally I found the culprit! It is the unlocker.exe running in the background, and that crashes windbg running D windows app consistently when it exits. (does not affect the console app). Took me a long time to find out. Thanks for your concerns!Here is what i did: c:\>windbg winsamp.exe Press F5 to start running, then just close the winsamp.exe. Couple of secs later windbg crashed with 'The instruction at 0x731444fe referenced memory at 0x00000000...' while it is unloading the system modules. winsamp.exe is built from the win32 sample verbatim, and windbg.exe is provided by dmd compiler package. I am using win XP and both dmd 2.019 or dmd 1.034, so guess it is not dmd version specific. Am I the the only one seeing this?When MS updated XP, they broke windbg maybe a year ago. The same windbg now always fails on exit. Fortunately, it doesn't fail before you debug your program, just on exit. I don't think there's anything I can do about this.
Mar 14 2009
ws wrote:Ah, finally I found the culprit! It is the unlocker.exe running in the background, and that crashes windbg running D windows app consistently when it exits. (does not affect the console app). Took me a long time to find out. Thanks for your concerns!What's unlocker.exe ?
Mar 15 2009
On Sun, Mar 15, 2009 at 10:46 AM, Walter Bright <newshound1 digitalmars.com> wrote:ws wrote:Google seems to suggest it's a Worm virus... A virus scan is probably in order!Ah, finally I found the culprit! It is the unlocker.exe running in the background, and that crashes windbg running D windows app consistently when it exits. (does not affect the console app). Took me a long time to find out. Thanks for your concerns!What's unlocker.exe ?
Mar 15 2009
Tomas Lindquist Olsen Wrote:On Sun, Mar 15, 2009 at 10:46 AM, Walter Bright <newshound1 digitalmars.com> wrote:It is a explorer extension + system tray util that pops up whenever you try to delete a file/folder but get annoying messages from Windows like: -Access is denied -There has been a sharing violation. -The source or destination file may be in use. -The file is in use by another program or user..etc It will list the exes/dlls that holds the corresponding file handle. Comes in handy many times.ws wrote:Google seems to suggest it's a Worm virus... A virus scan is probably in order!Ah, finally I found the culprit! It is the unlocker.exe running in the background, and that crashes windbg running D windows app consistently when it exits. (does not affect the console app). Took me a long time to find out. Thanks for your concerns!What's unlocker.exe ?
Mar 15 2009