Menu

64 bit linux issues

Developers
jdramer
2009-11-27
2013-05-15
  • jdramer

    jdramer - 2009-11-27

    I'm trying to use timedoctor on 64-bit linux. When I run it I get the following error.

        JVM terminated. Exit code=13
        /usr/bin/java
        -Xmx256m
        -jar /home/jdramer/Downloads/TimeDoctor/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
        -os linux
        -ws gtk
        -arch x86
        -showsplash
        -launcher /home/jdramer/Downloads/TimeDoctor/TimeDoctor
        -name TimeDoctor
        -launcher.library /home/jdramer/Downloads/TimeDoctor/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.2.R331_v20071019/eclipse_1021.so
        -startup /home/jdramer/Downloads/TimeDoctor/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
        -exitdata 2208002 sample.tdi
        -vm /usr/bin/java
        -vmargs
        -Xmx256m
        -jar /home/jdramer/Downloads/TimeDoctor/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar

    I think it has to do with 32-bit vs 64-bit issues. Has anyone dealt with these errors before?

    Here's my java version: java version "1.6.0_0" OpenJDK Runtime Environment (IcedTea6 1.6.1) (6b16-1.6.1-3ubuntu1) OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)

     
  • Martijn Rutten

    Martijn Rutten - 2009-11-29

    I ran TimeDoctor on ubuntu 64-bit linux successfully before, but always built the application myself in Eclipse. The current sourcecode from cvs does not build with the latest Eclipse release though (small updates needed). Let me know if you need help here.

    On Linux there is also an error in SWT that causes the mouse cursor and tooltips to fail that was never properly resolved in SWT (the same code runs fine on windows), which makes the linux version redraw pretty lousy.

    Cheers,
      Martijn

     
  • jdramer

    jdramer - 2009-11-29

    The tooltip issue is a pretty big one for me. My application put most of the debugging information into the tooltip.
    I wonder if it would be useful to add a status window that would be updated with the event information, rather than a tooltip.

     
  • Martijn Rutten

    Martijn Rutten - 2009-12-07

    Using a status window would work. Actually, there is already some support in the code to show a properties window which was intended for exactly that kind of information. It was never fully implemented however. If you would like to contribute a patch, let me know.

     

Log in to post a comment.