Home » Developer & Programmer » Forms » ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION
ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #150713] Fri, 09 December 2005 04:15 Go to next message
Punnaivanam
Messages: 4
Registered: December 2005
Location: India
Junior Member
I am getting the below error.... could you please help me out???

[12/09/05 19:01:47 Tokyo Standard Time]::Client Status [ConnId=0, PID=1524]
>> ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION

======================= STACK DUMP =======================

Fault address: 00472590 01:00061590
Module: D:\oracle\oraforms\BIN\PLS805.dll

System Information:
Operating System: Windows NT Version 5.0 Build 2195 Service Pack 4
Command line: D:\oracle\oraforms\BIN\ifrun60.EXE "C:\Analysis_Tool\Analysis.fmx"
FORM/BLOCK/FIELD: ANALYSIS:BLOCK3.PB_EXIT
Last Trigger: WHEN-BUTTON-PRESSED - (In Progress)
Msg: <NULL>
Last Builtin: SYNCHRONIZE - (Successfully Completed)

Registers:
EAX:FFFFFFFF
EBX:02D2C280
ECX:3FFFD846
EDX:00000014
ESI:0451D5CC
EDI:02DD0000
CS:EIP:001B:00472590
SS:ESP:0023:0012DAB0 EBP:0012EB98
DS:0023 ES:0023 FS:0038 GS:0000
Flags:00010207


Call stack:
Address Frame
00472590 0012EB98 0001:00061590 D:\oracle\oraforms\BIN\PLS805.dll
0042452A 0012EC00 0001:0001352A D:\oracle\oraforms\BIN\PLS805.dll
67E26797 02D08FE8 depxcrun
02CFDE9C 00724B58 0000:00000000

Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #150715 is a reply to message #150713] Fri, 09 December 2005 04:24 Go to previous messageGo to next message
d.dineshkumar
Messages: 211
Registered: April 2005
Location: Kolkatta
Senior Member
Laughing hi punnai
When u r getting this error.While closing the form, while running the form or while opening the form.
Pls give us some more details.

Regds
Dinesh
Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #150716 is a reply to message #150715] Fri, 09 December 2005 04:35 Go to previous messageGo to next message
Punnaivanam
Messages: 4
Registered: December 2005
Location: India
Junior Member
Hi dinesh,

Good Question...While running the application i am getting this error. Sometimes its working fine..and sometimes it not...

so i can able to analyze the root cause for the issue?

Cheers,

Punnaivanam.
Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #150902 is a reply to message #150715] Sun, 11 December 2005 22:55 Go to previous messageGo to next message
d.dineshkumar
Messages: 211
Registered: April 2005
Location: Kolkatta
Senior Member
Hi Punnai,
I think this one is a tough question so we have not received any answer from any body after two days.

hi punnai pls go through the following link:-
http://forums.oracle.com/forums/thread.jspa ;jsessionid=8d922006ce59ece989bb08641428194bf6208bfaaaf.rQjwahaM-AXMmkbGngTxpQOUaNaKahD3lN4OagSLb3mIaN8IbwSLa30Qn3qP-x4KbhiKbA8Omh8Q- wOSa30K8Oz1iNyKb2TRnk8LaN8IpR9vmQLz-AbJpgaLa3uSa3yOaNeN8OexhOaOgzXApR9PplaOagbynknvrkLOlQzNp65In0__?messageID=1758&#1758

I think it is better u search "ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION" in google devta.And u will get a lots of link.Open the first link(the above url).It is saying that u have to raise a tar with oracle.
There are some more information on it.

Pls chk.

hai punnai pls check the below link also:
http://forums.oracle.com/forums/thread.jspa?messageID=537846&#537846

Lets hope for best.

Regds
Dinesh

[Updated on: Sun, 11 December 2005 23:10]

Report message to a moderator

Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #150917 is a reply to message #150902] Sun, 11 December 2005 23:50 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
The reason you didn't get an answer in the last couple of days was that it was the weekend.

Please supply the code associated with
FORM/BLOCK/FIELD: ANALYSIS:BLOCK3.PB_EXIT
Trigger: WHEN-BUTTON-PRESSED

David
Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #151061 is a reply to message #150713] Mon, 12 December 2005 23:26 Go to previous messageGo to next message
Scarlet.Zhu
Messages: 22
Registered: December 2005
Location: Shanghai
Junior Member
I encountered with a lot of such errors when I did Win CE experiment. [Dont laugh! huh...]
The reason for such an error(Win CE) is that there is some sort of variables un-initialized!
Please check your code or block attribute palette!~~~

Scarlet

Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #151090 is a reply to message #150917] Tue, 13 December 2005 01:11 Go to previous messageGo to next message
Punnaivanam
Messages: 4
Registered: December 2005
Location: India
Junior Member
This is the code present in the block...


close_form('ANALYSIS');
Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #151220 is a reply to message #151090] Tue, 13 December 2005 17:04 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Block's don't have code. Triggers have code. What is the trigger that has this code?

David
Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #386675 is a reply to message #151220] Mon, 16 February 2009 09:59 Go to previous messageGo to next message
Deepthi102
Messages: 2
Registered: February 2009
Location: Michigan
Junior Member
David,

I am working on an existing form, which worked fine before.
No changes were made to the the form, tried to complie and run, it is giving error FRM-92101 error and the dump file has the below information.

I got the similar error , when RUN FORM.

trigger : POST-TEXT-ITEM
Code:
IF :SYSTEM.RECORD_STATUS = 'INSERT'
THEN
:DOCR.cus_seq := :DOCR.CTL_COCUSSEQ;
END IF;
Let me know if you need more information.

-------------------------------------------------------
[02/16/09 10:27:59 Eastern Standard Time]::Client Status [ConnId=0, PID=1420]
>> ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION

======================= STACK DUMP =======================

Fault address: 60A51997 01:000E0997
Module: C:\oracle\Ora10gR2DS\bin\orapls10.dll

System Information:
Operating System: Windows NT Version 5.0 Build 2195 Service Pack 4
Command line: frmweb server webfile=HTTP-0,0,0,webutil,192.168.101.27
FORM/BLOCK/FIELD: DOCRPT:DOCR.CTL_CUSCODE
Last Trigger: WHEN-CUSTOM-ITEM-EVENT - (In Progress)
Msg: <NULL>
Last Builtin: FORM_SUCCESS - (Successfully Completed)

Registers:
EAX:013DB6BC
EBX:0012D0E0
ECX:000000FF
EDX:00000000
ESI:0135E158
EDI:00FBC5BC
CS:EIP:001B:60A51997
SS:ESP:0023:0012D098 EBP:0012D0BC
DS:0023 ES:0023 FS:0038 GS:0000
Flags:00210287
------------------- Call Stack Trace ---------------------

Frameptr RetAddr Param#1 Param#2 Param#3 Param#4 Function Name

0x0012d0bc 609c1348 0135e158 00000001 0012d0e0 013db6bc _pfrb1_assign_aad2va

0x0012d10c 60a4dff1 0135e158 013a0001 01350287 013db6bc _pevm_GBVAR+d8

0x0012d130 60a496e7 0135e158 013a7ef0 0135e194 00fc6ebc _pfrinstr_GBVAR+31

0x0012d2fc 609c98f0 0135e158 00fbc5bc 00fc6ebc 0135e158 _pfrrun+10f7

0x0012d3bc 6099b008 0135e158 00000001 00000000 00000001 _plsql_run+420

0x0012d42c 6673e68c 00fbc5bc 0135e158 00e32458 00f2deec _peicnt+b8

0x0012d888 664a0f47 00e32458 00fbc5bc 00f5de88 00f2d598 0x6673e68c

0x00f2deec 00000000 00f22078 00f2d598 00000000 00000000 0x664a0f47

------------------- End of Stack Trace -------------------

Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #387098 is a reply to message #386675] Tue, 17 February 2009 22:17 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
What code do you have in your 'WHEN-CUSTOM-ITEM-EVENT' trigger on 'FORM/BLOCK/FIELD: DOCRPT:DOCR.CTL_CUSCODE'?

David
Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #393826 is a reply to message #150713] Tue, 24 March 2009 09:17 Go to previous messageGo to next message
dabadumba
Messages: 2
Registered: March 2009
Junior Member
hi we have the same problem and I cant find an answers.

there is a Image object over the form. there is no fault while inserting the data but when you try to read the data, pooofff the form closed the message is below.

But the silly thing is there are lots of picture stored on the database but only few get this error (approximately 10)
but you can get the picture by "PL/SQL Developer"

Best Regards

---------------------------------------------------------
[03/24/09 15:43:44 GTB Standart Saati]::Client Status [ConnId=0, PID=8580]
>> ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION

======================= STACK DUMP =======================

Fault address: 67F3E8BC 01:0003D8BC
Module: C:\orant\bin\CORE40.dll

System Information:
Operating System: Windows NT Version 5.2 Build 3790
Command line: IFDBG60 -SsL09@
FORM/BLOCK/FIELD: BASKISABLON:BASKISABLON0.SIRANO
Last Trigger: WHEN-BUTTON-PRESSED - (Successfully Completed)
Msg: <NULL>
Last Builtin: SHOW_ALERT - (Successfully Completed)

Registers:
EAX:02C447A4
EBX:0012DFCC
ECX:02020202
EDX:02020202
ESI:02020202
EDI:02C3C3D0
CS:EIP:001B:67F3E8BC
SS:ESP:0023:0012DF40 EBP:0012DF44
DS:0023 ES:0023 FS:003B GS:0000
Flags:00010202
------------------- Call Stack Trace ---------------------

Frameptr RetAddr Param#1 Param#2 Param#3 Param#4 Function Name

0x0012df44 67f354c2 01070980 01072dbc 02c447a4 00000000 0x67f3e8bc

0x0012df6c 67f2e8cf 01070980 01072dbc 0012dfa8 00000000 0x67f354c2

0x0012df98 67f351b6 01070980 010709b0 02c3c3d0 00000000 0x67f2e8cf

0x0012dfc4 5d42b8ab 00000000 010709b0 02c3c3e4 00000000 0x67f351b6

0x0012dfe0 5d3d3a40 01092780 02c3c3e4 0012e2b8 67c113da 0x5d42b8ab

0x0012dff0 67c113da 01092780 02c3c3e4 02e2633e 6680b740 0x5d3d3a40

0x0012e2b8 673e2b4c 010b69b8 0113b690 01147f58 00000000 0x67c113da
Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #394939 is a reply to message #393826] Mon, 30 March 2009 19:25 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Have you solved your problem?

Is it always the same pictures? Are these pictures the biggest pictures?

Do you have 'tmp' and 'temp' defined as environment variables and do they point to disk space on the PC to which the user has write access?

David
Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #397379 is a reply to message #394939] Fri, 10 April 2009 07:21 Go to previous messageGo to next message
dabadumba
Messages: 2
Registered: March 2009
Junior Member
hi,
no I havent solved it by oracle forms. the users have rights also she puts more then 1000 pictures,

At last I open the pictures with mspaint and point some dots and save it. and then it works

I know its a silly solution. but it works
Very Happy Very Happy

thanks for reply,
Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #398041 is a reply to message #397379] Wed, 15 April 2009 00:20 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
I can only assume that they were in the wrong GIF format.

David
Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #413281 is a reply to message #150713] Wed, 15 July 2009 02:04 Go to previous messageGo to next message
markhint
Messages: 2
Registered: July 2009
Location: Austria
Junior Member
Hello! Hope someone can help me out!

I'm getting the same error when my app loads a form from menu.

Here is the stack trace:
[07/15/09 08:45:50 W. Europe Daylight Time]::Client Status [ConnId=0, PID=3908]
>> ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION

======================= STACK DUMP =======================

Fault address: 60A51997 01:000E0997
Module: D:\oracle\bin\orapls10.dll

System Information:
Operating System: Windows NT Version 5.1 Build 2600 Service Pack 2
Command line: frmweb server webfile=HTTP-0,0,0,postbuch_test_200,21.53.155.89
FORM/BLOCK/FIELD: SUCHE_GESCHAEFTSZAHL:NDB.TXT_SUCHBEGRIFF
Last Trigger: WHEN-CUSTOM-ITEM-EVENT - (In Progress)
Msg: <NULL>
Last Builtin: FORM_SUCCESS - (Successfully Completed)

Registers:
EAX:02598D5C
EBX:0012D0E0
ECX:000000FF
EDX:00000000
ESI:02243C14
EDI:0221D9B8
CS:EIP:001B:60A51997
SS:ESP:0023:0012D098 EBP:0012D0BC
DS:0023 ES:0023 FS:003B GS:0000
Flags:00210287
------------------- Call Stack Trace ---------------------

Frameptr RetAddr Param#1 Param#2 Param#3 Param#4 Function Name

0x0012d0bc 609c1348 02243c14 00000001 0012d0e0 02598d5c _pfrb1_assign_aad2va

0x0012d10c 60a4dff1 02243c14 02830001 02240037 02598d5c _pevm_GBVAR+d8

0x0012d130 60a496e7 02243c14 0283f614 02243c50 02228b34 _pfrinstr_GBVAR+31

0x0012d2fc 609c98f0 02243c14 0221d9b8 02228b34 02243c14 _pfrrun+10f7

0x0012d3bc 6099b008 02243c14 00000001 00000000 00000001 _plsql_run+420

0x0012d42c 6673e68c 0221d9b8 02243c14 01c83fd8 021adeec _peicnt+b8

0x0012d888 664a0f47 01c83fd8 0221d9b8 02545120 021ad598 0x6673e68c

0x021adeec 00000000 021a2078 021ad598 02536510 00000000 0x664a0f47

------------------- End of Stack Trace -------------------

Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #414219 is a reply to message #413281] Tue, 21 July 2009 01:22 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Please be careful when adding a new question to an existing thread.

What version of Forms are you using? Is this your first form? What is the code that is failing?

David
Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #414281 is a reply to message #414219] Tue, 21 July 2009 06:25 Go to previous messageGo to next message
markhint
Messages: 2
Registered: July 2009
Location: Austria
Junior Member
Thanks for your reply!

My app is running on a local 10g Oracle Devsuite oc4j instance.

Finally i solved the problem by rebuilding the changes i made from a previous copy Cool

I think the error was thrown by an uninitalized varible or something similar...

Best regards!
Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #416767 is a reply to message #150713] Tue, 04 August 2009 04:49 Go to previous messageGo to next message
mamalik
Messages: 268
Registered: November 2008
Location: Pakistan
Senior Member

Hi experts

I am facing following problem please help. Application is develped in forms6i and database is 10g.

[08/04/09 14:32:21 West Asia Standard Time]::Client Status [ConnId=0, PID=2592]
	>> ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION

======================= STACK DUMP =======================

Fault address:  7E42ECDF 01:0001DCDF
Module: C:\WINDOWS\system32\USER32.dll

System Information:
Operating System: Windows NT Version 5.1 Build 2600 Service Pack 3
Command line: "C:\orant\BIN\ifrun60.EXE" X:\01\01\ACC_MAN.fmx
FORM/BLOCK/FIELD: JV:BTN_PAL.BTN_NEW
Last Trigger: KEY-EXIT - (Execution Suspended)
Msg: <NULL>
Last Builtin: CALL_FORM - (Successfully Completed)

Registers:
EAX:00000000
EBX:0339F000
ECX:00000000
EDX:7C90E4F4
ESI:005A016D
EDI:0012ED4C
CS:EIP:001B:7E42ECDF
SS:ESP:0023:0012ED10  EBP:0012ED60
DS:0023  ES:0023  FS:003B  GS:0000
Flags:00010216


Call stack:
Address   Frame
7E42ECDF  0012ED60  LoadMenuIndirectA
7E42EC7D  0012EDC0  LoadMenuIndirectA
7E42EC6D  0012EDD4  LoadMenuIndirectA
67203286  0012EDEC  uimniu
67203DF2  0012EE0C  uimniu
67203CC8  0012EE34  uimniu
672460CC  0012EE60  uiwssm


Regards.
asif.

Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #416772 is a reply to message #416767] Tue, 04 August 2009 04:58 Go to previous messageGo to next message
symphony
Messages: 4
Registered: July 2009
Junior Member
Hi Are you by any chance compiling the forms in windows and moving it to unix. I faced this issue sometime back and i was doing this mistake.

Thanks
Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #416778 is a reply to message #150713] Tue, 04 August 2009 05:10 Go to previous messageGo to next message
mamalik
Messages: 268
Registered: November 2008
Location: Pakistan
Senior Member

No sir,I am compiling on windows and is running in windows.

Regards,
Asif.
Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #416786 is a reply to message #416778] Tue, 04 August 2009 05:28 Go to previous messageGo to next message
symphony
Messages: 4
Registered: July 2009
Junior Member
Can you pls explain in more at what time this error is coming up?? is it opening the form or is it giving error when u try to open it?
Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #416807 is a reply to message #150713] Tue, 04 August 2009 06:56 Go to previous messageGo to next message
mamalik
Messages: 268
Registered: November 2008
Location: Pakistan
Senior Member

Dear

Sometimes my application running fine. sometimes it crashes whenever i open form and close opened form to open any other new form, application crashes.

Regards.
Asif.
Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #416885 is a reply to message #416807] Wed, 05 August 2009 00:22 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
You have doing a Ctrl-Shft-K (Compile All) on each form aren't you?

David
Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #417110 is a reply to message #150713] Thu, 06 August 2009 02:16 Go to previous messageGo to next message
mamalik
Messages: 268
Registered: November 2008
Location: Pakistan
Senior Member

Dear Sir,

I am compiling form by using ctrl+k not ctrl+sft+k.

Regards.
Asif.
Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #417111 is a reply to message #150713] Thu, 06 August 2009 02:31 Go to previous messageGo to next message
mamalik
Messages: 268
Registered: November 2008
Location: Pakistan
Senior Member

dear sir,

i compiled all forms and menu by ctrl+sft+k and replace for application but problem is still .


regards.
Asif.
Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #417271 is a reply to message #417111] Thu, 06 August 2009 19:26 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Do you have the 'tmp' and 'temp' environment variables defined? Is this your first form? Is this a new installation?

David
Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #417460 is a reply to message #150713] Sun, 09 August 2009 03:37 Go to previous messageGo to next message
mamalik
Messages: 268
Registered: November 2008
Location: Pakistan
Senior Member

No.I have not tmp or "temp" environment
Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #417474 is a reply to message #417460] Sun, 09 August 2009 08:39 Go to previous messageGo to next message
Littlefoot
Messages: 21806
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
And now, do you have them now?
Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #417495 is a reply to message #150713] Sun, 09 August 2009 22:32 Go to previous messageGo to next message
mamalik
Messages: 268
Registered: November 2008
Location: Pakistan
Senior Member

No. Sir i have no. And i don't know how can i use it? Sir i have noticed onething more that when i delete separtor menu items from menu then it runs fine.


Regards.
Asif
Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #417661 is a reply to message #417495] Mon, 10 August 2009 19:39 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Then you have a choice, either add the two environments variables or run the form without the menu.

David
Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #433820 is a reply to message #150713] Fri, 04 December 2009 07:09 Go to previous messageGo to next message
neko
Messages: 1
Registered: December 2009
Location: Hungary
Junior Member
Hi Experts, I also have the same problem and I can not find the solution.

I get it randomly in different situations.

What can I do? Please!

1.
----------------------------------------------------------
***********************************************************
[11/04/09 11:40:22 Közép-európai téli idõ]::Client Status [ConnId=0, PID=360]
>> ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION

======================= STACK DUMP =======================

Fault address: 67E0012F 01:0004F12F
Module: C:\orant\Dev6i\BIN\DEB60.dll

System Information:
Operating System: Windows NT Version 5.1 Build 2600 Szervizcsomag 2
Command line: C:\orant\Dev6i\BIN\ifrun60.exe rvkr_kozp.fmx dv_mir/dv_mir@dv
FORM/BLOCK/FIELD: RVLB_KOZP:ALRSZ.NAVIG
Last Trigger: VIZSGCSOP - (Execution Suspended)
Msg: <NULL>
Last Builtin: CALL_FORM - (Successfully Completed)

Registers:
EAX:01DC08F8
EBX:0100C750
ECX:00001127
EDX:00001127
ESI:00000001
EDI:01BC7785
CS:EIP:001B:67E0012F
SS:ESP:0023:0012D174 EBP:01BC7748
DS:0023 ES:0023 FS:003B GS:0000
Flags:00010206
------------------- Call Stack Trace ---------------------

Frameptr RetAddr Param#1 Param#2 Param#3 Param#4 Function Name

0x01bc7748 01e4f0aa 01bc777c 00001128 00000000 00000001 0x67e0012f

------------------- End of Stack Trace -------------------

2.
-------------------------------------------------------------
[11/04/09 11:17:50 Közép-európai téli idõ]::Client Status [ConnId=0, PID=2404]
>> ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION

======================= STACK DUMP =======================

Fault address: 67E0012F 01:0004F12F
Module: C:\orant\Dev6i\BIN\DEB60.dll

System Information:
Operating System: Windows NT Version 5.1 Build 2600 Szervizcsomag 2
Command line: C:\orant\Dev6i\BIN\ifrun60.exe rvkr_kozp.fmx dv_mir/dv_mir@dv
FORM/BLOCK/FIELD: RVLB_VIZSGPAR_ADT:RVLB_VIZSGPAR.FAJTA_ID_RNEV
Last Trigger: KEY-LISTVAL - (Execution Suspended)
Msg: <NULL>
Last Builtin: CALL_FORM - (Successfully Completed)

Registers:
EAX:01DC051C
EBX:0100C750
ECX:00001127
EDX:00001127
ESI:00000001
EDI:021DD27D
CS:EIP:001B:67E0012F
SS:ESP:0023:0012BEFC EBP:021DD240
DS:0023 ES:0023 FS:003B GS:0000
Flags:00010206
------------------- Call Stack Trace ---------------------

Frameptr RetAddr Param#1 Param#2 Param#3 Param#4 Function Name

0x021dd240 01e60236 021dd274 00001128 00000000 00000001 0x67e0012f

------------------- End of Stack Trace -------------------

3.
-------------------------------------------------------------
[11/04/09 11:40:22 Közép-európai téli idõ]::Client Status [ConnId=0, PID=360]
>> ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION

======================= STACK DUMP =======================

Fault address: 67E0012F 01:0004F12F
Module: C:\orant\Dev6i\BIN\DEB60.dll

System Information:
Operating System: Windows NT Version 5.1 Build 2600 Szervizcsomag 2
Command line: C:\orant\Dev6i\BIN\ifrun60.exe rvkr_kozp.fmx dv_mir/dv_mir@dv
FORM/BLOCK/FIELD: RVLB_KOZP:ALRSZ.NAVIG
Last Trigger: VIZSGCSOP - (Execution Suspended)
Msg: <NULL>
Last Builtin: CALL_FORM - (Successfully Completed)

Registers:
EAX:01DC08F8
EBX:0100C750
ECX:00001127
EDX:00001127
ESI:00000001
EDI:01BC7785
CS:EIP:001B:67E0012F
SS:ESP:0023:0012D174 EBP:01BC7748
DS:0023 ES:0023 FS:003B GS:0000
Flags:00010206
------------------- Call Stack Trace ---------------------

Frameptr RetAddr Param#1 Param#2 Param#3 Param#4 Function Name

0x01bc7748 01e4f0aa 01bc777c 00001128 00000000 00000001 0x67e0012f

------------------- End of Stack Trace -------------------


Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #437515 is a reply to message #433820] Mon, 04 January 2010 21:53 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Have you created the 'tmp' and 'temp' environment variables? Is this your first form?

David
Re: ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION [message #678381 is a reply to message #437515] Thu, 28 November 2019 07:20 Go to previous message
dave_masters
Messages: 1
Registered: November 2019
Junior Member
Hello everyone!

I know it's a very old thread, but it might help someone.

We have an app with Oracle Forms 6i.

In my case I had Oracle 11g XE with NLS CHARACTER SET AL32UTF-8 which was imposible to properly handle by the forms/reports 6i. After changing database character set - which involved recreating database - everything works fine.

Best regards
Previous Topic: Sounds that are emitted first record Oracle Forms 12c
Next Topic: Running Forms locally
Goto Forum:
  


Current Time: Thu Mar 28 17:07:20 CDT 2024