Application crash when it starts with a list form...

hi guys i have an application that starts with a list form, i use netbeans and linux, in the emulator it works well but in my sony ericsson w810i it crashes when the application starts with a list form, if i change it to a text form or other thing it doesnt crashes, why?

it is a list screen and is implicit, but before it was working i dont know what i change that suddenly it doesnt work any more :(....

Similar Messages

  • Application crashes when using JNI with Jdk 1,2, 1.3 and 1.4

    Hi!
    I have this application that has a GUI written in Java and a file parser written in C. JNI is used to connect these parts together. The problem is that the application only works when I am using jdk 1.1.8 but not when using jdk1.2, jdk1.3 or jdk1.4. I am running the application on a Solaris 8 machine.
    I have not written the application myself but I am going to be working with it from now on. But I have today little knowledge with JNI and I have tried different approaches to solve the problem. For example I have tried to used DDD together with GDB to find out what the problem is but with no luck. When I run the application using jdk1.4 I get the following error when the JVM crashes:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 10 occurred at PC=0xFA023164
    Function=Java_Bitmap_setDebug+0x1C
    Library=/usr/u/lal/micview/micview2_1_0_beta1/libBitmapImpl.so
    Current Java thread:
    at Bitmap.setDebug(Native Method)
    at DisplayPanel.loadFile(DisplayPanel.java:396)
    at MicPlot.loadFile(MicPlot.java:1452)
    at MicPlot.loadFile(MicPlot.java:1441)
    at MicPlot.miOpen_Action(MicPlot.java:1267)
    at MicPlot$SymAction.actionPerformed(MicPlot.java:1184)
    at java.awt.MenuItem.processActionEvent(MenuItem.java:588)
    at java.awt.MenuItem.processEvent(MenuItem.java:548)
    at java.awt.MenuComponent.dispatchEventImpl(MenuComponent.java:285)
    at java.awt.MenuComponent.dispatchEvent(MenuComponent.java:273)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:452)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
    Dynamic libraries:
    0x10000 /opt/java/jdk1.4/bin/java
    0xff360000 /usr/lib/libthread.so.1
    0xff3a0000 /usr/lib/libdl.so.1
    0xff280000 /usr/lib/libc.so.1
    0xff270000 /usr/platform/SUNW,Ultra-4/lib/libc_psr.so.1
    0xfe000000 /opt/java/j2sdk1.4.1/jre/lib/sparc/client/libjvm.so
    0xff220000 /usr/lib/libCrun.so.1
    0xff200000 /usr/lib/libsocket.so.1
    0xff100000 /usr/lib/libnsl.so.1
    0xff1d0000 /usr/lib/libm.so.1
    0xff250000 /usr/lib/libw.so.1
    0xff0e0000 /usr/lib/libmp.so.2
    0xff0b0000 /opt/java/j2sdk1.4.1/jre/lib/sparc/native_threads/libhpi.so
    0xff080000 /opt/java/j2sdk1.4.1/jre/lib/sparc/libverify.so
    0xff030000 /opt/java/j2sdk1.4.1/jre/lib/sparc/libjava.so
    0xfe7e0000 /opt/java/j2sdk1.4.1/jre/lib/sparc/libzip.so
    0xfe4e0000 /usr/lib/locale/en_US.ISO8859-1/en_US.ISO8859-1.so.2
    0xedd00000 /opt/java/j2sdk1.4.1/jre/lib/sparc/libawt.so
    0xfc480000 /opt/java/j2sdk1.4.1/jre/lib/sparc/libmlib_image.so
    0xfc410000 /opt/java/j2sdk1.4.1/jre/lib/sparc/motif21/libmawt.so
    0xeda80000 /usr/dt/lib/libXm.so.4
    0xfa090000 /usr/openwin/lib/libXt.so.4
    0xfa3d0000 /usr/openwin/lib/libXext.so.0
    0xfc7e0000 /usr/openwin/lib/libXtst.so.1
    0xed980000 /usr/openwin/lib/libX11.so.4
    0xfa2a0000 /usr/openwin/lib/libdps.so.5
    0xfa3b0000 /usr/openwin/lib/libSM.so.6
    0xfa1d0000 /usr/openwin/lib/libICE.so.6
    0xed880000 /opt/java/j2sdk1.4.1/jre/lib/sparc/libfontmanager.so
    0xfa390000 /usr/openwin/lib/locale/common/xlibi18n.so.2
    0xfa1b0000 /usr/openwin/lib/locale/iso8859-1/xomEuro.so.2
    0xfa190000 /usr/lib//liblayout.so
    0xfa050000 /usr/openwin/lib/locale/common/ximlocal.so.2
    0xfa010000 /usr/u/lal/micview/micview2_1_0_beta1/libBitmapImpl.so
    Local Time = Thu Oct 3 13:32:47 2002
    Elapsed Time = 35
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.1-beta-b14 mixed mode)
    # An error report file has been saved as hs_err_pid27692.log.
    # Please refer to the file for further information.
    Abort
    From this information I think that the problem should be in the native method setDebug. But I have tried to set a breakpoint at the beginning of that function in the C part but with no luck. The application crashes before it reaches that position in the C file.
    What could possibly go wrong between the setDebug function in the C part and the function call in the Java part?
    When using GDB, GDB cannot figure out what is wrong it just returns a hex address, no function name.
    I would really appreciate some help. I have tried everything that I can come up with!
    Best regards
    Lars

    I have figured out that the application fails on its first call to the native methods.
    So I have this Bitmap class that contains all the native calls and it is defined shortly as follow:
    public class Bitmap {
    static {
    System.loadLibrary("BitmapImpl");
    native void setDebug(int debuglevel, int statistics);
    There are many more native methods defined in Bitmap, but I only show the setDebug method because that is the first one that is executed and also the one that immediately fails.
    My setDebug C function is defined as follow in BitmapImpl.c
    #include <time.h>
    #include <stdio.h>
    #include <limits.h>
    #include <fcntl.h>
    #include <jni.h>
    #include <math.h>
    #include <errno.h>
    #include "Bitmap.h"
    #include "data.h"
    jint debug = 0;
    jint statistics = 1;
    JNIEXPORT void JNICALL Java_Bitmap_setDebug
    (JNIEnv *jenv, jobject jo, jint d, jint s)
    debug = d;
    statistics = s;
    My libBitmapImpl.so file is compiled using the following Makefile and using GNU gcc:
    JAVAPATH=$(JAVAINCLUDEPATH)
    LMACRO=-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DSOLARIS
    CSOURCE=BitmapImpl.c
    all:
    gcc -O3 -G $(LMACRO) -I$(JAVAPATH) -I$(JAVAPATH)/solaris \
    $(CSOURCE) -o libBitmapImpl.so
    It is still a total mystory why the application fails. I have tried it on a RedHat Linux machine and there it works fine. But not on Solaris. Only if I use the jdk1.1.8 but not a later one.
    Would really appreiciate some help!
    Best regards
    Lars

  • Maps app crash when searching starts with a 'k'

    When I do a search in the maps app. that begins with the letter k, (I was looking to see where kuwait was), the app crashes. I was wondering if anybody else has this problem and how I could fix it.
    Message was edited by: Andycov

    The problem doesn't occur on my system, so I doubt it's a bug in the Maps app, anyway. Have you tried restarting your iPad? (Hold down the power button until you get the red "slide to power off", do so, and then press the power button again to start the iPad back up.)
    Hope that helps.

  • Why is the iTunes Store crash when I start in on the iPhone 5 with the iOS 07 update?

    Why is the iTunes Store crash when I start in on the iPhone 5 with the iOS 07 update?

    Hi,
    Do you have iTunes 11 on your imac? What OS X do you have?
    Jim

  • Since upgrading to mavericks my applications crash when i try to use the print dialogue

    since upgrading to mavericks my applications crash when i try to use the print dialogue

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter the name of the crashed application or process in the Filter text field. Select the messages from the time of the last crash, if any. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    In the Console window, look under User Diagnostic Reports (not "Diagnostic and Usage Messages") for crash reports related to the crashed process. The report name starts with the name of the process, and ends with ".crash". Select the most recent report and post the entire contents — again, the text, not a screenshot. In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.) Please don’t post other kinds of diagnostic report — they're very long and not helpful.

  • Scehudling assistant causes Outlook 2013 crash when creating meeting with external attendee

    Good morning
    I have a very annoying problem with Outlook 2013 that occurs when a user attempts to create a meeting, inviting and external attendee and uses the Scheduling Assistant to help them organise timings. We are running Exchange 2013 CU3 with no other versions
    of Exchange in our environment.
    Everything works fine until the user attempts to use the Scheduling assistant, as soon as they do, Outlook promptly crashes. Using OWA, things seem to work as expected.
    This is the error logged in event viewer:
    Event ID: 1000
    Faulting application name: OUTLOOK.EXE, version: 15.0.4569.1503, time stamp: 0x52b0b282
    Faulting module name: mso.dll, version: 15.0.4605.1000, time stamp: 0x531f9fba
    Exception code: 0xc0000409
    Fault offset: 0x00009408
    Faulting process id: 0x1320
    Faulting application start time: 0x01cf6453441df03b
    Faulting application path: C:\Program Files (x86)\Microsoft Office\Office15\OUTLOOK.EXE
    Faulting module path: C:\Program Files (x86)\Common Files\Microsoft Shared\Office15\mso.dll
    Report Id: 62895ac5-d04a-11e3-8285-7071bc433f94
    Faulting package full name:
    Faulting package-relative application ID:
    Has anyone experienced this before and if so can you help me fix it please? Is this a bug with Outlook or Exchange? I am going to test the same scenario on a machine running Outlook 2010 to see if the same issue still persists.

    Open Outlook with /safe command (Or hold Ctrl key when open Outlook) starts Outlook without the Reading Pane or toolbar customizations. Both native and managed Component Object Model (COM) add-ins are turned off. To narrow down the cause,
    you can also try /safe:1 and /safe:3 commands.
    /safe:1   Starts Outlook with the Reading Pane off.
    /safe:3   Both native and managed Component Object Model (COM) add-ins are turned off.
    To do this, press Windows key + R to open the Run command, type outlook.exe /safe:1
    and press Enter.
    In addition, you can refer to the steps in this article to troubleshoot issue that Outlook does not crash when you start it in safe mode. See the "Step 6: Start Outlook in safe mode" section:
    http://support.microsoft.com/kb/2934538/en-us
    Please let me know the result.
    Regards,
    Steve Fan
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Windows crashs when playing music with iTunes

    Hi,
    I have a problem with my iTunes. Since last week my Windows crashes when I start to listen to music over iTunes. I have already tried to re install Windows and have updated all the drivers for my hardware but there has still nothing changed.
    When I'm updating my iPod with iTunes there is no problem. It only crashes when I started to listen to music with iTunes. I can still listen to music over other music programs like Winamp.
    Can anybody help me?... or does anybody know what the reason could be for that?

    hi Simon!
    I have a problem with my iTunes. Since last week my Windows crashes when I start to listen to music over iTunes.
    are you getting a blue screen? if so, what numerical and text codes are you getting with it?
    if you don't see a blue screen (or just get a flash of a blue screen), use Jonathan's technique to display any hidden ones:
    Jonathan Wildstrom, "when installing itunes it restarts why?" #5, 08:22pm Oct 19, 2005 CDT
    keep us posted.
    love, b

  • Applications crash when attempting to use network printer

    I just upgraded to Tiger. Now, all applications crash when I attempt to select my network printer (HP laserjet 4600) from the 'File' ->'Print' menu. If the network printer is selected as my default printer, the program closes before the print menu even comes up. However, I can print to this printer if it is my default printer and I use the print icon instead of 'File'->'Print'. I also have a USB printer (Lexmark) which I can print to no problem. I can print to all printers with no problems from Classic applications, and I had no problems printing from either Classic or OS X before upgrading to Tiger. Anyone have any ideas?
    Faris

    Did you run Disk Utility> Repair Permissions after installing the HP driver software? While Repair Permissions may no longer be a useful as it was as a generic troubleshooting step under OS X 10.2.x, it's still essential if you have any third-party software that requires an administrative password to install, especially HP or Adobe software, which are known to trample around placing files with mis-set permissions all over the place.

  • Premiere Elements 7 crashes when I start to edit clips

    I have downloaded Premium Elements 7 and installed same. I have taken a small series of 12 clips to try the software, into "new project (all 12 clips).
    I then took the clips into the editing mode, but after dragging the 3 clips the programme crashed.
    This has happened several times. Each time a menu pops up and says "Adobe has stopped working. A problem has caused the programme to stop working correctly. Windows will close the programme and notify you if a solution is available. CLOSE."
    I have Vista Home Premium, using a 2GB dual core intel with 160 GB harddrive. Can some one tell me what is wrong please

    Dear Steve,
    Thanks for the prompt response. I am having major problems. As you suggested I activated quicktime and then updated this. Then my problems got worse as I was unable to find the clips which were originally stored in Adobe photoshop so could not obtain them. I decided to uninstall PREMIUM ELEMENTS and re-download after restarting my PC. Unfortunately it will not install. it aborts part way throughthe installation
    Install shows,  C:\Program files\Adobe\Adobe Premiere Elements 7.0\   then Next, then Install, which I click on.
    Part way through this install procedure a menu appears
    Menu Error 1311. Source file not found and C:\User\Admin\App Data\Local\Temp\wzde 24\data1.cab. Verify that file exists and that you can access it.  Retry and cancel
    Checking through the files the last one is wzde 24 but no data1.cab file.
    So what else am I not doing or doing wrong.
    Thanks for your assistance
    Barry
    PS I have 23 GB on C and a full 69 on D
    Video is a Sanyo Xacti an MP4 system
    Downloaded with still pictures to Adobe Photoshop and then Pics into one folder and videos into another folder and to sub folders 
    Date: Tue, 26 May 2009 09:42:35 -0600
    From: [email protected]
    To: [email protected]
    Subject: Premiere Elements 7 crashes when I start to edit clips
    1) What are you using for source files? Photo? Video? If video, what type of camcorder did the video come from and how did you get it into your computer?
    2) How much free, defragmented space is on your hard drive?
    3) Is your operating system up to date? (Manually going to Windows Update and adding the hidden or custom updates) Do you have the latest version of Quicktime -- which is critical for running this program with any stability (per the FAQs to the right of this forum)? This is particularly important when running Vista.
    http://forums.adobe.com/thread/416585?tstart=0
    >

  • Microsoft Expression Encoder 4 crashes when clicking Start button to begin live smooth streaming to a publishing point created in Windows Server 2012

    Microsoft Expression Encoder 4 crashes when clicking Start button to begin live smooth streaming to a publishing point created in Windows Server 2012, I've got the following error. Can anyone help me with this? Thanks in advance!
    Nombre del evento de problema:    CLR20r3
      Firma del problema 01:    encoder.exe
      Firma del problema 02:    4.0.4276.0
      Firma del problema 03:    4eafa0d7
      Firma del problema 04:    mscorlib
      Firma del problema 05:    4.0.30319.18408
      Firma del problema 06:    52310b91
      Firma del problema 07:    3e69
      Firma del problema 08:    0
      Firma del problema 09:    System.InvalidCastException
      Versión del sistema operativo:    6.2.9200.2.0.0.272.7
      Id. de configuración regional:    3082
      Información adicional 1:    5861
      Información adicional 2:    5861822e1919d7c014bbb064c64908b2
      Información adicional 3:    dac6
      Información adicional 4:    dac6c2650fa14dd558bd9f448e23afd1
    Lea nuestra declaración de privacidad en línea:
      http://go.microsoft.com/fwlink/?linkid=190175
    Si la declaración de privacidad en línea no está disponible, lea la declaración de privacidad sin conexión:
      C:\Windows\system32\es-ES\erofflps.txt

    2014-12-17 16:05:41  Msg 5170, Level 16, State 1, Server \\.\pipe\Microsoft##WID\tsql\query,  Line 2
    Cannot create file 'C:\Windows\WID\Data\SUSDB.mdf' because it already exists
    Looks like somebody forgot to remove the database from the last time WSUS was installed.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • OS 10.3.7 Applications Crash when I do a "save "

    Applications crash when I save documents, so I always save as, and make the file name alittle different. I have fixed and verified permissions, I have trashed preferences, anything else I can do?? this is really getting annoying!
    thanks,
    Tori

    I agree with Roam -- use the new one for a while. Run all your apps to make sure things are cool and work as you desire. In a few months, once you've grown accustomed to the new account, it will be safe to wipe out the old.
    It sounds like there was some corruption in the old account (caches? perms? who knows?) Often these problems can be solved at a more granular level, but if the big and easy answer works, hey, go with that.
    Thanks for the star, BTW.
    Best,
    ~FifthWheel

  • Smartphone crashes when i start Spotify

    Hello everyone,since i updated the Spotify App my smartphone crashes when i start the App. I can start the app then i have a black display with the icon for the menu in the left upper corner and my touch screen as well as the buttons aren't working anymore.I have a Alcatel OneTouch 6030D with Android Firmware Version 4.1.1 (Jelly Bean).Tried to uninstall and install the app new but this didn't change anything. Would appreciate any help. Dani

    Temporary  Solution Downgrade! My alcatel one idol 6030a, with Android 4.1.1 (Jelly Bean), crash wen update to -spofity of 13 de may of 2015- from google pay.- I found -temporary- solution  downgrading to spotify apk  v 2.5.0.942 .... -old version- form "same" site founded with google     -isn't secure    -I don't know if is too legal but it works  spotify contact someone? sorry for my English, but it works¿?

  • Premiere Pro crashes when i start it up. Help please :-)

    Premiere Pro crashes when i start it up. Help please :-)

    Go to Adobe Premiere Pro CC error on start and answer all the questions I posted in reply #1

  • Adobe Bridge CC crashes when opening file with Photoshop CC or Camera RAW!

    Adobe Bridge CC crashes when opening file with Photoshop CC or Camera RAW!
    - Tried to Reset the preference with CTRL + Click.
    - It's just new clean install didn't do anything with it yet.
    - Windows 8.
    Any help?

    Just that one project, or any project?  Can you create new projects?

  • I have been using Lightroom 4.4 successfully for over 2 years.  Just tried to import some new photos after a vacation and the application crashes when I click "import" every time.  Tried restarting computer.  Version says it is up to date.

    I have been using Lightroom 4.4 successfully for over 2 years.  Just tried to import some new photos after a vacation and the application crashes when I click "import" every time.  Tried restarting computer.  Version says it is up to date.
    How do I get formal support for this from Adobe?

    Thanks for the response.  The application was crashing.  A Windows message was displayed showing "Lightroom.exe has stopped working", "Windows can check online for a solution the problem.". Etc.
    I just launched Lightroom to check the exact message for this reply - and the Import worked.  It had failed dozens of times before. 

Maybe you are looking for

  • Customer Service Miscommunication and a large lack of communication and follow through

    I seem to be having a lot of difficulty with Verizon Wireless Customer Service the last few months and am becoming increasingly frustrated. Let me start by saying I have been with Verizon for years, my wife, kids, and in laws all have Verizon, and my

  • Data Modeler EA1:  Importing SQL Server Data Dictionary issue

    I am using the Data Dictionary Import Wizard to import the Schema of a SQL Server 2005 database (JDBC connection has "SQL Server 2005" as the Type) into the Oracle SQL Developer Data Modeler. In step 4 of the import, under the "Import to:" section, t

  • Need documentation for Oracle VM

    I am new to Oracle VM and need documentation on this product. Any help would be appreciated. Where can I get started learning (and using) Oracle VM (on OEL)? Cheers!

  • CSS "equivalent" in InDesign?

    Hi everyone - I'm familiar with syncing styles in a Book file. I work with tons of different documents, and want to avoid creating an enormous book file. However, I -do- want to keep as much consistency as possible. Nearest ideal I can think of is CS

  • CATs timesheet - Network confirmations

    We book time spent on a project through CATs timesheet. Once we book in the hrs in an HR client it gets transfered through IDOCs to the project residing in another client. the transfer creates a network confirmation document. Now due to some reason i