EXCEPTION_ACCESS_VIOLATION occurred at PC=0x1001DB9F...help me

HI!!
I am developing game application with motorola T720...
The application works well with other emulator but T720 emulator not work.
I tested it on win2000 pro , win xp station and both made problem.
I don't know the reason,what should I do.
plz help me....
Have a nice day!!!!
*******error message ***********
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x1001DB9F
Function=[Unknown.]
Library=D:\Motorola\J2ME SDK v3.0\Emulator7.5\lib\KVM.dll
NOTE: We are unable to locate the function name symbol for the error
just occurred. Please refer to release documentation for possible
reason and solutions.
Current Java thread:
     at com.mot.tools.j2me.emulator.Emulator.launchVM(Native Method)
     at com.mot.tools.j2me.emulator.Emulator.run(Emulator.java)
Dynamic libraries:
0x00400000 - 0x00406000      C:\WINNT\system32\java.exe
0x77F80000 - 0x77FFB000      C:\WINNT\System32\ntdll.dll
0x77D80000 - 0x77DDB000      C:\WINNT\system32\ADVAPI32.dll
0x77E50000 - 0x77F2F000      C:\WINNT\system32\KERNEL32.dll
0x786F0000 - 0x78761000      C:\WINNT\system32\RPCRT4.dll
0x78000000 - 0x78046000      C:\WINNT\system32\MSVCRT.dll
0x6D330000 - 0x6D45C000      C:\Program Files\Java\j2re1.4.1\bin\client\jvm.dll
0x77DE0000 - 0x77E3F000      C:\WINNT\system32\USER32.dll
0x77F40000 - 0x77F79000      C:\WINNT\system32\GDI32.dll
0x77520000 - 0x77550000      C:\WINNT\system32\WINMM.dll
0x75DF0000 - 0x75E0A000      C:\WINNT\System32\IMM32.DLL
0x6D1D0000 - 0x6D1D7000      C:\Program Files\Java\j2re1.4.1\bin\hpi.dll
0x6D300000 - 0x6D30D000      C:\Program Files\Java\j2re1.4.1\bin\verify.dll
0x6D210000 - 0x6D229000      C:\Program Files\Java\j2re1.4.1\bin\java.dll
0x6D320000 - 0x6D32D000      C:\Program Files\Java\j2re1.4.1\bin\zip.dll
0x6D000000 - 0x6D0FA000      C:\Program Files\Java\j2re1.4.1\bin\awt.dll
0x777B0000 - 0x777CE000      C:\WINNT\system32\WINSPOOL.DRV
0x75000000 - 0x75010000      C:\WINNT\system32\MPR.dll
0x77A20000 - 0x77B15000      C:\WINNT\system32\ole32.dll
0x6D180000 - 0x6D1D0000      C:\Program Files\Java\j2re1.4.1\bin\fontmanager.dll
0x51000000 - 0x51044000      C:\WINNT\system32\ddraw.dll
0x727C0000 - 0x727C6000      C:\WINNT\system32\DCIMAN32.dll
0x72CB0000 - 0x72D23000      C:\WINNT\system32\D3DIM.DLL
0x6E280000 - 0x6E286000      C:\WINNT\System32\INDICDLL.dll
0x73400000 - 0x73418000      C:\WINNT\System32\imekr98u.ime
0x78F90000 - 0x791D4000      C:\WINNT\system32\SHELL32.DLL
0x70BD0000 - 0x70C35000      C:\WINNT\system32\SHLWAPI.dll
0x71710000 - 0x71794000      C:\WINNT\system32\COMCTL32.dll
0x6D280000 - 0x6D29E000      C:\Program Files\Java\j2re1.4.1\bin\jpeg.dll
0x10000000 - 0x100A6000      D:\Motorola\J2ME SDK v3.0\Emulator7.5\lib\KVM.dll
0x778F0000 - 0x77913000      C:\WINNT\system32\imagehlp.dll
0x72920000 - 0x7294D000      C:\WINNT\system32\DBGHELP.dll
0x68BD0000 - 0x68BDB000      C:\WINNT\system32\PSAPI.DLL
Local Time = Wed Jan 08 14:02:54 2003
Elapsed Time = 20
# The exception above was detected in native code outside the VM
# Java VM: Java HotSpot(TM) Client VM (1.4.1-b21 mixed mode)
#

I don't know the reason,what should I do.Reduce your code to the smallest piece that will reproduce the problem.
Submit it as a bug to the vendor of the piece that is causing the problem (in your case the vendor of the KVM.)

Similar Messages

  • Help!!!EXCEPTION_ACCESS_VIOLATION occurred

    Hi there
    I am quite new to JNI, so I wrote a HelloWorld java program,this program will load a dll file and call a funtion of it, and in this function , it calls another dll written in c, it will print a HelloWorld to screen.
    But after compiled all the java files and head files,generated all the dll files,I run the program like this:
    C:\tempproject\JavaCode\jni>java HelloWorld
    then a exception threw by system
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x0
    Function name=(N/A)
    Library=(N/A)
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
    at HelloWorld.displayHelloWorld(Native Method)
    at HelloWorld.main(HelloWorld.java:11)
    Dynamic libraries:
    0x00400000 - 0x00405000 C:\WINNT\system32\java.exe
    0x77F80000 - 0x77FFA000 C:\WINNT\system32\ntdll.dll
    0x77DB0000 - 0x77E0B000 C:\WINNT\system32\ADVAPI32.dll
    0x77E80000 - 0x77F31000 C:\WINNT\system32\KERNEL32.dll
    0x77D30000 - 0x77D9D000 C:\WINNT\system32\RPCRT4.dll
    0x78000000 - 0x78046000 C:\WINNT\system32\MSVCRT.dll
    0x6D420000 - 0x6D4F7000 C:\Program Files\JavaSoft\JRE\1.3.1_04\bin\hotspot\jvm.dll
    0x77E10000 - 0x77E6F000 C:\WINNT\system32\USER32.dll
    0x77F40000 - 0x77F79000 C:\WINNT\system32\GDI32.dll
    0x77570000 - 0x775A0000 C:\WINNT\system32\WINMM.dll
    0x75E60000 - 0x75E7A000 C:\WINNT\System32\IMM32.DLL
    0x6D220000 - 0x6D227000 C:\Program Files\JavaSoft\JRE\1.3.1_04\bin\hpi.dll
    0x6D3B0000 - 0x6D3BD000 C:\Program Files\JavaSoft\JRE\1.3.1_04\bin\verify.dll
    0x6D250000 - 0x6D266000 C:\Program Files\JavaSoft\JRE\1.3.1_04\bin\java.dll
    0x6D3C0000 - 0x6D3CD000 C:\Program Files\JavaSoft\JRE\1.3.1_04\bin\zip.dll
    0x08D50000 - 0x08D62000 C:\tempproject\JavaCode\jni\HelloWorldImp.dll
    0x09170000 - 0x09181000 C:\tempproject\JavaCode\jni\ForDll.dll
    0x77920000 - 0x77943000 C:\WINNT\system32\imagehlp.dll
    0x72A00000 - 0x72A2D000 C:\WINNT\system32\DBGHELP.dll
    0x690A0000 - 0x690AB000 C:\WINNT\system32\PSAPI.DLL
    Local Time = Thu Jun 19 10:59:22 2003
    Elapsed Time = 0
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_04-b02 mixed mode)
    # An error report file has been saved as hs_err_pid1708.log.
    # Please refer to the file for further information.
    Following is my source code:HelloWorld.java HelloWorldImp.cpp ForDll.c
    HelloWorld.java
    class HelloWorld {
    public native void displayHelloWorld();
    static {
    System.loadLibrary("HelloWorldImp");
    public static void main(String[] args) {
    new HelloWorld().displayHelloWorld();
    HelloWorldImp.cpp
    #include <jni.h>
    #include "HelloWorld.h"
    #include <stdio.h>
    #include <windows.h>
    // DLL names & instances
    char szDLL_Name[]="ForDll.dll";
    HINSTANCE handleMyDll;
    // DLL function names && function pointers
    char szFunctionName[] = "helloworld";
    FARPROC lpfn_Pointer_Exposed_Function;
    // THIS STUFF GOES IN THE CALLER
    //- an instance of the structure (a LPVOID pointer to it is passed to the DLL)
    //- the DLL can then change the value of the data in the structure instance
    //-- allocated here in the caller.
    int return_code;
    JNIEXPORT void JNICALL
    Java_HelloWorld_displayHelloWorld(JNIEnv *env, jobject obj)
         // load the DLL and test to see if the load was successful
         handleMyDll = LoadLibrary(szDLL_Name);
    if (handleMyDll) {
              // get the address(es) of the DLL's functions
              lpfn_Pointer_Exposed_Function = GetProcAddress(handleMyDll, szFunctionName);
              // setup parameters in the call list
              // call the DLL (the return code set by the 'return' in the DLL
              return_code = (*lpfn_Pointer_Exposed_Function)();//this doesn't work
              printf("In HelloWorldImp.dll\n");//this works if comment previous line
              // Unloading the DLL
              FreeLibrary (handleMyDll);
    return;
    ForDll.c
    #include <stdio.h>
    void helloworld()
    printf("Hello world!\n");
    return;
    what happened??? thanks in advance.

    precisely why you should always always always check for null pointers....

  • Exception occuring during Application exit.Help needed fast

    The Error attached is printed on the console when I exit my Application.My Application is Swing application which reads two or more xml schemas at a time from a local directory and displays the schemas in Tree like structure using JTree,so that mapping can be done using java drag-n-drop apis.
    But during System.exit(1) (on Application Close) the exception Attached gets printed.I have invoked Syste.gc() to enforce garbage collection but to no effect.Please help to solve this problem.
    Thanks
    Pallav
    --ERROR printed on console
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x0
    Function name=(N/A)
    Library=(N/A)
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
         at sun.awt.windows.WToolkit.eventLoop(Native Method)
         at sun.awt.windows.WToolkit.run(WToolkit.java:183)
         at java.lang.Thread.run(Thread.java:479)
    Dynamic libraries:
    0x00400000 - 0x00405000      S:\software\jdk1.3.1_06\bin\java.exe
    0x77F80000 - 0x77FF9000      C:\WINNT\System32\ntdll.dll
    0x77DB0000 - 0x77E0A000      C:\WINNT\system32\ADVAPI32.dll
    0x77E80000 - 0x77F36000      C:\WINNT\system32\KERNEL32.DLL
    0x77D40000 - 0x77DAF000      C:\WINNT\system32\RPCRT4.DLL
    0x78000000 - 0x78046000      C:\WINNT\system32\MSVCRT.dll
    0x6D420000 - 0x6D4F9000      S:\software\jdk1.3.1_06\jre\bin\hotspot\jvm.dll
    0x77E10000 - 0x77E75000      C:\WINNT\system32\USER32.dll
    0x77F40000 - 0x77F7C000      C:\WINNT\system32\GDI32.DLL
    0x77570000 - 0x775A0000      C:\WINNT\System32\WINMM.dll
    0x6D220000 - 0x6D227000      S:\software\jdk1.3.1_06\jre\bin\hpi.dll
    0x6D3B0000 - 0x6D3BD000      S:\software\jdk1.3.1_06\jre\bin\verify.dll
    0x6D250000 - 0x6D266000      S:\software\jdk1.3.1_06\jre\bin\java.dll
    0x6D3C0000 - 0x6D3CD000      S:\software\jdk1.3.1_06\jre\bin\zip.dll
    0x6D020000 - 0x6D12A000      S:\software\jdk1.3.1_06\jre\bin\awt.dll
    0x77800000 - 0x7781D000      C:\WINNT\System32\WINSPOOL.DRV
    0x75E60000 - 0x75E7A000      C:\WINNT\System32\IMM32.dll
    0x77A50000 - 0x77B45000      C:\WINNT\system32\ole32.dll
    0x6D1E0000 - 0x6D21B000      S:\software\jdk1.3.1_06\jre\bin\fontmanager.dll
    0x10000000 - 0x10007000      D:\Program Files\Yahoo!\Messenger\idle.dll
    0x72800000 - 0x72846000      C:\WINNT\System32\ddraw.dll
    0x728A0000 - 0x728A6000      C:\WINNT\System32\DCIMAN32.dll
    0x0D4F0000 - 0x0D503000      D:\PROGRA~1\INCRED~1\bin\ImHook.dll
    0x779B0000 - 0x77A45000      C:\WINNT\system32\OLEAUT32.dll
    0x6D340000 - 0x6D348000      S:\software\jdk1.3.1_06\jre\bin\net.dll
    0x75050000 - 0x75058000      C:\WINNT\System32\WSOCK32.dll
    0x75030000 - 0x75044000      C:\WINNT\System32\WS2_32.DLL
    0x75020000 - 0x75028000      C:\WINNT\System32\WS2HELP.DLL
    0x77840000 - 0x7784C000      C:\WINNT\System32\rnr20.dll
    0x77980000 - 0x779A4000      C:\WINNT\System32\DNSAPI.DLL
    0x777E0000 - 0x777E8000      C:\WINNT\System32\winrnr.dll
    0x77950000 - 0x77979000      C:\WINNT\system32\WLDAP32.DLL
    0x777F0000 - 0x777F5000      C:\WINNT\System32\rasadhlp.dll
    0x77830000 - 0x7783E000      C:\WINNT\System32\RTUTILS.DLL
    0x74FD0000 - 0x74FE1000      C:\WINNT\system32\msafd.dll
    0x75010000 - 0x75017000      C:\WINNT\System32\wshtcpip.dll
    0x6D2C0000 - 0x6D2DB000      S:\software\jdk1.3.1_06\jre\bin\jpeg.dll
    0x77920000 - 0x77942000      C:\WINNT\system32\imagehlp.dll
    0x72A00000 - 0x72A2D000      C:\WINNT\system32\DBGHELP.dll
    0x690A0000 - 0x690AB000      C:\WINNT\System32\PSAPI.DLL
    Local Time = Thu May 29 17:43:20 2003
    Elapsed Time = 396
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_06-b01 mixed mode)

    to bbritta,
    Sorry it did not help.By the way i am using windows 2000 Server.Application Server is Weblogic 7.0.No exception is shown in the Weblogic console also.
    There is no problem in drawing of maps.Drag-n-Drop is working perfectly.But during application exit this errors occuring.
    Thanks for your attempt.
    Pallav

  • Hello, i just downloaded itunes on my acer laptop and its been giving me problems everytime i try to get on to the itunes store.. it gives me a message saying "itunes could not connect to the itunes store. an unknown error occurred. (310).plz help me out.

    hello, i just downloaded itunes on my acer laptop and its been giving me problems everytime i try to get on to the itunes store.. it gives me a message saying "itunes could not connect to the itunes store. an unknown error occurred. (310).plz help me out. i do have the internet on but it keeps giving me the same problems .. thanks..

    Hi Young Prada,
    If you are having issues connecting to the iTunes Store, you may find the following article helpful:
    Apple Support: Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Regards,
    - Brenden

  • Itunes says I must update to 11.1, but everytime I try to run it I get an error message saying:  "an error occured while running installation"  Help?

    Itunes says I must update to 11.1, but everytime I try to run it I get an error message saying:  "an error occured while running installation"  Help?

    The full message reads:  "Errors occurred during installation before iTunes could be configured.  Your system has not been modified.  To complete the installation, run the installer again.  Click finish to exit the installer."
    I have run it again and get the same message.  Have rebooted and tried again.  Same results.

  • TS1368 I am recieving the following message when attempting to sign into my iTunes store - An unknown error has occurred. can someone please help me I have reset my password but still unable to log in. help!!

    I am recieving the following message when attempting to sign into my iTunes store - An unknown error has occurred. can someone please help me I have reset my password but still unable to log in. help!!

    I am recieving the following message when attempting to sign into my iTunes store - An unknown error has occurred. can someone please help me I have reset my password but still unable to log in. help!!

  • When I attempt to connect to iTunes Store, I receive the following error message: An unknown error has occurred (0x80090318).  Any help appreciated!

    When I attempt to connect to iTunes Store, I receive the following error message: An unknown error has occurred (0x80090318).  Any help appreciated!

    Hey there Dan256162,
    I understand that you are receiving a specific error code when attempting to connect to the iTunes Store, error 0x80090318. I have an article for you that references this code and links you to another article for troubleshooting to address this issue. Here is the article that references the error code:
    iTunes: Possible iTunes Store errors - Apple Support
    http://support.apple.com/en-us/HT203174
    And here is the linked troubleshooting article that will help you resolve the issue:
    Apple software on Windows: May see performance issues and blank iTunes Store - Apple Support
    http://support.apple.com/en-us/TS4123
    Take care, and thanks for visiting the Apple Support Communities.
    Cheers,
    Braden

  • HT203200 Hi! i keep seeing this message popping up on my itunes, intunes could not connected to the itunes store  an unknown error occurred (-3212) can someone help me please?

    Hi! keep seeing this message on my computer, could not connected to the itunes store unknown error occurred (3212) can someone help please?

    Perhaps try the Errors 3000 through 3999 section in the Specific Conditions and Alert Messages: (Mac OS X / Windows) section of the following document:
    iTunes: Advanced iTunes Store troubleshooting

  • HT201263 Hi. I forgot my passcode and now I am unable to unlock my ipod. I tried restoring it using itunes in recovery mode as well as dfu mode but it says unable to restore,unknown error occured (3004).  Please help me out. My ipod is locked for one hour

    Hi. I forgot my passcode and now I am unable to unlock my ipod. I tried restoring it using itunes in recovery mode as well as dfu mode but it says unable to restore,unknown error occured (3004).  Please help me out. My ipod is locked for one hour now.

    Locked Out, Forgot Lock or Restrictions Passcode, or Need to Restore Your Device: Several Alternative Solutions
    1. iOS- Forgotten passcode or device disabled after entering wrong passcode
    2. iPhone, iPad, iPod touch: Wrong passcode results in red disabled screen
    3. Restoring iPod touch after forgotten passcode
    4. What to Do If You've Forgotten Your iPhone's Passcode
    5. iOS- Understanding passcodes
    6. iTunes 10 for Mac- Update and restore software on iPod, iPhone, or iPad
    Forgotten Restrictions Passcode Help
    You will need to restore your device as New to remove a Restrictions passcode. Go through the normal process to restore your device, but when you see the options to restore as New or from a backup, be sure to choose New.
    Also, see iTunes- Restoring iOS software.

  • TS3694 hello out there ! am trying to restore my ios, but toward the end of the process, i am receiving an error message like "the iphone could not be restored, an unknown error occured(1015). Kindly help me resolve this problem, my iphone has been down f

    hello good samaritan out there ! am trying to restore my ios for for i phone 3G, but toward the end of the process, i am receiving an error message like "the iphone could not be restored, an unknown error occured(1015). Kindly help me resolve this problem, my iphone has been down for a we

    mazunzo tembo wrote:
    "the iphone could not be restored, an unknown error occured(1015).
    Unauthorized modification of iOS  >  http://support.apple.com/kb/HT3743
    ERROR 1015...
    This Error Code is indicative of the Device being jailbroken / Hacked...
    Sorry... But...
    The discussion of Jailbroken Devices is against the Terms of Use of this Forum.
    You will need to look elsewhere.

  • How to fix this: The iphone "iPhone" could not be restored. An unknown error occurred (3014). Please help me :(

    how to fix this: The iphone "iPhone" could not be restored. An unknown error occurred (3014). Please help me

    Read here:
    http://support.apple.com/kb/ts3694#3014

  • HT5262 Every time i try to back up my 4s it says that it failed cause an error occured... Help me...

    Every time i try to back up my 4s it says that it failed cause an error occured... Help me...

    Troubleshooting Backup Issues
    http://support.apple.com/kb/ts2529

  • HT201413 i have an iphone 3gs and everytime i try to restore it on itunes it just keeps saying an unknown erroe has occured (29) can anyone help me with this

    i have an iphone 3gs and everytime i try to restore it on itunes it just keeps saying an unknown erroe has occured (29) can anyone help me with this??

    Hello Laura,
    Thank you for posting in the Apple Support Communities.  I found an article that has information about Error 29:
    Error 20, 21, 23, 26, 28, 29, 34, 36, 37, 40
    These errors typically occur when security software interferes with the restore and update process. Follow Troubleshooting security software issues to resolve this issue. In rare cases, these errors may be a hardware issue. If the errors persist on another computer, the device may need service.
    Also, check your hosts file to verify that it's not blocking iTunes from communicating with the update server. See iTunes: Advanced iTunes Store troubleshooting—follow steps under the heading Blocked by configuration (Mac OS X / Windows) > Rebuild network information > Mac OS X > The hosts file may also be blocking the iTunes Store. If you have software used to perform unauthorized modifications to the iOS device, uninstall this software prior to editing the hosts file to prevent that software from automatically modifying the hosts file again on restart.
    You can find the full article here:
    iTunes: Specific update-and-restore error messages and advanced troubleshooting
    http://support.apple.com/kb/ts3694
    Best,
    Sheila M.

  • TS4002 iCloud will not send to yahoo email addresses, and is stating SMTP transmission failure has occurred. Can anyone help ?

    Hi, iCloud will not let me send mail to some yahoo accounts, stating SMTP transmission failure has occurred. Can anyone help ?.

    Try two things
    1. try to send mail from icloud.com - by that we eliminate possible problem on your device.
    2. Sending mail to the same yahoo address from other email - that way we can eliminate or pinpoint problem with icloud smtp server. ( for that one you will have to give it a few hours, cause another server may give you delayed failure.)

  • HT201210 Everytime I restore my iphone there is always message popped says "there is error occured"? Why? Help me please!

    Everytime I restore my iphone there is always message popped says "there is error occured"? Why? Help me please!

    Did you try to use iTunes and the computer to download and install the update?
    I did get this error trying to update using Wi-Fi only. After I connected to my computer and let iTunes download the firmware, the update went without problems.

Maybe you are looking for