Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Today's Messages (off)  | Unanswered Messages (on)

Forum: Memory Analyzer
 Topic: The dreaded 'XPCOM error -2147467259'
The dreaded 'XPCOM error -2147467259' [message #758473] Wed, 23 November 2011 07:06
Dan Gravell is currently offline Dan Gravell
Messages: 1
Registered: November 2011
Junior Member
I'm on Xubuntu 11.10, 64 bit.

I can run Memory Analyzer, and I can create the Dominator Tree. However, other views such as Leak Suspects and Top Components fail with the following error in the error log:

org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTError: XPCOM error -2147467259)
at org.eclipse.swt.SWT.error(SWT.java:4083)
at org.eclipse.swt.SWT.error(SWT.java:3998)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:137)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3515)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3164)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.mat.ui.rcp.Application.start(Application.java:26)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)
at org.eclipse.equinox.launcher.Main.run(Main.java:1408)
at org.eclipse.equinox.launcher.Main.main(Main.java:1384)
Caused by: org.eclipse.swt.SWTError: XPCOM error -2147467259
at org.eclipse.swt.browser.Mozilla.error(Mozilla.java:2414)
at org.eclipse.swt.browser.Mozilla.initXULRunner(Mozilla.java:2377)
at org.eclipse.swt.browser.Mozilla.create(Mozilla.java:641)
at org.eclipse.swt.browser.Browser.<init>(Browser.java:119)
at org.eclipse.mat.ui.internal.panes.QueryTextResultPane.createPartControl(QueryTextResultPane.java:72)
at org.eclipse.mat.ui.editor.MultiPaneEditor.addPage(MultiPaneEditor.java:585)
at org.eclipse.mat.ui.editor.MultiPaneEditor.addPage(MultiPaneEditor.java:574)
at org.eclipse.mat.ui.editor.MultiPaneEditor.addNewPage(MultiPaneEditor.java:496)
at org.eclipse.mat.ui.QueryExecution.doDisplayResult(QueryExecution.java:294)
at org.eclipse.mat.ui.QueryExecution.access$0(QueryExecution.java:234)
at org.eclipse.mat.ui.QueryExecution$1.run(QueryExecution.java:138)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
... 23 more


Searching on the Web suggests this is something to do with xulrunner. My xulrunner in /usr/lib/xulrunner has only a plugins/ directory and no libxpcom.so. So I tried downloading one of the releases from Mozilla and set the org.eclipse.swt.browser.XULRunnerPath to the new location, which does have a libxpcom.so, but that didn't work either.

It'd be great to get this working, Memory Analyzer is a useful tool!
 Topic: Memory Analyzer 1.1.1 is now released
Memory Analyzer 1.1.1 is now released [message #729482] Mon, 26 September 2011 05:41
Krum Tsvetkov is currently offline Krum Tsvetkov
Messages: 117
Registered: July 2009
Senior Member
Memory Analyzer 1.1.1 is now released.

This is a bugfix release. Check here the list with fixes: http://www.eclipse.org/mat/1.1.1/release_notes-1.1.1.txt.

Standalone zips as well as a link to the update site is available on the download page:
http://www.eclipse.org/mat/downloads.php

The release is also included into the SR1 of Indigo and could be installed from the common update site.
 Topic: Full memory usage
Full memory usage [message #721246] Thu, 01 September 2011 05:13
Tom  is currently offline Tom
Messages: 1
Registered: September 2011
Junior Member
Hi,

I've already done the heap dump of my Android application with DDMS, converted it and loaded it into MAT.

My question is where can I find the information of the full(The memory that will be freed when i close it) memory usage by my application?

Is it "Biggest Objects by retained Size"?

Thanks, Tom
 Topic: Unable to access article "Immortal objects Or How to Find Memory Leaks"
Unable to access article "Immortal objects Or How to Find Memory Leaks" [message #715102] Fri, 12 August 2011 07:20
venagara  is currently offline venagara
Messages: 6
Registered: August 2011
Junior Member
Andreas,

we are getting redirected to the new blog "memoryanalyzer.blogspot.com",
when the below article is accessed. This article is no longer available in new location.

Can you pls publish a new URL for the same:

----------------
Article: Immortal objects - Or: How to Find Memory Leaks

dev.eclipse.org/blogs/memoryanalyzer/2008/04/21/immor tal-objects-or-how-to-find-memory-leaks
----------------

Thanks
Vinod
 Topic: ECLIPSE MAT FAILS TO OPEN DUMPS > 1.8 GB
ECLIPSE MAT FAILS TO OPEN DUMPS > 1.8 GB [message #565119] Mon, 23 August 2010 09:46
Doctor  is currently offline Doctor
Messages: 4
Registered: August 2010
Junior Member
hi all ,
not able to open heap dumps of size > 1.8GB ,. Eclipse MAT says "An Internal Error Occured" ,



how to solve this problem .. ??

Thanks,
 Topic: Webinar: Memory Analyzer 1.0 - Sep. 8
Webinar: Memory Analyzer 1.0 - Sep. 8 [message #553701] Wed, 18 August 2010 10:17
Lynn Gayowski is currently offline Lynn Gayowski
Messages: 364
Registered: July 2009
Senior Member
The Memory Analyzer team will present some of most interesting and helpful features in the tool, cover some of the new features which were introduced with version 1.0 and touch on some of the future topics for the project in a webinar on Sepember 8.

Memory Analyzer 1.0 - Not Only New, but Noteworthy
September 8, 2010 at 8:00 am PDT / 11:00 am EDT / 3:00 pm UTC / 5:00 pm CEST
Presented by Krum Tsvetkov, SAP & Andrew Johnson, IBM
Register at http://live.eclipse.org/node/939

For more information on this and other Eclipse webinars, visit http://live.eclipse.org/. Special thanks to Adobe for contributing their Adobe Acrobat Connect product to host the webinar.
 Topic: Webinar: Memory Analyzer 1.0 - Sep. 8
Webinar: Memory Analyzer 1.0 - Sep. 8 [message #565091] Wed, 18 August 2010 10:17
Lynn Gayowski is currently offline Lynn Gayowski
Messages: 364
Registered: July 2009
Senior Member
The Memory Analyzer team will present some of most interesting and helpful features in the tool, cover some of the new features which were introduced with version 1.0 and touch on some of the future topics for the project in a webinar on Sepember 8.

Memory Analyzer 1.0 - Not Only New, but Noteworthy
September 8, 2010 at 8:00 am PDT / 11:00 am EDT / 3:00 pm UTC / 5:00 pm CEST
Presented by Krum Tsvetkov, SAP & Andrew Johnson, IBM
Register at http://live.eclipse.org/node/939

For more information on this and other Eclipse webinars, visit http://live.eclipse.org/ Special thanks to Adobe for contributing their Adobe Acrobat Connect product to host the webinar.
 Topic: Memory Analyzer 1.0.1 Released
Memory Analyzer 1.0.1 Released [message #565069] Mon, 16 August 2010 07:47
Krum Tsvetkov is currently offline Krum Tsvetkov
Messages: 117
Registered: July 2009
Senior Member
The Memory Analyzer 1.0.1 is now available for download: http://www.eclipse.org/mat/downloads.php

This is a service release of the 1.0.0 version which was released in May. For a list of bugs which have been fixed refer to the release notes file: http://eclipse.org/mat/1.0.1/release_notes-1.0.1.txt

To make the download page easier to consume, I left there links only to the latest (1.0.1) release. The links to previous releases are now available on a separate page: http://www.eclipse.org/mat/previousReleases.php
 Topic: Memory Analyzer 1.0.1 Released
Memory Analyzer 1.0.1 Released [message #553081] Mon, 16 August 2010 07:47
Krum Tsvetkov is currently offline Krum Tsvetkov
Messages: 117
Registered: July 2009
Senior Member
The Memory Analyzer 1.0.1 is now available for download: http://www.eclipse.org/mat/downloads.php

This is a service release of the 1.0.0 version which was released in May. For a list of bugs which have been fixed refer to the release notes file: http://eclipse.org/mat/1.0.1/release_notes-1.0.1.txt

To make the download page easier to consume, I left there links only to the latest (1.0.1) release. The links to previous releases are now available on a separate page: http://www.eclipse.org/mat/previousReleases.php
 Topic: Get Heap Dumps From Remote Server
Get Heap Dumps From Remote Server [message #565024] Tue, 27 July 2010 12:51
Vamsi Chiluvuri is currently offline Vamsi Chiluvuri
Messages: 4
Registered: July 2010
Junior Member
HI friends

I am trying to get heap dumps from a remote server(WEBLOGIC)
Is it possible to do this with MAT plugin from eclipse??
if not can someone please suggest me some tool (other then VIsualVM and jmap)
Thanks in advance

Vamsy
 Topic: Updated Memory Analyzer on IBM Support Assistant and new DTFJ
Updated Memory Analyzer on IBM Support Assistant and new DTFJ [message #545831] Fri, 09 July 2010 06:46
Andrew Johnson is currently offline Andrew Johnson
Messages: 75
Registered: July 2009
Member
There is now a new version of Memory Analyzer on IBM Support Assistant: IBM Monitoring and Diagnostic Tools for Java - Memory Analyzer [Tech Preview] Version 0.6. http://www-01.ibm.com/support/docview.wss?uid=swg21440371 This is based on Eclipse Memory Analyzer version 1.0. It also includes an updated version of the IBM DTFJ feature.

This updated IBM DTFJ feature, IBM Diagnostic Tool Framework for Java Version 1.4, is also now available from http://www.ibm.com/developerworks/java/jdk/tools/dtfj.html
 Topic: Updated Memory Analyzer on IBM Support Assistant and new DTFJ
Updated Memory Analyzer on IBM Support Assistant and new DTFJ [message #564998] Fri, 09 July 2010 06:46
Andrew Johnson is currently offline Andrew Johnson
Messages: 75
Registered: July 2009
Member
There is now a new version of Memory Analyzer on IBM Support Assistant: IBM Monitoring and Diagnostic Tools for Java - Memory Analyzer [Tech Preview] Version 0.6. http://www-01.ibm.com/support/docview.wss?uid=swg21440371 This is based on Eclipse Memory Analyzer version 1.0. It also includes an updated version of the IBM DTFJ feature.

This updated IBM DTFJ feature, IBM Diagnostic Tool Framework for Java Version 1.4, is also now available from http://www.ibm.com/developerworks/java/jdk/tools/dtfj.html
 Topic: Memory Analyzer Forum Moved
Memory Analyzer Forum Moved [message #543139] Mon, 28 June 2010 10:31
Krum Tsvetkov is currently offline Krum Tsvetkov
Messages: 117
Registered: July 2009
Senior Member
This is the new location of the Memory Analyzer forum. The old forum URL is:
http://www.eclipse.org/forums/index.php?t=thread&frm_id= 62

The move of the forum was part of the project post-incubation move from Technology to Tools.

The alias of the new forum is eclipse.memory-analyzer

or http://www.eclipse.org/forums/eclipse.memory-analyzer

I'll take care to update the project pages with the new link. Please report any problems or obsolate links using the new forum or our mailing list mat.dev
 Topic: Memory Analyzer Forum Moved
Memory Analyzer Forum Moved [message #564925] Mon, 28 June 2010 10:31
Krum Tsvetkov is currently offline Krum Tsvetkov
Messages: 117
Registered: July 2009
Senior Member
This is the new location of the Memory Analyzer forum. The old forum URL is:
http://www.eclipse.org/forums/index.php?t=thread&frm_id= 62

The move of the forum was part of the project post-incubation move from Technology to Tools.

The alias of the new forum is eclipse.memory-analyzer

or http://www.eclipse.org/forums/eclipse.memory-analyzer

I'll take care to update the project pages with the new link. Please report any problems or obsolate links using the new forum or our mailing list mat.dev
 Topic: Welcome to eclipse.memory-analyzer
Welcome to eclipse.memory-analyzer [message #532318] Sat, 08 May 2010 00:01
Eclipse Webmaster is currently offline Eclipse Webmaster
Messages: 84430
Registered: July 2009
Senior Member
Welcome to the Memory analyzer project. The folks who requested this newsgroup will post a welcome message shortly, explaining what this exciting new group is all about. In the meanwhile, here is some more information about the Eclipse newsgroups:

Eclipse project proposals page:
http://www.eclipse.org/proposals/

Web access to this group:

http://www.eclipse.org/forums/eclipse.memory-analyzer

This newsgroup is a public group, so please do not post private or personal information. If you have any questions about the Eclipse newsgroups, please contact webmaster@eclipse.org .

-- Eclipse Webmaster
 Topic: Welcome to eclipse.memory-analyzer
Welcome to eclipse.memory-analyzer [message #564891] Sat, 08 May 2010 00:01
Eclipse Webmaster is currently offline Eclipse Webmaster
Messages: 84430
Registered: July 2009
Senior Member
Welcome to the Memory analyzer project. The folks who requested this newsgroup will post a welcome message shortly, explaining what this exciting new group is all about. In the meanwhile, here is some more information about the Eclipse newsgroups:

Eclipse project proposals page:
http://www.eclipse.org/proposals/

Web access to this group:

http://www.eclipse.org/forums/eclipse.memory-analyzer

This newsgroup is a public group, so please do not post private or personal information. If you have any questions about the Eclipse newsgroups, please contact webmaster@eclipse.org .

-- Eclipse Webmaster



Current Time: Sat May 26 09:10:58 EDT 2012

Powered by FUDForum. Page generated in 0.02211 seconds