Wednesday, December 29, 2010

(g)vim stop work suddenly on Win7

Hi All,

Recently, I noticed that (g)vim stop work on my Win7 X64 system, may be it is caused by certain windows updated patch. So if there is debug enabled version for windows, I can have a try to get a trace with gdb.

C:\code\qt\2009.03\mingw\bin>gdb "C:\Program Files (x86)\Vim\vim72\gvim.exe"
GNU gdb 6.8
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-pc-mingw32"...
(no debugging symbols found)
(gdb) r
Starting program: C:\Program Files (x86)\Vim\vim72\gvim.exe
[New thread 5168.0x147c]
(no debugging symbols found)
Error: dll starting at 0x77500000 not found.
Error: dll starting at 0x76bd0000 not found.
Error: dll starting at 0x77500000 not found.
Error: dll starting at 0x77620000 not found.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
warning: Lowest section in C:\Windows\syswow64\normaliz.dll is .text at 00401000
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[New thread 5168.0x1b98]
[New thread 5168.0x93c]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[New thread 5168.0x1588]
[New thread 5168.0x1b14]

Program received signal SIGSEGV, Segmentation fault.
0x004b97e0 in ?? ()
(gdb) bt
#0  0x004b97e0 in ?? ()
#1  0x00000001 in ?? ()
#2  0x00000001 in ?? ()
#3  0x7efde000 in ?? ()
#4  0x505c3a43 in ?? ()
#5  0x72676f72 in ?? ()
#6  0x46206d61 in ?? ()
#7  0x73656c69 in ?? ()
#8  0x38782820 in ?? ()
#9  0x565c2936 in ?? ()
#10 0x765c6d69 in SHStartNetConnectionDialogW () from C:\Windows\syswow64\shell32.dll
#11 0x0051d3af in ?? ()
#12 0x00000001 in ?? ()
#13 0x02042c08 in ?? ()
#14 0x00400000 in ?? ()
#15 0x00000000 in ?? ()
(gdb)

//=======================
Problem signature:
  Problem Event Name:    APPCRASH
  Application Name:    vim.exe
  Application Version:    7.2.269.0
  Application Timestamp:    489dc87f
  Fault Module Name:    vim.exe
  Fault Module Version:    7.2.269.0
  Fault Module Timestamp:    489dc87f
  Exception Code:    c0000005
  Exception Offset:    000b56c0
  OS Version:    6.1.7600.2.0.0.256.1
  Locale ID:    2052
  Additional Information 1:    9cb9
  Additional Information 2:    9cb9820c32275b53ae5ee5881074bd48
  Additional Information 3:    8098
  Additional Information 4:    8098a46eebc21f636aea767293c3dbcd

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: