Advertisement
haythammed

raptor crash

May 5th, 2015
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. haythammed@hay207 ~ $ /home/haythammed/Downloads/Raptor_v98u3f5/raptor
  2. java.lang.StringIndexOutOfBoundsException: String index out of range: -3
  3. at java.lang.String.substring(String.java:1875)
  4. at raptor.service.CheckUpdates.checkUpdates(Unknown Source)
  5. at raptor.Raptor$3.run(Unknown Source)
  6. at org.eclipse.swt.widgets.Display.timerProc(Unknown Source)
  7. at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method)
  8. at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(Unknown Source)
  9. at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
  10. at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
  11. at org.eclipse.jface.window.Window.open(Window.java:801)
  12. at raptor.Raptor.main(Unknown Source)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  15. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  16. at java.lang.reflect.Method.invoke(Method.java:606)
  17. at raptor.updater.UpdateManager.invokeMain(Unknown Source)
  18. at raptor.updater.UpdateManager.main(Unknown Source)
  19. #
  20. # A fatal error has been detected by the Java Runtime Environment:
  21. #
  22. # SIGSEGV (0xb) at pc=0x00007f86e9870861, pid=11034, tid=140219948295936
  23. #
  24. # JRE version: OpenJDK Runtime Environment (7.0_79-b14) (build 1.7.0_79-b14)
  25. # Java VM: OpenJDK 64-Bit Server VM (24.79-b02 mixed mode linux-amd64 compressed oops)
  26. # Derivative: IcedTea 2.5.5
  27. # Distribution: Debian GNU/Linux 8.0 (jessie), package 7u79-2.5.5-1
  28. # Problematic frame:
  29. # C [libsoup-2.4.so.1+0x73861] soup_session_feature_detach+0x11
  30. #
  31. # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
  32. #
  33. # An error report file with more information is saved as:
  34. # /home/haythammed/Downloads/Raptor_v98u3f5/hs_err_pid11034.log
  35. #
  36. # If you would like to submit a bug report, please include
  37. # instructions on how to reproduce the bug and visit:
  38. # http://icedtea.classpath.org/bugzilla
  39. # The crash happened outside the Java Virtual Machine in native code.
  40. # See problematic frame for where to report the bug.
  41. #
  42. Aborted
  43. haythammed@hay207 ~ $ java version "1.7.0_79"
  44. OpenJDK Runtime Environment (IcedTea 2.5.5) (7u79-2.5.5-1)
  45. OpenJDK 64-Bit Server VM (build 24.79-b02, mixed mode)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement