 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
andrs Guest
|
Posted: Tue Oct 03, 2006 8:12 am Post subject: access violation at 0x7c937a50: write of address 0x00030d20 |
|
|
I have upgraded my sourcecode from D5 to BDS2006. It worked for a few
days. I had been working on other projects for a few days. Then I did a
SMALL upgrade on the source (changed one lnie of code). The program
won't run without the debugger. When trying to run with the debugger,
it first stops at the very first "begin". Then, when trying to continue
I get this error message:
---------------------------
Debugger Fault Notification
---------------------------
Project ..\Log\KSP_Log.exe faulted with message: 'access violation at
0x7c937a50: write of address 0x00030d20'. Process Stopped. Use Step or
Run to continue.
---------------------------
OK
---------------------------
Here's a paste from the CPU:
ntdll.RtlUnwind:
7C937A40 8BFF mov edi,edi
7C937A42 55 push ebp
7C937A43 8BEC mov ebp,esp
7C937A45 81EC7C030000 sub esp,$0000037c
7C937A4B A134C0977C mov eax,[$7c97c034]
7C937A50 56 push esi
'THE PROGRAM STOPS HERE!
7C937A51 8B7510 mov esi,[ebp+$10]
7C937A54 8945FC mov [ebp-$04],eax
7C937A57 57 push edi
7C937A58 8D852CFDFFFF lea eax,[ebp-$000002d4]
.....
And the call stack:
:7c937a50 ntdll.RtlUnwind + 0x10
:004054fa @ExceptionHandler + $46
.....
I suspect that the error might come from a library(Plasmatech) which I
installed. But I have deleted it.
However, if I Build the project, and then start the .exe, the program
runs perfectly.
Any ideas? |
|
| Back to top |
|
 |
Riki Wiki Guest
|
Posted: Thu Oct 05, 2006 4:46 am Post subject: Re: access violation at 0x7c937a50: write of address 0x00030 |
|
|
On 3 Oct 2006 00:20:25 -0700, andrs wrote:
Hoi
This newsgroup officially closed years ago. You need to repost your message
in the b.p.delphi.language.delphi.general newsgroup and do so using the
Borland news server, if you want people to see it.
How to post to Delphi newsgroups:
<http://delphi.wikia.com/wiki/Delphi_Newsgroups> |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|