GNU gdb (GDB) 7.5-ubuntu Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /var/home/rich/Aptana Studio 3/AptanaStudio3...done. (gdb) handle SIG33 pass nostop noprint Signal Stop Print Pass to program Description SIG33 No No Yes Real-time event 33 (gdb) set pagination 0 (gdb) run Starting program: /var/home/rich/Aptana Studio 3/AptanaStudio3 warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7ffa000 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated. # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007fffb82e0049, pid=14564, tid=140737353959168 # # JRE version: 7.0_17-b02 # Java VM: OpenJDK 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 compressed oops) # Problematic frame: # C [libsoup-2.4.so.1+0x6e049] soup_session_feature_detach+0x19 # # 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/rich/hs_err_pid14564.log # # If you would like to submit a bug report, please include # instructions on how to reproduce the bug and visit: # https://bugs.launchpad.net/ubuntu/+source/openjdk-7/ # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # Program received signal SIGINT, Interrupt. 0x00007ffff7bcc72a in waitpid () from /lib/x86_64-linux-gnu/libpthread.so.0 (gdb) bcaacktcrarace full #0 0x00007ffff7bcc72a in waitpid () from /lib/x86_64-linux-gnu/libpthread.so.0 No symbol table info available. #1 0x00007ffff7eceaf2 in launchJavaVM (args=0x508920) at eclipseGtk.c:377 jvmResults = 0x508d20 jvmProcess = 14564 finishedProcess = 0 exitCode = 0 #2 0x00007ffff7ecaac3 in run (argc=3, argv=0x5070a0, vmArgs=0x507980) at ../eclipse.c:528 vmCommand = 0x508920 vmCommandArgs = 0x507a70 progCommandArgs = 0x508820 relaunchCommand = 0x0 errorMsg = 0x0 msg = 0x508a30 "/usr/bin/java\n-Xms128m\n-Xmx2048m\n-jar /var/home/rich/Aptana Studio 3/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar\n-os linux\n-ws gtk\n-arch x86_64\n-showsplash\n-launcher /var/home/rich/Aptana"... javaResults = 0x0 launchMode = 2 running = 1 #3 0x00000000004015fe in main (argc=3, argv=0x5070a0) at ../eclipseMain.c:193 errorMsg = 0x0 program = 0x506050 "/var/home/rich/Aptana Studio 3/AptanaStudio3" iniFile = 0x0 ch = 0x0 configArgv = 0x507b00 configArgc = 2 exitCode = 0 ret = 0 handle = 0x507390 runMethod = 0x7ffff7eca545 setArgs = 0x7ffff7eca50c (gdb) info registers rax 0xfffffffffffffe00 -512 rbx 0x0 0 rcx 0xffffffffffffffff -1 rdx 0x0 0 rsi 0x7fffffffe034 140737488347188 rdi 0x38e4 14564 rbp 0x7fffffffe050 0x7fffffffe050 rsp 0x7fffffffe008 0x7fffffffe008 r8 0x10 16 r9 0x101010101010101 72340172838076673 r10 0x0 0 r11 0x246 582 r12 0x401220 4198944 r13 0x7fffffffe260 140737488347744 r14 0x0 0 r15 0x0 0 rip 0x7ffff7bcc72a 0x7ffff7bcc72a eflags 0x246 [ PF ZF IF ] cs 0x33 51 ss 0x2b 43 ds 0x0 0 es 0x0 0 fs 0x0 0 gs 0x0 0 (gdb) x/16i $pc => 0x7ffff7bcc72a : cmp $0xfffffffffffff000,%rax 0x7ffff7bcc730 : ja 0x7ffff7bcc734 0x7ffff7bcc732 : repz retq 0x7ffff7bcc734 : mov 0x20884d(%rip),%rdx # 0x7ffff7dd4f88 0x7ffff7bcc73b : neg %eax 0x7ffff7bcc73d : mov %eax,%fs:(%rdx) 0x7ffff7bcc740 : or $0xffffffffffffffff,%rax 0x7ffff7bcc744 : retq 0x7ffff7bcc745 : sub $0x28,%rsp 0x7ffff7bcc749 : mov %edx,0x8(%rsp) 0x7ffff7bcc74d : mov %rsi,0x10(%rsp) 0x7ffff7bcc752 : mov %edi,0x18(%rsp) 0x7ffff7bcc756 : callq 0x7ffff7bcb720 <__pthread_enable_asynccancel> 0x7ffff7bcc75b : xor %r10d,%r10d 0x7ffff7bcc75e : mov %eax,%r8d 0x7ffff7bcc761 : movslq 0x8(%rsp),%rdx (gdb) thread apply all backtrace Thread 1 (Thread 0x7ffff7fd6740 (LWP 14561)): #0 0x00007ffff7bcc72a in waitpid () from /lib/x86_64-linux-gnu/libpthread.so.0 #1 0x00007ffff7eceaf2 in launchJavaVM (args=0x508920) at eclipseGtk.c:377 #2 0x00007ffff7ecaac3 in run (argc=3, argv=0x5070a0, vmArgs=0x507980) at ../eclipse.c:528 #3 0x00000000004015fe in main (argc=3, argv=0x5070a0) at ../eclipseMain.c:193 (gdb) quit A debugging session is active. Inferior 1 [process 14561] will be killed. Quit anyway? (y or n)