Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » RCP JVM crash
RCP JVM crash [message #466496] Fri, 20 April 2007 08:03 Go to next message
Eclipse UserFriend
Originally posted by: georgem.xjtek.com

Hi,

Our RCP application built on Eclipse crashes on couple of computers with the
following log:

#
# An unexpected error has been detected by Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x4ed53166, pid=3936,
tid=3928
#
# Java VM: Java HotSpot(TM) Client VM (1.6.0-b105 mixed mode)
# Problematic frame:
# C [gdiplus.dll+0x103166]
....
C [swt-gdip-win32-3236.dll+0x1ddf]
j
org.eclipse.swt.internal.gdip.Gdip.Graphics_DrawImage(IILorg /eclipse/swt/internal/gdip/Rect;IIIIIIII)I+0

What could be a reason of this crash and how to fix it?

OS is Windows XP Build 2600 Service Pack 2.
Eclipse is 3.2.2.

Thanks in advance,
George
Re: RCP JVM crash [message #466524 is a reply to message #466496] Fri, 20 April 2007 11:56 Go to previous messageGo to next message
Alex Blewitt is currently offline Alex BlewittFriend
Messages: 946
Registered: July 2009
Senior Member
I'd check the differences in VMs between those machines to see if that's a problem.

Alex.
Re: RCP JVM crash [message #466530 is a reply to message #466524] Fri, 20 April 2007 13:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: georgem.xjtek.com

There are no differences in JVM 'cause we distribute JRE with our
application.

George


"Alex Blewitt" <alex_blewitt@yahoo.com> wrote in message
news:27066437.1177070226146.JavaMail.root@cp1.javalobby.org...
> I'd check the differences in VMs between those machines to see if that's a
> problem.
>
> Alex.
Re: RCP JVM crash [message #466532 is a reply to message #466496] Fri, 20 April 2007 13:23 Go to previous messageGo to next message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
You should try this with a recent 3.3 stream build like 3.3M6, and if it
still crashes for you then log a bug report with SWT (
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Platform ). If you log
a report then including a stand-alone snippet that reproduces the problem
would be very helpful (snippet template:
http://www.eclipse.org/swt/faq.php#whatisasnippet ).

Grant


"George Meringov" <georgem@xjtek.com> wrote in message
news:f09rqh$lkm$1@build.eclipse.org...
> Hi,
>
> Our RCP application built on Eclipse crashes on couple of computers with
the
> following log:
>
> #
> # An unexpected error has been detected by Java Runtime Environment:
> #
> # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x4ed53166, pid=3936,
> tid=3928
> #
> # Java VM: Java HotSpot(TM) Client VM (1.6.0-b105 mixed mode)
> # Problematic frame:
> # C [gdiplus.dll+0x103166]
> ...
> C [swt-gdip-win32-3236.dll+0x1ddf]
> j
>
org.eclipse.swt.internal.gdip.Gdip.Graphics_DrawImage(IILorg /eclipse/swt/int
ernal/gdip/Rect;IIIIIIII)I+0
>
> What could be a reason of this crash and how to fix it?
>
> OS is Windows XP Build 2600 Service Pack 2.
> Eclipse is 3.2.2.
>
> Thanks in advance,
> George
>
>
Re: RCP JVM crash [message #466535 is a reply to message #466496] Fri, 20 April 2007 13:27 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

If searching doesn't find a similar case, please open a bug at
https://bugs.eclipse.org/bugs/ against Eclipse Platform SWT. Attach
your hs_err file

Later,
PW


Re: RCP JVM crash [message #466554 is a reply to message #466496] Fri, 20 April 2007 20:17 Go to previous messageGo to next message
Shankar Unni is currently offline Shankar UnniFriend
Messages: 19
Registered: July 2009
Junior Member
George Meringov wrote:

> # Java VM: Java HotSpot(TM) Client VM (1.6.0-b105 mixed mode)
> # Problematic frame:
> # C [gdiplus.dll+0x103166]

Also, since gdiplus.dll pops up - I'd always suggest checking your
Windows graphics drivers and updating to the latest version available
from the vendor (directly, if possible, as opposed to Microsoft Update,
which is often several revs behind).
Re: RCP JVM crash [message #466733 is a reply to message #466496] Tue, 24 April 2007 11:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: javaloco.argentina.com

I had the same problem, and forums recommended me reinstall sdk
and worked
Re: RCP JVM crash [message #467293 is a reply to message #466532] Wed, 02 May 2007 13:47 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: georgem.xjtek.com

Unfortunately i can't reproduce it. The crash happens at only 2 customer's
computers from hundreds.



"Grant Gayed" <grant_gayed@ca.ibm.com> wrote in message
news:f0aesp$nf0$1@build.eclipse.org...
> You should try this with a recent 3.3 stream build like 3.3M6, and if it
> still crashes for you then log a bug report with SWT (
> https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Platform ). If you
> log
> a report then including a stand-alone snippet that reproduces the problem
> would be very helpful (snippet template:
> http://www.eclipse.org/swt/faq.php#whatisasnippet ).
>
> Grant
>
>
> "George Meringov" <georgem@xjtek.com> wrote in message
> news:f09rqh$lkm$1@build.eclipse.org...
>> Hi,
>>
>> Our RCP application built on Eclipse crashes on couple of computers with
> the
>> following log:
>>
>> #
>> # An unexpected error has been detected by Java Runtime Environment:
>> #
>> # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x4ed53166, pid=3936,
>> tid=3928
>> #
>> # Java VM: Java HotSpot(TM) Client VM (1.6.0-b105 mixed mode)
>> # Problematic frame:
>> # C [gdiplus.dll+0x103166]
>> ...
>> C [swt-gdip-win32-3236.dll+0x1ddf]
>> j
>>
> org.eclipse.swt.internal.gdip.Gdip.Graphics_DrawImage(IILorg /eclipse/swt/int
> ernal/gdip/Rect;IIIIIIII)I+0
>>
>> What could be a reason of this crash and how to fix it?
>>
>> OS is Windows XP Build 2600 Service Pack 2.
>> Eclipse is 3.2.2.
>>
>> Thanks in advance,
>> George
>>
>>
>
>
Re: RCP JVM crash [message #467573 is a reply to message #467293] Mon, 07 May 2007 19:45 Go to previous messageGo to next message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
The only guess I can make then is that they may have different versions of
the Windows GDI+ library installed. If they're on win2000 then this library
has to be downloaded from MS and installed, so they should make sure they
have the latest.

If this is not the issue then machine-specific problems like this usually
end up being some third-party app (eg.- a Windows goody) that's causing the
problem for the users that have it installed.

Grant


"George Meringov" <georgem@xjtek.com> wrote in message
news:f1a4fm$e6s$1@build.eclipse.org...
> Unfortunately i can't reproduce it. The crash happens at only 2 customer's
> computers from hundreds.
>
>
>
> "Grant Gayed" <grant_gayed@ca.ibm.com> wrote in message
> news:f0aesp$nf0$1@build.eclipse.org...
> > You should try this with a recent 3.3 stream build like 3.3M6, and if it
> > still crashes for you then log a bug report with SWT (
> > https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Platform ). If you
> > log
> > a report then including a stand-alone snippet that reproduces the
problem
> > would be very helpful (snippet template:
> > http://www.eclipse.org/swt/faq.php#whatisasnippet ).
> >
> > Grant
> >
> >
> > "George Meringov" <georgem@xjtek.com> wrote in message
> > news:f09rqh$lkm$1@build.eclipse.org...
> >> Hi,
> >>
> >> Our RCP application built on Eclipse crashes on couple of computers
with
> > the
> >> following log:
> >>
> >> #
> >> # An unexpected error has been detected by Java Runtime Environment:
> >> #
> >> # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x4ed53166, pid=3936,
> >> tid=3928
> >> #
> >> # Java VM: Java HotSpot(TM) Client VM (1.6.0-b105 mixed mode)
> >> # Problematic frame:
> >> # C [gdiplus.dll+0x103166]
> >> ...
> >> C [swt-gdip-win32-3236.dll+0x1ddf]
> >> j
> >>
> >
org.eclipse.swt.internal.gdip.Gdip.Graphics_DrawImage(IILorg /eclipse/swt/int
> > ernal/gdip/Rect;IIIIIIII)I+0
> >>
> >> What could be a reason of this crash and how to fix it?
> >>
> >> OS is Windows XP Build 2600 Service Pack 2.
> >> Eclipse is 3.2.2.
> >>
> >> Thanks in advance,
> >> George
> >>
> >>
> >
> >
>
>
Re: RCP JVM crash [message #467596 is a reply to message #467573] Tue, 08 May 2007 15:31 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse5.rizzoweb.com

Please do not cross-post the same question to multiple newsgroups. Pick
the one that seems most appropriate and if it is not, someone will guide
you to the correct one.

Eric
Previous Topic:How to open external file as resource in editor
Next Topic:Eclipse native launcher still shows Eclipse icon whislt splash is showing, despite of branding
Goto Forum:
  


Current Time: Thu Apr 25 20:19:41 GMT 2024

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

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

Back to the top