X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: vim under DR-DOS 7.03 Date: 7 Jan 2002 15:50:30 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 30 Message-ID: References: <20020107134243 DOT GA837 AT rehor DOT surfbest DOT net> NNTP-Posting-Host: lws256.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Matej Cepl (ceplma00 AT yahoo DOT com) wrote: : C:\DOS>\mswapps\vim\vim60\vim.exe : Exiting due to signal SIGSEGV : page fault at eip=00061c19, error=0004 : eax=0011e600 esp=0011e5f4 ecx=00000056 edx=00000a4c esi=0000002e edi=00002640 : ebp=0011e600 esp=0011e5f4 program=C:\MSWAPPS\VIM\VIM60\VIM.EXE Are you sure this is what it says _exactly_? Because it doesn't make sense. No ebx register and at 0x00061c19 there is a movzbl (%ebx), %eax and supposing that the first esp is really ebx, there nothing wrong with that. I downloaded vim60d32.zip. : cs: sel=00a7 base=10000000 limit=0012ffff : ds: sel=00af base=10000000 limit=0012ffff : es: sel=00af base=10000000 limit=0012ffff : fs: sel=008f base=000194f0 limit=0000ffff : gs: sel=00bf base=00000000 limit=ffffffff : ss: sel=00af base=10000000 limit=0012ffff : Call frame traceback EIPs: : 0x00061c19 : 0x00069163 : 0x0007b219 : 0x00047758 : 0x000b2f9a Right, MartinS