JNI_CreateJavaVM() crash on Ubuntu

Hello,
I am having problem on Ubuntu JNI_CreateJavaVM() call will crash. It works fine on Redhat and Solaris. Here is the stack trace from crash. Any help would be appreciated.
thanks,
(gdb) where
#0 0x004bc416 in __kernel_vsyscall ()
#1 0x026f6941 in raise () from /lib/libc.so.6
#2 0x026f9e42 in abort () from /lib/libc.so.6
#3 0x02738704 in ?? () from /lib/libc.so.6
#4 0x0273b3fc in ?? () from /lib/libc.so.6
#5 0x0273cf33 in malloc () from /lib/libc.so.6
#6 0x02760949 in ?? () from /lib/libc.so.6
#7 0x02760a7a in opendir () from /lib/libc.so.6
#8 0x0279aa32 in get_nprocs_conf () from /lib/libc.so.6
#9 0x02766f45 in sysconf () from /lib/libc.so.6
#10 0x03debb1b in os::Linux::initialize_system_info() ()
from /home/jade_29jul11/jre/linux/jre1.6.0_22/lib/i386/server/libjvm.so
#11 0x03df0d65 in os::init() ()
from /home/jre/linux/jre1.6.0_22/lib/i386/server/libjvm.so
#12 0x03ee4ea3 in Threads::create_vm(JavaVMInitArgs*, bool*) ()
from /home/jre/linux/jre1.6.0_22/lib/i386/server/libjvm.so
#13 0x03c3f5c6 in JNI_CreateJavaVM ()
from /home//jre/linux/jre1.6.0_22/lib/i386/server/libjvm.so
#14 0x00243de2 in java_jni_init () at main.c:261

Pointer bug or an environment problem (like an odd library.)
The fact that it worked else where doesn't eliminate the first possibiity.

Similar Messages

  • Crashes on ubuntu 9.10

    Hello,
    I am developing HTML/Javascript application on the Air platform.On OS X it works fine, however on Ubuntu it crashes unexpectedly. Crashes occur at random time. Sometimes it happens when I start the app, sometimes when it is running. It happens when I run it via adl tool, as well as when I start the installed air application.
    Below is the end of one log entry (from /tmp/airCrashLogs). I did not figure out how to attach text file, and don't want to paste too much text in the message.
    I am running Ubuntu 9.10 (32 bit), and the installed Air runtime is 1.5.3.9130
    Any help would be appreciated!
    Sasa
    /opt/Adobe AIR/Versions/1.0/libCore.so [0xb6c5bf8e]
    /opt/Adobe AIR/Versions/1.0/libCore.so [0xb6c50111]
    [0xb771a410]
    /lib/tls/i686/cmov/libc.so.6(mempcpy+0x15) [0xb7539b95]
    /lib/tls/i686/cmov/libc.so.6(_IO_default_xsputn+0xc3) [0xb752e5c3]
    /lib/tls/i686/cmov/libc.so.6(_IO_file_xsputn+0xab) [0xb752babb]
    /lib/tls/i686/cmov/libc.so.6(fputs+0x90) [0xb7521250]
    /opt/Adobe AIR/Versions/1.0/Resources/libcurl.so(Curl_cookie_output+0x77) [0xb5681b7b]
    /opt/Adobe AIR/Versions/1.0/Resources/libcurl.so [0xb56a0c6f]
    /opt/Adobe AIR/Versions/1.0/Resources/libcurl.so(Curl_setopt+0xdc6) [0xb56a1aa7]
    /opt/Adobe AIR/Versions/1.0/Resources/libcurl.so(curl_easy_setopt+0x2e) [0xb568379d]
    /opt/Adobe AIR/Versions/1.0/libCore.so [0xb6c74987]
    /opt/Adobe AIR/Versions/1.0/libCore.so [0xb6c74be3]
    /opt/Adobe AIR/Versions/1.0/libCore.so [0xb6d28bd8]
    /opt/Adobe AIR/Versions/1.0/libCore.so [0xb6d28ce0]
    /opt/Adobe AIR/Versions/1.0/libCore.so [0xb6d28d32]
    /opt/Adobe AIR/Versions/1.0/libCore.so [0xb6d28d8e]
    /opt/Adobe AIR/Versions/1.0/libCore.so [0xb6c691b3]
    /opt/Adobe AIR/Versions/1.0/libCore.so [0xb6c691f8]
    /lib/tls/i686/cmov/libpthread.so.0 [0xb591380e]
    /lib/tls/i686/cmov/libc.so.6(clone+0x5e) [0xb75918de]

    Hi Sasa,
    Thanks. We will investigate using these crashlogs and get back to you soon.
    In the meantime, can you please try AIR 2 (beta) available on Adobe labs and let us know if you still see the crash:
             http://labs.adobe.com/technologies/air2/
    Thanks,
    -romil

  • Crash on Ubuntu Server

    Hello,
    I'm in the process of migrating an application from one server to another, from a Debian Sarge box, to a Ubuntu Server 8.04 box, and have already installed all the necessary softwares, including BDB XML 2.2.13 (which is the same version the DB was created).
    But, when Tomcat 5.5.15 (using JDK 1.5.0_06) is starting, I get this JVM crash save in this log: http://freeunix.com.br/hs_err_pid13814.log
    Which I believe it's happening when trying to initialize the environment. Is there any known bug associated to this error message, Linux or JVM version? Any missing libs? This is the last part of the migration that still needs to be solved.
    thanks in advance,
    - Breno
    Message was edited by:
    BrenoJac

    Just an add-on, I tried removing all delete() calls and still get the same error:
    com.sleepycat.dbxml.XmlException: Error: Either the manager that created this document, or the results set that return it, has been deleted, cannot access the document., errcode = INVALID_VALUE
    at com.sleepycat.dbxml.dbxml_javaJNI.HelperFunctions_createDocumentValue(Native Method)
    at com.sleepycat.dbxml.HelperFunctions.createDocumentValue(HelperFunctions.java:91)
    at com.sleepycat.dbxml.XmlValue.<init>(XmlValue.java:72)
    at br.gov.al.delegaciainterativa.controles.Update.atualizaXml(Update.java:153)
    at br.gov.al.delegaciainterativa.bo.GerenciaBO.mudarStatusBO(GerenciaBO.java:327)
    at br.gov.al.delegaciainterativa.bo.GerenciaBO.mudarStatusParaProcessamento(GerenciaBO.java:289)
    at org.apache.jsp.admin.boEsperaVisualizarEPerguntar_jsp._jspService(org.apache.jsp.admin.boEsperaVisualizarEPerguntar_jsp:235)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
    at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667)
    at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
    at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
    at java.lang.Thread.run(Thread.java:619)
    The method that is doing the update:
    public void atualizaXml (String queryDoc, String queryNode, String novoValor) {
    XmlQueryContext contexto;
    XmlUpdateContext uc;
    XmlModify mod;
    try {
    contexto = envInit.getManager().createQueryContext();
    uc = envInit.getManager().createUpdateContext();
    mod = envInit.getManager().createModify();
    XmlQueryExpression select = envInit.getManager().prepare(queryNode, contexto);
    mod.addUpdateStep(select, novoValor);
    Search search = new Search(envInit,container);
    ArrayList lista = search.searchToArrayList(queryDoc, true);
    if (lista.size() > 0){
         XmlDocument doc = (XmlDocument)lista.get(0);
         XmlValue value = new XmlValue (doc);
         mod.execute(value,contexto, uc); //realiza modficação.*/
         // value.delete();
         // doc.delete();
    //contexto.delete();
    // uc.delete(); 2.4.13 removed
    //mod.delete();
    } catch (XmlException e) {
    e.printStackTrace();
    System.out.println("Erro na update");
    } catch (Throwable e) {
    e.printStackTrace();
    regards,
    - Breno

  • Java vm creation crashes if max heap is set too big

    I start the jvm from deep within a c / fortran app. If I give a "decent" max heap size w/ -Xmx option, everything is fine. However, the JNI_CreateJavaVM crashes w/
    Unhandled exception at 0x060b766b (jvm.dll) in tnapa.exe: 0xC0000005: Access violation reading location
    0x00000ff1.
    The violator being:
         jvm.dll!_findNonConsecutive() + 0x18b     if I give a large (e.g. -Xmx1g) max heap size. I first suspected that this is our own code that messes up some memory before the jvm gets into the picture (and still consider this a strong possibility). However, when trying to solve the problem, I looked at the reported memory location w/ MS Visual C++ debugger, and it showed ?? for values there. I could not find it in the documentation, but my coworker said it means that memory is outside of the scope of the process in question. This makes it sound like jvm is trying to access illegal memory areas. Could this be a jni bug?
    Environment:
    jdk 1.5.0_09
    win xp sp 2
    ms cl compiler (/MD flag is used in compilation)
    2GB of ram
    The jvm is loaded dynamically, i.e. the reference to the func JNI_CreateJavaVM is fetched from the jvm.dll, which is loaded lazily, i.e. just in time when needed for the first time. A proper typecast is done to ensure that JNICALL calling convention is used.
    -Antti-

    Sorry, blaming the wrong horse here... the jvm in use was actually jrockit (BEA JRockit(R) (build R26.4.0-63-63688-1.5.0_06-20060626-2259-win-ia32, jdk 1.5.0_06).
    W/ sun jdk everything is fine. Well, at least it does not crash, it just fails due to not enough memory.
    -Antti-

  • My AIR crashed sometimes

    Hi  all, I am very sorry to have to ask a terriable question in here ,Because my team and I have no way to fix our air  project bug.
       For my problem, I and my team have tried about 10 days, But still can not find why.
       Ok ,now I share my question and crashlog here in detail, if someone has the way to solve this bug. Please tell me .
       My email is : [email protected], and my msn is : [email protected]
       The problem is : when I run web browsing in my air application ,sometimes the air crashed by unhandle SIGSEGV
        Detail:
       1. my running OS is ubuntu  and the version is 9.04
       2. my cpu : INTEL Atom N270
       3. my air runtime is 2.0.
       4. After AIR crashed my ubuntu dumped message like this :
           Application crased by unhandled SIGSEGV
           Segmentation Default
       5. My AIR application maybe crashed in two cases:
          I: used the html loading to browsing the web page
          II: played the flash or others
       6. I think maybe these programing codes can help you find the reason.(these code for web browing function)
       7. Here I attached the log .
        Watting for you reply, thank you very much

    anybody can help me ?
    Thanks !

  • Adobe Flash player freezes on RTMPT stream in Ubuntu 10.10

    For the past few months all flash players have been crashing under ubuntu, when I watch a live stream with Flowplayer using RTMPT, on port 80
    88.
    The stream works on Mac OS and Windows Vista.
    The stream starts fine and freezes if I switch between tabs, or even if I don't do anything for a few seconds.
    At the moment I am using the latest flash player - flashplayer10_2_r2_32bit_linux_012611.tar.gz
    My OS is Ubuntu 10.10
    Any ideas?
    Thanks,
    Anton

    Hi dandab…
    Although, I had installed SubInACL <http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=23510>  once without solving my problem, I uninstalled and reinstalled it and Adobe Flash Player 11 is now up and running.  Thank you very much.

  • Frequent and chronic Slowness on Late 2009 21.5" iMac, Issues with Display, Fan, and Booting

    Hello,
    Sorry for the repost, but I realized after the edit period had passed that I left out a lot of information from my original post, and that I misrepresented my problem in the question heading. Because of this, I am posting again with the updated information.
    I  am using a 21.5" iMac from Late 2009 with OSX Mavericks 10.9.2.  Recently, I have been experiencing several signs of failure/aging during  use:
    Frequent:
    Mail.app slow opening, closing; messages opened in large batches do not get marked as read
    Terminal.app experiences noticeable lag when opening (it sometimes takes between 5 and 20 seconds between launching the application and getting an active prompt)
    Processes lag or become unresponsive, even when not many applications are running
    Browswers frequently become unresponsive, pinwheel, or lag considerably, frequently requiring a force-quit.
    Mouse Pinwheels Frequently
    Intermittent
    Computer  generates loudly audible fan noises, persists even when computer is  briefly powered off during a reboot; does not always stop after  rebooting
    Finder often becomes unresponsive
    Rare (one time only)
    Machine  powered on in "Safe Boot" mode for no apparant reason; red text reading  "Safe Boot" in menu bar of login screen; background picture slideshow  mode became very glitchy, phased and flashed in horizontal grey bars  before loading next background image
    Chronic (Consistently Happens)
    Machine  will not boot if plugged into normal powerpoint after being unplugged  from that power-point; cable must be plugged into a different A/C power  outlet for machine to boot, at which point it can be switched off again,  moved back to the original dedicated outlet, and booted again. This has  never failed to happen, and is mind-boggling.
    I followed some instructions from a similar thread,  but I felt that my experiences were sufficiently different that I  couldn't troubleshoot from someone else's solution. I would greatly  appreciate any technical advice and help that the community can offer.
    Specs (Obtained Using EtreCheck) :
    Hardware Information:
        iMac (21.5-inch, Late 2009)
        iMac - model: iMac10,1
        1 3.06 GHz Intel Core 2 Duo CPU: 2 cores
        4 GB RAM
    Video Information:
        ATI Radeon HD 4670 - VRAM: 256 MB
    System Software:
        OS X 10.9.2 (13C64) - Uptime: 0 days 1:3:20
    Disk Information:
        Hitachi HDE721010SLA330 disk0 : (1 TB)
            EFI (disk0s1) <not mounted>: 209.7 MB
            Macintosh HD (disk0s2) / [Startup]: 999.35 GB (114.68 GB free)
            Recovery HD (disk0s3) <not mounted>: 650 MB
        PIONEER DVD-RW  DVRTS09 
    USB Information:
        Western Digital My Book 1130 2 TB
            VM (disk2s1) /Volumes/VM: 2 TB (757.31 GB free)
        Apple Inc. Built-in iSight
        Apple Internal Memory Card Reader
        Apple Computer, Inc. IR Receiver
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
        WD My Book 111D 800mbit - 800mbit max
            disk1s1 (disk1s1) <not mounted>: 32 KB
            BigD (disk1s3) /Volumes/BigD: 2 TB (134.4 GB free)
    Thunderbolt Information:
    Configuration files:
        /etc/hosts - Count: 3
    Kernel Extensions:
        org.virtualbox.kext.VBoxDrv    (4.2.14)
        org.virtualbox.kext.VBoxUSB    (4.2.14)
    Startup Items:
        HP Trap Monitor: Path: /Library/StartupItems/HP Trap Monitor
        rEFItBlesser: Path: /Library/StartupItems/rEFItBlesser
        VirtualBox: Path: /Library/StartupItems/VirtualBox
    Launch Daemons:
        [System]    com.adobe.fpsaud.plist 3rd-Party support link
        [System]    com.github.GitHub.GHInstallCLI.plist 3rd-Party support link
        [System]    com.google.keystone.daemon.plist 3rd-Party support link
        [System]    com.oracle.java.Helper-Tool.plist 3rd-Party support link
        [System]    com.ubuntu.one.fsevents.plist 3rd-Party support link
        [System]    org.freedesktop.dbus-system.plist 3rd-Party support link
        [System]    org.macosforge.xquartz.privileged_startx.plist 3rd-Party support link
        [System]    org.macports.rsyncd.plist 3rd-Party support link
    Launch Agents:
        [System]    com.google.keystone.agent.plist 3rd-Party support link
        [System]    com.hp.help.tocgenerator.plist 3rd-Party support link
        [System]    com.oracle.java.Java-Updater.plist 3rd-Party support link
        [System]    com.wacom.pentablet.plist 3rd-Party support link
        [System]    org.freedesktop.dbus-session.plist 3rd-Party support link
        [System]    org.macosforge.xquartz.startx.plist 3rd-Party support link
    User Launch Agents:
        [not loaded]    com.google.Chrome.framework.plist 3rd-Party support link
        [not loaded]    com.valvesoftware.steamclean.plist 3rd-Party support link
        [not loaded]    org.virtualbox.vboxwebsrv.plist 3rd-Party support link
    User Login Items:
        Flux
        Quicksilver
        iTunesHelper
        Air Mouse Server
        Launch_IKCP
        usb16
        Music Manager
        SpeechSynthesisServer
        VMware Fusion Start Menu
        Android File Transfer Agent
    Internet Plug-ins:
        FlashPlayer-10.6: Version: 12.0.0.70 - SDK 10.6 3rd-Party support link
        Default Browser: Version: 537 - SDK 10.9
        Flash Player: Version: 12.0.0.70 - SDK 10.6 3rd-Party support link
        QuickTime Plugin: Version: 7.7.3
        o1dbrowserplugin: Version: 5.1.5.17733 3rd-Party support link
        WacomNetscape: Version: 2.1.0-1 - SDK 10.8 3rd-Party support link
        npgtpo3dautoplugin: Version: 0.1.44.29 - SDK 10.5 3rd-Party support link
        googletalkbrowserplugin: Version: 5.1.5.17733 3rd-Party support link
        WacomTabletPlugin: Version: WacomTabletPlugin 2.1.0.2 3rd-Party support link
        JavaAppletPlugin: Version: Java 7 Update 51 3rd-Party support link
    Audio Plug-ins:
        BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
        AirPlay: Version: 2.0 - SDK 10.9
        AppleAVBAudio: Version: 203.2 - SDK 10.9
        iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
        Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    User Internet Plug-ins:
        RealPlayer Plugin: Version: Unknown
        Google Earth Web Plug-in: Version: 7.1 3rd-Party support link
    3rd Party Preference Panes:
        Flash Player  3rd-Party support link
        Java  3rd-Party support link
        MusicManager  3rd-Party support link
        TeXDistPrefPane  3rd-Party support link
        PenTablet  3rd-Party support link
        DWXBoxHIDPrefsPane  3rd-Party support link
    Old Applications:
        None
    Time Machine:
        Skip System Files: NO
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 930.71 GB Disk used: 823.91 GB
        Destinations:
            BigD [Local] (Last used)
            Total size: 2 
            Total number of backups: 89
            Oldest backup: 2013-02-19 05:21:21 +0000
            Last backup: 2014-02-27 02:52:20 +0000
            Size of backup disk: Too small
                Backup size 2  < (Disk used 823.91 GB X 3)
        Time Machine details may not be accurate.
        All volumes being backed up may not be listed.
    Top Processes by CPU:
            47%    firefox
             3%    WindowServer
             1%    EtreCheck
             0%    com.ubuntu.one.fsevents
             0%    mds
    Top Processes by Memory:
        489 MB    firefox
        147 MB    com.apple.IconServicesAgent
        66 MB    Dock
        53 MB    WindowServer
        41 MB    Finder
    Virtual Memory Information:
        1.72 GB    Free RAM
        1.42 GB    Active RAM
        335 MB    Inactive RAM
        535 MB    Wired RAM
        683 MB    Page-ins
        564 KB    Page-outs
    Results of Linc Davis's diagnostic test from the similar thread:
    Boot Mode: Normal
    System diagnostics:
       com.ubuntu.one.fsevents 2014-02-25-210509 crash
       com.ubuntu.one.fsevents 2014-02-25-210520 crash
       com.ubuntu.one.fsevents 2014-02-25-210531 crash
       com.ubuntu.one.fsevents 2014-02-25-210541 crash
       com.ubuntu.one.fsevents 2014-02-25-210553 crash
       com.ubuntu.one.fsevents 2014-02-25-210603 crash
       com.ubuntu.one.fsevents 2014-02-25-210618 crash
       com.ubuntu.one.fsevents 2014-02-25-210640-1 crash
       com.ubuntu.one.fsevents 2014-02-25-210640 crash
       diskarbitrationd,HPIO Trap Monitor,mds 2014-02-07-223647 shutdownStall
    Kernel messages:
       Feb 23 20:52:38   Previous Shutdown Cause: -128
       Feb 23 21:06:01   PM notification timeout (pid 364, MusicManagerHelp)
       Feb 23 21:44:13   Sound assertion - 1002:aa30 FIFO error (Stream 0)
       Feb 23 21:57:33   PM notification timeout (pid 364, MusicManagerHelp)
       Feb 26 20:29:58   Previous Shutdown Cause: -128
       Feb 26 20:44:56   PM notification timeout (pid 436, MusicManagerHelp)
    Loaded extrinsic kernel extensions:
       org.virtualbox.kext.VBoxDrv (4.2.14)
       org.virtualbox.kext.VBoxUSB (4.2.14)
    Extrinsic system jobs:
       org.macosforge.xquartz.privileged_startx
       com.ubuntu.one.fsevents
       com.oracle.java.Helper-Tool
       com.google.keystone.daemon
       com.github.GitHub.GHInstallCLI
       com.adobe.fpsaud
    Extrinsic agents:
       org.macosforge.xquartz.startx
       com.wacom.pentablet
       com.oracle.java.Java-Updater
       com.hp.help.tocgenerator
       com.google.keystone.system.agent
       com.valvesoftware.steamclean
       com.google.Chrome.framework.service_process/Users/XXXXX/Library/Application_Sup port/Google/Chrome
    /Library/LaunchAgents:
       /Library/LaunchAgents/com.google.keystone.agent.plist
       /Library/LaunchAgents/com.hp.help.tocgenerator.plist
       /Library/LaunchAgents/com.wacom.pentablet.plist
       /Library/LaunchAgents/org.macosforge.xquartz.startx.plist
    /Library/LaunchDaemons:
       /Library/LaunchDaemons/com.adobe.fpsaud.plist
       /Library/LaunchDaemons/com.github.GitHub.GHInstallCLI.plist
       /Library/LaunchDaemons/com.google.keystone.daemon.plist
       /Library/LaunchDaemons/com.ubuntu.one.fsevents.plist
       /Library/LaunchDaemons/org.macosforge.xquartz.privileged_startx.plist
    /Library/PrivilegedHelperTools:
       /Library/PrivilegedHelperTools/com.github.GitHub.GHInstallCLI
       /Library/PrivilegedHelperTools/com.ubuntu.one.fsevents
    /Library/StartupItems:
       /Library/StartupItems/HP Trap Monitor/HP Trap Monitor
       /Library/StartupItems/HP Trap Monitor/Resources/English.lproj/Localizable.strings
       /Library/StartupItems/HP Trap Monitor/StartupParameters.plist
       /Library/StartupItems/rEFItBlesser/rEFItBlesser
       /Library/StartupItems/VirtualBox/Resources/English.lproj/Localizable.strings
       /Library/StartupItems/VirtualBox/VirtualBox
    Library/LaunchAgents:
       Library/LaunchAgents/com.apple.FolderActions.enabled.plist
       Library/LaunchAgents/com.apple.FolderActions.folders.plist
       Library/LaunchAgents/com.google.Chrome.framework.plist
       Library/LaunchAgents/com.valvesoftware.steamclean.plist
       Library/LaunchAgents/org.virtualbox.vboxwebsrv.plist
    Extrinsic loadable bundles:
       /System/Library/Extensions/DWXboxHIDDriver.kext
           (org.walisser.driver.DWXBoxHIDDriver)
       /System/Library/Extensions/Pen Tablet.kext
           (com.wacom.kext.pentablet)
       /System/Library/Extensions/TabletDriverCFPlugin.bundle
           (No bundle ID)
       /Library/Audio/MIDI Drivers/EmagicUSBMIDIDriver.plugin
           (info.emagic.driver.unitor)
       /Library/Extensions/VBoxDrv.kext
           (org.virtualbox.kext.VBoxDrv)
       /Library/Extensions/VBoxNetAdp.kext
           (org.virtualbox.kext.VBoxNetAdp)
       /Library/Extensions/VBoxNetFlt.kext
           (org.virtualbox.kext.VBoxNetFlt)
       /Library/Extensions/VBoxUSB.kext
           (org.virtualbox.kext.VBoxUSB)
       /Library/Internet Plug-Ins/Flash Player.plugin
           (com.macromedia.Flash Player.plugin)
       /Library/Internet Plug-Ins/googletalkbrowserplugin.plugin
           (com.google.googletalkbrowserplugin)
       /Library/Internet Plug-Ins/JavaAppletPlugin.plugin
           (com.oracle.java.JavaAppletPlugin)
       /Library/Internet Plug-Ins/npgtpo3dautoplugin.plugin
           (com.google.o3d)
       /Library/Internet Plug-Ins/o1dbrowserplugin.plugin
           (com.google.o1dbrowserplugin)
       /Library/Internet Plug-Ins/WacomNetscape.plugin
           (com.wacom.tabletplugin)
       /Library/Internet Plug-Ins/WacomTabletPlugin.plugin
           (com.WacomTabletPluginLib.WacomTabletPlugin)
       /Library/PreferencePanes/Flash Player.prefPane
           (com.adobe.flashplayerpreferences)
       /Library/PreferencePanes/JavaControlPanel.prefPane
           (com.oracle.java.JavaControlPanel)
       /Library/PreferencePanes/PenTablet.prefPane
           (com.wacom.PenTabletSettingsPrefPane)
       /Library/PreferencePanes/TeXDistPrefPane.prefPane
           (comp.text.tex.distribution.preference)
       /Library/PreferencePanes/XboxHIDPrefsPane.prefPane
           (org.walisser.XBoxHIDDriver)
       /Library/QuickTime/FLV.component
           (com.macromedia.FLVExporter)
       Library/Address Book Plug-Ins/SkypeABDialer.bundle
           (com.skype.skypeabdialer)
       Library/Address Book Plug-Ins/SkypeABSMS.bundle
           (com.skype.skypeabsms)
       Library/Internet Plug-Ins/doubleTwistWebPlugin.bundle
           (com.doubleTwist.webPlugin)
       Library/Internet Plug-Ins/Google Earth Web Plug-in.plugin
           (com.Google.GoogleEarthPlugin.plugin)
        Library/Mail/V2/[email protected]/Sent Messages  (XXXXXX).mbox/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/Data/X/X/Attachments/XXXXX/X   /XXXXXXXXXXXXX.pages
           (No bundle ID)
        Library/Mail/V2/[email protected]/Sent Messages  (XXXXXX).mbox/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/Data/X/X/Attachments/XXXXX/X   /XXXXXXXXXXXXXX.pages
           (No bundle ID)
        Library/Mail/V2/[email protected]/Sent Messages  (XXXXXX).mbox/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/Data/X/X/Attachments/XXXXX/X   .X/XXXXXXXXXXXXXX.pages
           (No bundle ID)
        Library/Mail/V2/[email protected]/Sent Messages  (XXXXXX).mbox/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/Data/X/X/Attachments/XXXXX/X   /XXXXXXXXXXXXX.pages
           (No bundle ID)
        Library/Mail/V2/[email protected]/Sent Messages  (XXXXXX).mbox/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/Data/X/X/Attachments/XXXXX/X   .X/iReceiver.app
           (com.yourcompany.iReceiver)
       Library/PreferencePanes/MusicManager.prefPane
           (com.google.musicmanager.pref)
       Library/Services/Attach to Email.workflow
           (No bundle ID)
    Unsigned shared libraries:
       /usr/lib/libgcc_s.10.5.dylib
    hosts:
       205.228.34.175     uat.rvionline.com
       205.228.34.176    www.rvionline.com
       127.0.0.1         *********.blogspot.com
    Global login items:
       /Applications/Epson Software/Epson Low Ink Reminder.app/Contents/EpsonLowInkReminderAgent.app
    Font problems: 8
    Bad plists:
       Library/Preferences/com.apple.iphotomosaic.plist
    Keychains files: 10
    Elapsed time (s): 273

    6Kam. wrote:
    1: If I hold down option key with my USB plugged in to see my hard drives so I can boot into Windows, boot camp is not there. It does not show up on my Start Up Disk in my Mac, either. Though, I do see it in Finder with nothing in it (I can put stuff into it).
    This indicates that your Bootcamp partition is still FAT, which also indicates that the Windows Installer has not been used to reformat it to NTFS yet, as required by Windows Installer. No Windows installation exists yet.
    2: If I don't hold down option key with my USB plugged in, it gives me a black screen saying "Non-system disk, press any key to reboot". My keyboard is unresponsive. I have to hard shut down my computer.
    The NVRAM in the Mac (as set by Bootcamp Assistant) is telling it to boot from the built-in Optical drive. Is it fully functional and has Windows Installer media in it or broken? Since no drivers have been loaded, the Keyboard/Mouse which are BT/USB, will not function.
    From iMac (21.5-inch, Late 2009) - Technical Specifications, it has a built-in Optical drive...
    Optical drive
    Slot-loading 8x SuperDrive (DVD±R DL/DVD±RW/CD-RW)
    Writes DVD+R DL and DVD-R DL discs at up to 4x speed
    Writes DVD-R and DVD+R discs at up to 8x speed
    Writes DVD-RW discs at up to 6x speed and DVD+RW discs at up to 8x speed
    Reads DVDs at up to 8x speed
    Writes CD-R discs at up to 24x speed
    Writes CD-RW discs at up to 16x speed
    Reads CDs at up to 24x speed
    3: If I don't hold down option key and it is without my USB plugged in, it gives me a black screen saying "No bootable device -- insert boot disk and press any key". My keyboard is, again, unresponsive. I have to hard shut down my computer.
    No bootable media in Optical drive, hence this error.

  • JNI from Application

    I need to invoke the JVM from a in-process DLL. I'm using the invocation API, which is all fine and good. The invocation is done via a call from a Powerpoint add-in into a in-process DLL that I wrote. The DLL sets up the invocation API and actually launches the JVM.
    The problem is that the call to JNI_CreateJavaVM crashes Powerpoint, 100% of the time. I'm assuming this may be some kind of thread issue, but I'm not really sure what to make of it. Does this sound like a reasonable thing to do? Does anyone know why it doesn't work as expected?

    It sounds reasonable to me, and you shouldn't be crashing. Are you sure it's not something simpler, like you're passing invalid values to the create call? Try running in a debugger first.
    God bless,
    -Toby Reyelts

  • Help me please my firefox wont run

    im using my mint fifteen as an alternative to my ubuntu 12.04 for now since it keeps crashing.
    my ubuntu fell over when i was out of the room and it completely crashed i relogged and tried to run the firefox but it crashed i did this 3 times and then opened my computer pulled all my things out and rebuilt it (not inccluding mother board) so i check to see all ram... was in tightly and it was so i went back on and checked again it did work so i re installed firefox and deleted all firefox related files and then re installed still nothing im stuck now i dont know what to do ive ran in console and updated if you help me fix this ill be able to watch late night with cry and russ again!!!

    ive also restarted computer repetitively

  • Vista 64-bit partitions

    My laptop is vista 64 bit and I want to partition it.  How do I do this?  I tried open source partitions (even 64 bit) apps and none of them worked.
    I want to partition to install Ubuntu with windows as the boot up first.  Laptop is Satellite M305D AMD Turion dual core mobile zm-80.

    Not sure how to answer the question, What Satellite M305D?  Where can I get more info than I put?  It is Vista Home Premium service pack 1.  I would like to have a partition for toshiba operating system, not sure what to allow.  Ubuntu for 20G, swap for 2G, C:/ 100G if needed and another partition I would call Share for 100G.  I want to use Ubuntu through windows so windows boots up to choose between Ubuntu and windows.  I don't want it to crash if Ubuntu starts first.  Other partitions will be used to experiment other operating systems or applications.  Hope this helps. 
    Jerry_Lippey wrote:
    You can do that with Windows Vista.
       Can I repartition my hard disk?
    Which Satellite M350D?
    Jerry_Lippey wrote:
    You can do that with Windows Vista.
       Can I repartition my hard disk?
    Which Satellite M350D?

  • MAC ... such a frustration!

    I am a sysadmin (I work in linux usually) and in my free time I draw comics in a semi-professional way. I'm not newbie.
    I decided to spent money to buy a mac mini to use with my wacom tablet at home for drawing. Trusting in many satisfied artists.
    Well i'm really disappointed. So much money for a system that is far away to be productive. First of all I needed to double the ram from 4GB to 8GB to let photoshop works (in my old windows 4GB where enough). Now it works. But the worst thing is that so many software crashes and have problems. Photoshop itself and trimble sketchup and many others.
    Its a big frustration because the system is generally slow. My office workstation that is similar (i7, 8GB) with ubuntu works better. Trimble Sketchup works faster and better (without crash) under ubuntu with wine!
    Do we have to talk about the white screen of death that I get whenever I power on the mac mini before the wacom tablet? The support suggest me to reinstall all the system ... that is a windws issue s**t! I got a mac!
    I'm really frustrated because I spent a lot of money to buy a system that is promised as the best system but it is not. I don't want to sell it because I will lost money, the only alternative I can see is install windows 7 on it (not ubuntu because many graphic apps like photoshop or mangastudio won't work) and it is really sad!
    I will never, never buy another apple product and i will never suggest people to buy becasue they are exactly the same as the other system with the same problems ... the only difference is that they cost much more.
    Sorry for my english.
    P:S. Does anyone knows how can write down my frustration to Apple directy by e-mail or letter?

    Voilà:
    Hardware Information:
              Mac mini (Late 2012)
              Mac mini - model: Macmini6,2
              1 2.3 GHz Intel Core i7 CPU: 4 cores
              8 GB RAM
    Video Information:
              Intel HD Graphics 4000 - VRAM: 1024 MB
    System Software:
              OS X 10.9.1 (13B42) - Uptime: 0 days 4:8:16
    Disk Information:
              APPLE HDD HTS541010A9E662 disk0 : (1 TB)
                        EFI (disk0s1) <not mounted>: 209,7 MB
                        Macintosh HD (disk0s2) / [Startup]: 999,35 GB (537,79 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
    USB Information:
              Western Digital My Passport 0820 1 TB
                        EFI (disk1s1) <not mounted>: 209,7 MB
                        XXXXXXXXX (disk1s2) /Volumes/XXXXXXXXX: 999,83 GB (856,85 GB free)
              Wacom Co., Ltd. Wacom Cintiq 13HD USB Hub
                        Wacom Co.,Ltd. Wacom Cintiq 13HD
                        Silicon Labs CP2102 USB to UART Bridge Controller
              Apple, Inc. IR Receiver
              Apple Inc. BRCM20702 Hub
                        Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Kernel Extensions:
              org.virtualbox.kext.VBoxDrv          (4.2.16)
              org.virtualbox.kext.VBoxUSB          (4.2.16)
              com.silabs.driver.CP210xVCPDriver64          (3.0.0d1)
    Startup Items:
              VirtualBox: Path: /Library/StartupItems/VirtualBox
    Launch Daemons:
              [System] com.adobe.fpsaud.plist 3rd-Party support link
              [System] com.adobe.SwitchBoard.plist 3rd-Party support link
    [System] com.google.keystone.daemon.plist 3rd-Party support link
              [System] com.oracle.java.Helper-Tool.plist 3rd-Party support link
              [System] org.macosforge.xquartz.privileged_startx.plist 3rd-Party support link
    Launch Agents:
              [System] com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
              [System] com.extensis.FMCore.plist 3rd-Party support link
              [System] com.google.keystone.agent.plist 3rd-Party support link
              [System] com.oracle.java.Java-Updater.plist 3rd-Party support link
              [System] com.paragon.updater.plist 3rd-Party support link
              [System] com.wacom.wacomtablet.plist 3rd-Party support link
              [System] net.culater.SIMBL.Agent.plist 3rd-Party support link
              [System] org.macosforge.xquartz.startx.plist 3rd-Party support link
    User Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
              [not loaded] com.spotify.webhelper.plist 3rd-Party support link
              [not loaded] net.infinite-labs.SIMBLEnablerForSandboxedApps.plist 3rd-Party support link
    User Login Items:
              Dropbox
              Google Drive
              Adium
    Internet Plug-ins:
              AdobeExManDetect: Version: AdobeExManDetect 1.1.0.0 - SDK 10.7 3rd-Party support link
              FlashPlayer-10.6: Version: 12.0.0.70 - SDK 10.6 3rd-Party support link
              Default Browser: Version: 537 - SDK 10.9
              AdobePDFViewerNPAPI: Version: 11.0.06 - SDK 10.6 3rd-Party support link
              AdobePDFViewer: Version: 11.0.06 - SDK 10.6 3rd-Party support link
              Flash Player: Version: 12.0.0.70 - SDK 10.6 3rd-Party support link
              QuickTime Plugin: Version: 7.7.3
              WacomNetscape: Version: 2.1.0-1 - SDK 10.8 3rd-Party support link
              WacomTabletPlugin: Version: WacomTabletPlugin 2.1.0.2 3rd-Party support link
              JavaAppletPlugin: Version: Java 7 Update 45 Outdated! Update
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
              Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes:
              Flash Player  3rd-Party support link
              Java  3rd-Party support link
              WacomTablet  3rd-Party support link
    Old Applications:
              dynamiclinkmediaserver:          Version: 6.0.1 - SDK 10.5 3rd-Party support link
                        /Library/Application Support/Adobe/Common/dynamiclinkmediaserver/1.0/dynamiclinkmediaserver.app
              dynamiclinkmanager:          Version: 6.0.0 - SDK 10.5 3rd-Party support link
    MaterialUninstaller:          Version: 1.0.6 - SDK 10.4 3rd-Party support link
    Viscosity:          Version: 1.4.7 - SDK 10.5 3rd-Party support link
    Time Machine:
              Skip System Files: NO
              Mobile backups: OFF
              Auto backup: YES
              Volumes being backed up:
                        Macintosh HD: Disk size: 930.71 GB Disk used: 429.85 GB
              Destinations:
                        XXXXXXXXXX [Local] (Last used)
                        Total size: 931.16 GB
                        Total number of backups: 35
                        Oldest backup: 2014-01-21 20:12:56 +0000
                        Last backup: 2014-02-23 13:06:26 +0000
                        Size of backup disk: Too small
                                  Backup size 931.16 GB < (Disk used 429.85 GB X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                   4%          WindowServer
                   3%          Google Chrome
                   2%          FMCore
                   1%          storeagent
                   1%          EtreCheck
    Top Processes by Memory:
              287 MB          123D Design
              197 MB          installd
              164 MB          mds_stores
              139 MB          Google Chrome
              123 MB          softwareupdated
    Virtual Memory Information:
              3.08 GB          Free RAM
              3.26 GB          Active RAM
              660 MB          Inactive RAM
              1.01 GB          Wired RAM
              1.85 GB          Page-ins
              0 B          Page-outs

  • Windows 8.1 crashes when connecting to lenovo ultra dock 135w (Ubuntu also installed)

    I have a Lenovo ThinkPad T440s. It's partitioned with Ubuntu 14.04.1 lts and Windows 8.1. When I connect it to my ultra dock 135 w in Windows 8.1 the ThinkPad crashes with a blue screen. The error thrown is igdkmd64.sys and system_service_exception.
    This problem only occurs in Windows. I can boot Ubuntu without errors, but not Windows. Also if I boot to Windows without connecting to the dock, but then connect to the dock when I'm logged into Windows it also crashes immediately.
    I'm using two monitors, one with hdmi and another with dvi. I'v also tried with just the hdmi and the dvi.
    I have checked the forums and I've followed all the steps found in this thread http://forums.lenovo.com/t5/T400-T500-and-newer-T-series/T440s-Ultra-Dock-2-external-monitors-causin...
    This has not solved the problem. Is there a solution to the problem I'm experiencing or does the ultra dock simply not work when you're dual booting Ubuntu and Windows?

    We have been having this issue continuously as well.  Have been contacting Lenovo support to no avail.  Drivers / firmware are up to date, and we have 40+ users experiencing this issue.  DiplayLink drivers also up to date.

  • JNI_CreateJavaVM method crashed

    I m trying to Invoke Java from Cpp code for a certain application.
    I m using JDK 1.5
    Please Help me in sorting out the problem.
    Thank u in advance
    I m posting the sample code which i tried
    #include "jni.h"
    #include <dlfcn.h>
    #include <link.h>
    #include <iostream>
    using namespace std;
    void *g_handle_open = NULL;
    JavaVM *g_Jvm     = NULL;     
    typedef int (JNICALL JCF_CREATE_JAVA_VM)(JavaVM *, void **, JavaVMInitArgs *);
    struct JCFJAVA
    JNIEnv *env;          // JNI interface pointer
    jclass jclsClass;     // Java class object
    jmethodID jmid;          // Method ID
    jobjectArray jObjArgs; // JavaVM option
    jint jnReturnFlag;          // Return value of method of Java
    main()
    int ret_jvmInvoke =0;
    JCFJAVA *r_stobject;
    JavaVMInitArgs stVM_args;
    JavaVMOption stJVMPptions[1] =
         {   NULL,                              
    char pszJvm_path[]="/opt/jp1imm/bin/jre/lib/sparc/client/libjvm.so";
    // libjvm.so is present in the above mentioned in the path
    g_handle_open = dlopen(pszJvm_path, RTLD_LAZY);
    if (g_handle_open == NULL)
    cout << "g_handle_open NULL" << endl;
    JCF_CREATE_JAVA_VM jcfJNICreateJavaVM = (JCF_CREATE_JAVA_VM) dlsym(g_handle_open,"JNI_CreateJavaVM");
    stJVMPptions[0].optionString = "-XX:+AllowUserSignalHandlers";
    stVM_args.nOptions = 1;
    stVM_args.version = JNI_VERSION_1_4;
    stVM_args.options = stJVMPptions;
    stVM_args.ignoreUnrecognized = JNI_TRUE;
    ret_jvmInvoke = jcfJNICreateJavaVM(&g_Jvm, (void**)&(r_stobject->env), &stVM_args);
    cout << ret_jvmInvoke << endl;
    Error Message
    bash-2.05b# ./a.out
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0x00000000, pid=18759, tid=1
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_01-b05 mixed mode, sharing)
    # Problematic frame:
    [error occurred during error reporting, step 60, id 0xb]
    # An error report file with more information is saved as hs_err_pid18759.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    Abort (core dumped)
    Core Details
    ash-2.05b# pstack core
    core 'core' of 18752: ./a.out
    ff03cdcc lwpkill (6, 0, ff0219cc, 42844, ff064224, 6) + 8
    fefbdd58 abort (416d8, 1, fecbe7cc, a65d0, ff067218, 0) + 110
    febb93f4 __1cCosFabort6Fi_v_ (1, 4e44, fec5c, 1d6, fecb8000, 4c00) + 58
    fec322f8 __1cHVMErrorOreport_and_die6M_v_ (0, fecd5f20, 4000, febbcaf4, fec381e2, febbcaf4) + c6c
    fec326dc __1cNcrash_handler6FipnHsiginfo_pv_v_ (b, 0, ffbfd1e8, 1, ffbfd56d, ffbfd571) + 44
    ff03bee4 __sighndlr (b, 0, ffbfd1e8, fec32698, 0, 1) + c
    ff031318 call_user_handler (b, ffbffeff, 4, ffff, ff3a2000, ffbfd1e8) + 3b8
    fec0b150 __1cIUniverseIprint_on6FpnMoutputStream__v_ (0, ffbfd770, 3d68, acee8, 0, 3c00) + 44
    fec31494 __1cHVMErrorGreport6MpnMoutputStream__v_ (ffbfd770, be, ffbfe840, 1, feca2ce8, 7d0) + aac
    fec31c3c __1cHVMErrorOreport_and_die6M_v_ (ffbfd840, fecd5f20, fecd5f58, 0, 4000, ffbfe840) + 5b0
    fec326dc __1cNcrash_handler6FipnHsiginfo_pv_v_ (b, 0, ffbfd9d8, 1, 0, 0) + 44
    ff03bee4 __sighndlr (b, 0, ffbfd9d8, fec32698, 0, 1) + c
    ff031318 call_user_handler (b, ffbffeff, 4, ffff, ff3a2000, ffbfd9d8) + 3b8
    fea9acb4 __1cFframeOprint_on_error6kMpnMoutputStream_pcii_v_ (ffbfdf68, feccd77c, fecdea28, 7d0, ffbfdef0, 0) + 38
    fec30c60 __1cHVMErrorGreport6MpnMoutputStream__v_ (ffbfdf68, 0, ffbfe840, feca6ac1, feca2ce8, 7d0) + 278
    fec31c3c __1cHVMErrorOreport_and_die6M_v_ (ffbfe038, fecd5f20, fecd5f58, 4028, 5, ffbfe840) + 5b0
    fec326dc __1cNcrash_handler6FipnHsiginfo_pv_v_ (b, 0, ffbfe1d0, 1, 0, 0) + 44
    ff03bee4 __sighndlr (b, 0, ffbfe1d0, fec32698, 0, 1) + c
    ff031318 call_user_handler (b, ffbffeff, 4, ffff, ff3a2000, ffbfe1d0) + 3b8
    fea9acb4 __1cFframeOprint_on_error6kMpnMoutputStream_pcii_v_ (ffbfe798, feccd77c, fecdea28, 7d0, ffbfe6e8, 0) + 38
    fec30c60 __1cHVMErrorGreport6MpnMoutputStream__v_ (ffbfe798, 0, ffbfe840, feca6ac1, feca2ce8, 7d0) + 278
    fec31a74 __1cHVMErrorOreport_and_die6M_v_ (ffbfe840, fecd5f20, 0, 0, 5834, 0) + 3e8
    fe9ff2f0 JVM_handle_solaris_signal (b, ffbfecc0, ffbfea08, 5000, 4, 439b0) + 9e8
    ff03bee4 __sighndlr (b, ffbfecc0, ffbfea08, fe9fe8e8, 0, 1) + c
    ff031318 call_user_handler (b, ffbffeff, c, 0, ff3a2000, ffbfea08) + 3b8
    00000000 ???????? (445b8, 45698, fdc7d5a3, 45324c, 0, fdcb8000) + ffffffff00fcf0a0
    fd86e8ec JVM_RawMonitorCreate (5a24, 44976c, fe7b0224, 5800, fdcb8000, 445b8) + 64
    fe7a219c ???????? (0, 190, 0, fe7b0000, de98, 0) + f33914
    fe7a1e38 ???????? (ffbff3a8, ffbff39c, 0, 0, 0, 6224) + f335b0
    fe7a1dfc ZIP_Open (ffbff3a8, ffbff39c, 43f78, fecd36e4, 4a68, 43f70) + 14
    fe86e6cc __1cLClassLoaderXcreate_class_path_entry6FpcnEstat_ppnOClassPathEntry__v_ (21b20, fed82140, ffbff894, fecc7fd4, 178c, 5c10) + 25c
    fe86e290 __1cLClassLoaderbBsetup_bootstrap_search_path6F_v_ (e8, 449e74, fe86da70, ffbff898, fecb8000, 0) + 110
    fe86d908 __1cLClassLoaderKinitialize6F_v_ (feccb4c0, 0, ffbff984, fecc7ff8, fec60754, b) + 184
    fe867420 __1cMinit_globals6F_i_ (ffbffb10, 439b0, 43f78, 0, 0, 43f70) + 1c
    fe859d78 __1cHThreadsJcreate_vm6FpnOJavaVMInitArgs_pi_i_ (38c, ffbffbcc, 439b0, fec9b671, 7f92e3, 7f9d10) + 454
    fe8596f4 JNI_CreateJavaVM (216e4, ff3a0740, ffbffcb4, 1, 21404, 45e9ac) + ac
    00011190 main (1, ffbffd34, ffbffd3c, 21400, 0, ff3a0740) + e8
    00010c78 _start   (0, 0, 0, 0, 0, 0) + 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    marko999,
    I'm trying to do the same thing your doing. Here is my C code...
    #include <stdio.h>
    #include <jni.h>
    #ifdef _WIN32
    #define PATH_SEPARATOR ';'
    #else
    #define PATH_SEPARATOR ':'
    #endif
    int main()
    JavaVMOption options[1];
    JNIEnv *env;
    JavaVM *jvm;
    JavaVMInitArgs vm_args;
    long status;
    jclass cls;
    jmethodID mid;
    jint square;
    jboolean not;
    options[0].optionString = "-Djava.class.path=.";
    memset(&vm_args, 0, sizeof(vm_args));
    vm_args.version = JNI_VERSION_1_4;
    vm_args.nOptions = 1;
    vm_args.options = options;
    status = JNI_CreateJavaVM(&jvm, (void**)&env, &vm_args);
    Here is the command I'm using to compiling the code:
    gcc -I/usr/java/include/
    -I/usr/java/include/solaris
    -L/usr/java/jre/lib/sparc/client/libjvm.so
    Sample2.c -o Sample2
    When I try to compile, I keep getting this error:
    bash-2.03$ gcc -I/usr/java/include/ -I/usr/java/include/solaris -L/usr/java/jre/lib/sparc/client/libjvm.so Sample2.c -o Sample2
    Undefined first referenced
    symbol in file
    JNI_CreateJavaVM /var/tmp/ccZPapf2.o
    ld: fatal: Symbol referencing errors. No output written to Sample2
    collect2: ld returned 1 exit status
    Whats the command you used compile your c code?
    Thanks for your advise

  • EA4.0 on Ubuntu: crash on startup

    Because I'm running into frequent problems with 3.2.2 I thought, lets try SQL Developer 4.0EA. I know it's risky to try a EA, but I thought it would at least start... How wrong can you be...
    I've changed the .rpm into a CPIO and unpacked it (Too bad there is no .tar.gz version anymore). I changed the sqldeveloper.conf to point to the right jdk and started it. Then I get a crash (first a lot of errors about sqldev.temp, I removed all but one of them to prevent flooding on the forum).
    Any clue what I'm doing wrong (besides trying to run it on ubuntu and not oracle linux). I've downloaded the latest JDK (7.0u25), but that didn't help.
    NB: while typing this I keep getting messages from this forum software: An error occurred trying to retrieve data from server. Please try again in a few minutes. Error Code: Internal Server Error. And the first time I posted it, it resulted in an Error page. And the "use recovered version" button didn't work
    Anyways, the output from the command:
    ./sqldeveloper.sh
    Oracle SQL Developer
    Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
    Aug 09, 2013 4:31:33 PM javax.ide.extension.spi.DefaultElementContext resolveResource
    SEVERE: jar:/file:/home/wessel/sqldeveloper-4.0EA1/sqldeveloper/extensions/oracle.sqldeveloper.migration.application.jar!/META-INF/extension.xml:16: Resource not found: '${SCRATCH_COMMAND_ICON}'.
    LOAD TIME : 250java.net.MalformedURLException: unknown protocol: sqldev.temp
      at java.net.URL.<init>(URL.java:413)
      at java.net.URL.<init>(URL.java:302)
      at oracle.ide.net.URLFactory.newURLInternal(URLFactory.java:754)
      at oracle.ide.net.URLFactory.newURL(URLFactory.java:745)
      at oracle.ide.marshal.xml.URL2Dom.toAbsoluteURL(URL2Dom.java:288)
      at oracle.ide.marshal.xml.URL2Dom.toURL(URL2Dom.java:232)
      at oracle.ide.marshal.xml.URL2Dom.toURL(URL2Dom.java:223)
      at oracle.ide.marshal.xml.URL2Dom.toObject(URL2Dom.java:176)
      at oracle.ide.marshal.xml.Object2Dom.toObject(Object2Dom.java:1042)
      at oracle.ide.marshal.xml.Object2Dom.toObject(Object2Dom.java:505)
      at oracle.ide.marshal.xml.Object2Dom.initObject(Object2Dom.java:1461)
      at oracle.ide.marshal.xml.Object2Dom.toObject(Object2Dom.java:1052)
      at oracle.ide.marshal.xml.Object2Dom.toObject(Object2Dom.java:505)
      at oracle.ide.marshal.xml.List2Dom.toObject(List2Dom.java:89)
      at oracle.ide.marshal.xml.Object2Dom.toObject(Object2Dom.java:1035)
      at oracle.ide.marshal.xml.Object2Dom.toObject(Object2Dom.java:505)
      at oracle.ide.marshal.xml.Object2Dom.initObject(Object2Dom.java:1461)
      at oracle.ide.marshal.xml.Object2Dom.toObject(Object2Dom.java:1052)
      at oracle.ide.marshal.xml.Object2Dom.toObject(Object2Dom.java:505)
      at oracle.ide.marshal.xml.Map2Dom.toObject(Map2Dom.java:195)
      at oracle.ide.marshal.xml.Map2Dom.getValueObject(Map2Dom.java:209)
      at oracle.ide.marshal.xml.Map2Dom.toObject(Map2Dom.java:162)
      at oracle.ide.marshal.xml.Object2Dom.toObject(Object2Dom.java:1035)
      at oracle.ide.marshal.xml.Object2Dom.toObject(Object2Dom.java:295)
      at oracle.ide.marshal.xml.Object2Dom.toObject(Object2Dom.java:277)
      at oracle.ide.marshal.xml.Object2Dom.toObject(Object2Dom.java:257)
      at oracle.ide.config.ClientSetting.open(ClientSetting.java:190)
      at oracle.ide.config.ClientSetting.ensureOpen(ClientSetting.java:371)
      at oracle.ide.config.ClientSetting.getData(ClientSetting.java:100)
      at oracle.ideimpl.editor.EditorManagerImpl.getEditorsOptions(EditorManagerImpl.java:1265)
      at oracle.ideimpl.editor.RecentFilesLRU.getLRUList(RecentFilesLRU.java:265)
      at oracle.ideimpl.editor.RecentFilesLRU.getRecentFile(RecentFilesLRU.java:331)
      at com.oracle.jdeveloper.nbwindowsystem.NbEditorManager.getMostRecentEditorAddin(NbEditorManager.java:1845)
      at com.oracle.jdeveloper.nbwindowsystem.NbEditorManager.bestEditorAddin(NbEditorManager.java:1828)
      at com.oracle.jdeveloper.nbwindowsystem.NbEditorManager.openEditor(NbEditorManager.java:318)
      at com.oracle.jdeveloper.nbwindowsystem.NbEditorManager.openEditorInFrame(NbEditorManager.java:305)
      at oracle.jdevimpl.help.StartPageController$1.run(StartPageController.java:92)
      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
      at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
      at java.awt.EventQueue.access$200(EventQueue.java:103)
      at java.awt.EventQueue$3.run(EventQueue.java:694)
      at java.awt.EventQueue$3.run(EventQueue.java:692)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
      at oracle.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)
      at oracle.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
    java.net.MalformedURLException: unknown protocol: sqldev.temp
      at java.net.URL.<init>(URL.java:413)
      at java.net.URL.<init>(URL.java:302)
      at oracle.ide.net.URLFactory.newURLInternal(URLFactory.java:754)
      at oracle.ide.net.URLFactory.newURL(URLFactory.java:745)
      at oracle.ide.marshal.xml.URL2Dom.toAbsoluteURL(URL2Dom.java:288)
      at oracle.ide.marshal.xml.URL2Dom.toURL(URL2Dom.java:232)
      at oracle.ide.marshal.xml.URL2Dom.toURL(URL2Dom.java:223)
      at oracle.ide.marshal.xml.URL2Dom.toObject(URL2Dom.java:176)
      at oracle.ide.marshal.xml.Object2Dom.toObject(Object2Dom.java:1042)
      at oracle.ide.marshal.xml.Object2Dom.toObject(Object2Dom.java:505)
      at oracle.ide.marshal.xml.Object2Dom.initObject(Object2Dom.java:1461)
      at oracle.ide.marshal.xml.Object2Dom.toObject(Object2Dom.java:1052)
      at oracle.ide.marshal.xml.Object2Dom.toObject(Object2Dom.java:505)
      at oracle.ide.marshal.xml.List2Dom.toObject(List2Dom.java:89)
      at oracle.ide.marshal.xml.Object2Dom.toObject(Object2Dom.java:1035)
      at oracle.ide.marshal.xml.Object2Dom.toObject(Object2Dom.java:505)
      at oracle.ide.marshal.xml.Object2Dom.initObject(Object2Dom.java:1461)
      at oracle.ide.marshal.xml.Object2Dom.toObject(Object2Dom.java:1052)
      at oracle.ide.marshal.xml.Object2Dom.toObject(Object2Dom.java:505)
      at oracle.ide.marshal.xml.Map2Dom.toObject(Map2Dom.java:195)
      at oracle.ide.marshal.xml.Map2Dom.getValueObject(Map2Dom.java:209)
      at oracle.ide.marshal.xml.Map2Dom.toObject(Map2Dom.java:162)
      at oracle.ide.marshal.xml.Object2Dom.toObject(Object2Dom.java:1035)
      at oracle.ide.marshal.xml.Object2Dom.toObject(Object2Dom.java:295)
      at oracle.ide.marshal.xml.Object2Dom.toObject(Object2Dom.java:277)
      at oracle.ide.marshal.xml.Object2Dom.toObject(Object2Dom.java:257)
      at oracle.ide.config.ClientSetting.open(ClientSetting.java:190)
      at oracle.ide.config.ClientSetting.ensureOpen(ClientSetting.java:371)
      at oracle.ide.config.ClientSetting.getData(ClientSetting.java:100)
      at oracle.ideimpl.editor.EditorManagerImpl.getEditorsOptions(EditorManagerImpl.java:1265)
      at oracle.ideimpl.editor.RecentFilesLRU.getLRUList(RecentFilesLRU.java:265)
      at oracle.ideimpl.editor.RecentFilesLRU.getRecentFile(RecentFilesLRU.java:331)
      at com.oracle.jdeveloper.nbwindowsystem.NbEditorManager.getMostRecentEditorAddin(NbEditorManager.java:1845)
      at com.oracle.jdeveloper.nbwindowsystem.NbEditorManager.bestEditorAddin(NbEditorManager.java:1828)
      at com.oracle.jdeveloper.nbwindowsystem.NbEditorManager.openEditor(NbEditorManager.java:318)
      at com.oracle.jdeveloper.nbwindowsystem.NbEditorManager.openEditorInFrame(NbEditorManager.java:305)
      at oracle.jdevimpl.help.StartPageController$1.run(StartPageController.java:92)
      at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
      at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
      at java.awt.EventQueue.access$200(EventQueue.java:103)
      at java.awt.EventQueue$3.run(EventQueue.java:694)
      at java.awt.EventQueue$3.run(EventQueue.java:692)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
      at oracle.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)
      at oracle.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
    <SNIP>
    # A fatal error has been detected by the Java Runtime Environment:
    #  SIGSEGV (0xb) at pc=0x00007f1240735880, pid=15952, tid=139717304223488
    # JRE version: 7.0_25-b15
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.25-b01 mixed mode linux-amd64 compressed oops)
    # Problematic frame:
    # C  0x00007f1240735880
    [error occurred during error reporting (printing problematic frame), id 0xb]
    # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
    # An error report file with more information is saved as:
    # /home/wessel/sqldeveloper-4.0EA1/sqldeveloper/bin/hs_err_pid15952.log
    [thread 139717318514432 also had an error]
    # If you would like to submit a bug report, please visit:
    #   http://bugreport.sun.com/bugreport/crash.jsp
    /home/wessel/sqldeveloper-4.0EA1/sqldeveloper/bin/../../ide/bin/launcher.sh: line 611: 15952 Aborted                 (core dumped) ${JAVA} "${APP_VM_OPTS[@]}" ${APP_ENV_VARS} -classpath ${APP_CLASSPATH} ${APP_MAIN_CLASS} "${APP_APP_OPTS[@]}"
    The output from the hs_err_pid file
    # A fatal error has been detected by the Java Runtime Environment:
    #  SIGSEGV (0xb) at pc=0x00007f1240735880, pid=15952, tid=139717304223488
    # JRE version: 7.0_25-b15
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.25-b01 mixed mode linux-amd64 compressed oops)
    # Problematic frame:
    # C  0x00007f1240735880
    [error occurred during error reporting (printing problematic frame), id 0xb]
    # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
    # If you would like to submit a bug report, please visit:
    #   http://bugreport.sun.com/bugreport/crash.jsp
    ---------------  T H R E A D  ---------------
    Current thread is native thread
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x00007f1240735880
    Registers:
    RAX=0x00007f1240735880, RBX=0x00007f1278498a38, RCX=0x0000000000000001, RDX=0x0000000000000001
    RSP=0x00007f1278497e68, RBP=0x00007f1299942308, RSI=0x00007f1278498700, RDI=0x00007f1234c84780
    R8 =0x0000000000000000, R9 =0x0000000000003e66, R10=0x0000000000000008, R11=0x0000000000000246
    R12=0x000000000000001e, R13=0x0000000000000000, R14=0x00007f12999422e0, R15=0x0000000000000004
    RIP=0x00007f1240735880, EFLAGS=0x0000000000010202, CSGSFS=0x0000000000000033, ERR=0x0000000000000014
      TRAPNO=0x000000000000000e
    Top of Stack: (sp=0x00007f1278497e68)
    0x00007f1278497e68:   00007f1299731d92 0000000000000000
    0x00007f1278497e78:   0000000000000000 0000000000000000
    0x00007f1278497e88:   0000000000000000 00007f1299b6a060
    0x00007f1278497e98:   00007f1299b40da0 0000000000000000
    0x00007f1278497ea8:   00007f1299731f9c 0000000000000000
    0x00007f1278497eb8:   00007f1278498700 00007f1278498700
    0x00007f1278497ec8:   50064db15a22f67d 0000000000000000
    0x00007f1278497ed8:   00007f1299b6a060 00007f1299b40da0
    0x00007f1278497ee8:   0000000000000000 ae22bd23a742f67d
    0x00007f1278497ef8:   ae237f57648cf67d 0000000000000000
    0x00007f1278497f08:   0000000000000000 0000000000000000
    0x00007f1278497f18:   0000000000000000 0000000000000000
    0x00007f1278497f28:   0000000000000000 0000000000000000
    0x00007f1278497f38:   0000000000000000 0000000000000000
    0x00007f1278497f48:   0000000000000000 0000000000000000
    0x00007f1278497f58:   0000000000000000 0000000000000000
    0x00007f1278497f68:   0000000000000000 0000000000000000
    0x00007f1278497f78:   0000000000000000 0000000000000000
    0x00007f1278497f88:   0000000000000000 0000000000000000
    0x00007f1278497f98:   0000000000000000 0000000000000000
    0x00007f1278497fa8:   0000000000000000 00007f1278498700
    0x00007f1278497fb8:   00007f1299040e1d 0000000000000000
    0x00007f1278497fc8:   0000000000000000 0000000000000000
    0x00007f1278497fd8:   0000000000000000 0000000000000000
    0x00007f1278497fe8:   0000000000000000 0000000000000000
    0x00007f1278497ff8:   0000000000000000 0000000000000000
    0x00007f1278498008:   0000000000000000 0000000000000000
    0x00007f1278498018:   0000000000000000 0000000000000000
    0x00007f1278498028:   0000000000000000 0000000000000000
    0x00007f1278498038:   0000000000000000 0000000000000000
    0x00007f1278498048:   0000000000000000 0000000000000000
    0x00007f1278498058:   0000000000000000 0000000000000000
    Instructions: (pc=0x00007f1240735880)
    0x00007f1240735860:  
    [error occurred during error reporting (printing registers, top of stack, instructions near pc), id 0xb]
    Register to memory mapping:
    RAX=0x00007f1240735880 is an unknown value
    RBX=0x00007f1278498a38 is an unknown value
    RCX=0x0000000000000001 is an unknown value
    RDX=0x0000000000000001 is an unknown value
    RSP=0x00007f1278497e68 is an unknown value
    RBP=0x00007f1299942308: <offset 0x218308> in /lib/x86_64-linux-gnu/libpthread.so.0 at 0x00007f129972a000
    RSI=0x00007f1278498700 is an unknown value
    RDI=0x00007f1234c84780 is an unknown value
    R8 =0x0000000000000000 is an unknown value
    R9 =0x0000000000003e66 is an unknown value
    R10=0x0000000000000008 is an unknown value
    R11=0x0000000000000246 is an unknown value
    R12=0x000000000000001e is an unknown value
    R13=0x0000000000000000 is an unknown value
    R14=0x00007f12999422e0: <offset 0x2182e0> in /lib/x86_64-linux-gnu/libpthread.so.0 at 0x00007f129972a000
    R15=0x0000000000000004 is an unknown value
    Stack: [0x00007f1278398000,0x00007f1278499000],  sp=0x00007f1278497e68,  free space=1023k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  0x00007f1240735880
    [error occurred during error reporting (printing native stack), id 0xb]
    ---------------  P R O C E S S  ---------------

    if someone is still having this problem , i found a solution via the great helpful people over at the ubuntu forums. read this thread:
    http://ubuntuforums.org/showthread.php?t=1930923&page=2

  • 64-bit firefox on ubuntu 11.04 crashes trying to run 32-bit java applet, should this be possible?

    on 64-bit Ubuntu installation I need to be able to run a 32-bit java applet within browser. If this is possible, how? With icedtea6 plugin (for 64-bit jre) firefox crashes when applet first starts to run.
    11.0+build1-0ubuntu0.11.04.1

    Hi,
    You can try to install the Oracle Java via the Ubuntu Software Manager/Update Manager/PackageKit/Package Manager, if it is an option. Please note that you may have to temporarily disable the IcedTea plugin in '''Tools '''('''Alt '''+ '''T''') > '''Add-ons''' > '''Plugins '''to prevent conflicts when playing Java content in Firefox. Posting in the [http://ubuntuforums.org/ Ubuntu forums] would also be very helpful.

Maybe you are looking for