Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » please redirect: stack memory exhaustion gtk, ubuntu 12.10, jdk 7(I got a stack dump and would like to give it to someone, if they care)
please redirect: stack memory exhaustion gtk, ubuntu 12.10, jdk 7 [message #992400] Fri, 21 December 2012 14:45
John J. Franey is currently offline John J. FraneyFriend
Messages: 31
Registered: July 2009
Member
Ubuntu 12.10 has appport, which captures core when a process dies. It did so for my java vm while running eclipse. This is a big file and I don't want to send it to just anyone.

Who would be interested in more details, or more exactly, who has the greatest interest in seeing this resolved? SWT team? GTK team? Me?

Linux jfraney-desktop 3.5.0-21-generic #32-Ubuntu SMP Tue Dec 11 18:51:59 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux


java version "1.7.0_10"
Java(TM) SE Runtime Environment (build 1.7.0_10-b18)
Java HotSpot(TM) 64-Bit Server VM (build 23.6-b04, mixed mode)


ProcCmdline: /usr/bin/java -Dosgi.requiredJavaVersion=1.5 -Dhelp.lucene.tokenizer=standard -XX:MaxPermSize=512m -Xms256m -Xmx2g -jar /opt/eclipse/eclipse-jee-juno-SR1-linux-gtk-
x86_64//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar -os linux -ws gtk -arch x86_64 -showsplash /opt/eclipse/eclipse-jee-juno-SR1-linux-gtk-x86_64//plugins/org.
eclipse.platform_4.2.1.v201209141800/splash.bmp -launcher /opt/eclipse/eclipse-jee-juno-SR1-linux-gtk-x86_64/eclipse -name Eclipse --launcher.library /opt/eclipse/eclipse-jee-ju
no-SR1-linux-gtk-x86_64//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120522-1813/eclipse_1502.so -startup /opt/eclipse/eclipse-jee-juno-SR1-linux-gtk-x86_64
//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar --launcher.overrideVmargs -exitdata 3c8001 -product org.eclipse.epp.package.jee.product -vm /usr/bin/java -vmargs
 -Dosgi.requiredJavaVersion=1.5 -Dhelp.lucene.tokenizer=standard -XX:MaxPermSize=512m -Xms256m -Xmx2g -jar /opt/eclipse/eclipse-jee-juno-SR1-linux-gtk-x86_64//plugins/org.eclips
e.equinox.launcher_1.3.0.v20120522-1813.jar




This is a description of what I was doing when the crash occurred. I don't know how to repeat the crash. I used git command line to checkout files of an eclipse project, then I went to eclipse to refresh the project.

I looked at the dump and found this:


SegvAnalysis:
 Segfault happened at: 0x7f4a38f9506a <_IO_default_xsputn+10>:  push   %r13
 PC (0x7f4a38f9506a) ok
 source "%r13" ok
 destination "(%rsp)" (0x7f4a39a1d000) ok
 Stack memory exhausted (SP below stack segment)
 SP (0x7f4a39a1d000) ok
 Reason could not be automatically determined.
Stacktrace:
 #0  0x00007f4a38f9506a in _IO_default_xsputn () from /lib/x86_64-linux-gnu/libc.so.6
 No symbol table info available.
 #1  0x00007f4a38f61aa1 in vfprintf () from /lib/x86_64-linux-gnu/libc.so.6
 No symbol table info available.
 #2  0x00007f4a390231d1 in __vasprintf_chk () from /lib/x86_64-linux-gnu/libc.so.6
 No symbol table info available.
 #3  0x00007f4a17b2d62b in g_vasprintf () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 No symbol table info available.
 #4  0x00007f4a17b0d12d in g_strdup_vprintf () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 No symbol table info available.
 #5  0x00007f4a17af7ad2 in g_logv () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 No symbol table info available.
 #6  0x00007f4a17af7e42 in g_log () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 No symbol table info available.
 #7  0x00007f4a17dd1e1b in g_type_check_instance_cast () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
 No symbol table info available.
 #8  0x00007f4a0e6925ab in ?? () from /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/liboverlay-scrollbar.so
 No symbol table info available.
 #9  0x00007f4a0e692836 in ?? () from /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/liboverlay-scrollbar.so
 No symbol table info available.
 #10 0x00007f4a0e69272b in ?? () from /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/liboverlay-scrollbar.so
 No symbol table info available.
.....
#1999 0x00007f4a0e692836 in ?? () from /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/liboverlay-scrollbar.so
 No symbol table info available.

Previous Topic:Disable keyboard navigation in Tree
Next Topic:TAB focus lost on SWT Browser control when property sheet is visible
Goto Forum:
  


Current Time: Thu Apr 25 14:48:38 GMT 2024

Powered by FUDForum. Page generated in 0.03387 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top