GEF supported OSes [message #208289] |
Mon, 30 January 2006 21:38 |
Eclipse User |
|
|
|
Originally posted by: sunil_kamath.nohotspammail.com
What OSes are officially supported by GEF?
The reason I ask is that all (yes, ALL) GEF based editors consistently and
repeatably crash Eclipse on Windows 98se and Windows Me.
The crash happens when the editor is closed. About half the time, the GUI
freezes as well, requiring a reboot.
As per the GEF 3.1 (and 3.2) plans, GEF will support all OSes supported by
the Eclipse platform.
As per the Eclipse 3.1 (and 3.2) plan, Windows XP is the reference platform
for win32 and x86, but the plan(s) say(s):
"Although untested, the Eclipse SDK should work fine on other OSes that
support the same window system. For Win32: Windows 98, ME, NT, 2000, and
Server 2003"
The crash information is below. Unlike normal crashes, the
hs_err_pidXXXX.log is not created.
JAVAW caused a general protection fault
in module USER.EXE at 0008:0000301c.
Registers:
EAX=000230c7 CS=175f EIP=0000301c EFLGS=00000246
EBX=00028560 SS=30c7 ESP=0000b7a0 EBP=0000b7be
ECX=00028560 DS=30c7 ESI=00028560 FS=3937
EDX=819a0002 ES=30c7 EDI=00020000 GS=0000
Bytes at CS:EIP:
ff 5e fa 89 46 fe 1f 66 5f 66 5e 8b 46 fe c9 c2
Stack dump:
00000000 00020000 168f0f0c 00020000 00028560 0f0c0000 00028560 b7ec8560
0000308b 00000000 00020000 00028560 856030c7 85600002 00570002 bff57df9
--
Sunil
|
|
|
Re: GEF supported OSes [message #208332 is a reply to message #208289] |
Tue, 31 January 2006 15:42 |
Eclipse User |
|
|
|
Originally posted by: none.us.ibm.com
The reference platforms are the supported platforms. This doesn't mean that
bugs on other platforms won't be fixed. The problem you are having could be
related to SWT. You should try to reduce the problematic editor to the
minimum components needed to reproduce the crash, and open a bugzilla with
the details. If possible, remove GEF and draw2d from the test case.
"Sunil Kamath" <sunil_kamath@nohotspammail.com> wrote in message
news:drm10p$odf$1@utils.eclipse.org...
> What OSes are officially supported by GEF?
> The reason I ask is that all (yes, ALL) GEF based editors consistently and
> repeatably crash Eclipse on Windows 98se and Windows Me.
> The crash happens when the editor is closed. About half the time, the GUI
> freezes as well, requiring a reboot.
> As per the GEF 3.1 (and 3.2) plans, GEF will support all OSes supported by
> the Eclipse platform.
> As per the Eclipse 3.1 (and 3.2) plan, Windows XP is the reference
> platform for win32 and x86, but the plan(s) say(s):
> "Although untested, the Eclipse SDK should work fine on other OSes that
> support the same window system. For Win32: Windows 98, ME, NT, 2000, and
> Server 2003"
>
> The crash information is below. Unlike normal crashes, the
> hs_err_pidXXXX.log is not created.
>
> JAVAW caused a general protection fault
> in module USER.EXE at 0008:0000301c.
> Registers:
> EAX=000230c7 CS=175f EIP=0000301c EFLGS=00000246
> EBX=00028560 SS=30c7 ESP=0000b7a0 EBP=0000b7be
> ECX=00028560 DS=30c7 ESI=00028560 FS=3937
> EDX=819a0002 ES=30c7 EDI=00020000 GS=0000
> Bytes at CS:EIP:
> ff 5e fa 89 46 fe 1f 66 5f 66 5e 8b 46 fe c9 c2
> Stack dump:
> 00000000 00020000 168f0f0c 00020000 00028560 0f0c0000 00028560 b7ec8560
> 0000308b 00000000 00020000 00028560 856030c7 85600002 00570002 bff57df9
>
> --
> Sunil
>
|
|
|
Re: GEF supported OSes [message #208356 is a reply to message #208332] |
Tue, 31 January 2006 17:11 |
Eclipse User |
|
|
|
Originally posted by: sunil_kamath.nohotspammail.com
Randy Hudson <none@us.ibm.com> wrote:
> The reference platforms are the supported platforms. This doesn't
> mean that bugs on other platforms won't be fixed. The problem you are
> having could be related to SWT. You should try to reduce the
> problematic editor to the minimum components needed to reproduce the
> crash, and open a bugzilla with the details. If possible, remove GEF
> and draw2d from the test case.
I only see the problem with GEF based editors.
Text based editors are fine.
So I don't think removing GEF and draw2D is an option.
--
Sunil
|
|
|
Re: GEF supported OSes [message #208436 is a reply to message #208356] |
Thu, 02 February 2006 17:24 |
Eclipse User |
|
|
|
Originally posted by: none.us.ibm.com
I don't see your point. It's definitely an option, since all GEF and draw2d
do are make calls to SWT. All you have to do is isolate the SWT calls that
are causing the crash, and open a bug with the code.
"Sunil Kamath" <sunil_kamath@nohotspammail.com> wrote in message
news:dro5n4$at4$1@utils.eclipse.org...
> Randy Hudson <none@us.ibm.com> wrote:
>> The reference platforms are the supported platforms. This doesn't
>> mean that bugs on other platforms won't be fixed. The problem you are
>> having could be related to SWT. You should try to reduce the
>> problematic editor to the minimum components needed to reproduce the
>> crash, and open a bugzilla with the details. If possible, remove GEF
>> and draw2d from the test case.
> I only see the problem with GEF based editors.
> Text based editors are fine.
> So I don't think removing GEF and draw2D is an option.
>
> --
> Sunil
>
|
|
|
Re: GEF supported OSes [message #208442 is a reply to message #208436] |
Thu, 02 February 2006 19:02 |
Eclipse User |
|
|
|
Originally posted by: sunil_kamath.nohotspammail.com
Randy Hudson <none@us.ibm.com> wrote:
> I don't see your point. It's definitely an option, since all GEF and
> draw2d do are make calls to SWT. All you have to do is isolate the
> SWT calls that are causing the crash, and open a bug with the code.
>
That would mean stripping away several layers of code from GEF/draw2d to
develop a minimal editor.
No doubt, it would be a trial and error process.
And every couple of times it crashes, I am forced to reboot.
Unfortunately, I just don't have that kind of time, so I suppose I'll just
stop supporting Win98 & WinMe in my plugin.
---
Sunil
> "Sunil Kamath" <sunil_kamath@nohotspammail.com> wrote in message
> news:dro5n4$at4$1@utils.eclipse.org...
>> Randy Hudson <none@us.ibm.com> wrote:
>>> The reference platforms are the supported platforms. This doesn't
>>> mean that bugs on other platforms won't be fixed. The problem you
>>> are having could be related to SWT. You should try to reduce the
>>> problematic editor to the minimum components needed to reproduce the
>>> crash, and open a bugzilla with the details. If possible, remove GEF
>>> and draw2d from the test case.
>> I only see the problem with GEF based editors.
>> Text based editors are fine.
>> So I don't think removing GEF and draw2D is an option.
>>
>> --
>> Sunil
--
Sunil
|
|
|
Re: GEF supported OSes [message #208493 is a reply to message #208442] |
Fri, 03 February 2006 16:46 |
Eclipse User |
|
|
|
Originally posted by: none.us.ibm.com
> That would mean stripping away several layers of code from GEF/draw2d to
> develop a minimal editor.
> No doubt, it would be a trial and error process.
> And every couple of times it crashes, I am forced to reboot.
> Unfortunately, I just don't have that kind of time, so I suppose I'll just
> stop supporting Win98 & WinMe in my plugin.
Someone has to do it. You could start with nothing and build up. You could
also try to reproduce it in debug mode, and if it happens, step through the
shutdown events until it occurs.
|
|
|
Re: GEF supported OSes [message #208501 is a reply to message #208493] |
Fri, 03 February 2006 18:52 |
Eclipse User |
|
|
|
Originally posted by: sunil_kamath.nohotspammail.com
Randy Hudson <none@us.ibm.com> wrote:
>> That would mean stripping away several layers of code from
>> GEF/draw2d to develop a minimal editor.
>> No doubt, it would be a trial and error process.
>> And every couple of times it crashes, I am forced to reboot.
>> Unfortunately, I just don't have that kind of time, so I suppose
>> I'll just stop supporting Win98 & WinMe in my plugin.
>
> Someone has to do it. You could start with nothing and build up. You
> could also try to reproduce it in debug mode, and if it happens, step
> through the shutdown events until it occurs.
I tried stepping through it until I finally wound up the event loop.
stepping through the event loop just got too tedious.
Anyway, I suppose that if I do have some free time in the future I could
look into it.
Right now, I have other job-related deadlines which take priority over this.
(This is for my personal open-source project.)
--
Sunil
|
|
|
Powered by
FUDForum. Page generated in 0.03077 seconds