Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Where to report bugs? Here's one...
Where to report bugs? Here's one... [message #3270] Wed, 12 December 2001 05:03 Go to next message
Eclipse UserFriend
Originally posted by: johan.nosp.m.appeal.se

This is a multi-part message in MIME format.
--------------080802040309050703030102
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Where do I report CDT bugs? Is there a bugzilla category in the works?

I cannot even manage to edit a file :-(. The text editor says: "An
error has occurred when creating this editor" (in red) when trying to
open a text editor on a newly created file in a newly created C project.
Log file is attached.

I downloaded the Eclipse platform runtime binary and the JDT runtime
binary (integration build 20011211). Then downloaded the CDT 0.5.

Running this (RH72 on a PC, together with SUN's "Java(TM) 2 Runtime
Environment, Standard Edition (build 1.3.1_01)"), I open a C/C++
perspective. Create a new project. Add a file ("tabort.c" in my case,
"tabort" is Swedish for "remove") to it. Try to open the file in an
editor. The editor contains the text (in red) "An error has occurred
when creating this editor".

Also, if I restart Eclipse after this, it says "Unable to restore editor
- cannot instantiate input element:
org.eclipse.ui.part.FileEditorInputFactory" on standard error (or stdout?).

Need any more info to be able to repeat this (or tell me what I'm doing
wrong)? Let me know!

Cheers //Johan

--------------080802040309050703030102
Content-Type: text/plain;
name="cdt-log.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="cdt-log.txt"

Log: Wed Dec 12 10:46:44 CET 2001
2 org.eclipse.core.runtime 1 Problems encountered loading the plug-in registry.
1=============<children>=============
2 org.eclipse.core.runtime 1 Unknown element description, found within a plugin / fragment, ignored.
1=============</children>=============
Log: Wed Dec 12 10:46:59 CET 2001
1 org.eclipse.core.resources 4 Unable to restore editor - cannot instantiate input element: org.eclipse.ui.part.FileEditorInputFactory
Log: Wed Dec 12 10:47:53 CET 2001
2 org.eclipse.ui 2 Problems occurred when invoking code from plug-in: org.eclipse.ui.
java.lang.NoSuchMethodError
at com.ibm.lpex.alef.LpexSourceViewer.configure(LpexSourceViewe r.java:329)
at com.ibm.lpex.alef.LpexAbstractTextEditor.createPartControl(L pexAbstractTextEditor.java:785)
at com.ibm.cpp.ui.internal.editor.CppEditor.createPartControl(C ppEditor.java:86)
at org.eclipse.ui.internal.PartPane$2.run(PartPane.java:60)
at org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java:821)
at org.eclipse.core.runtime.Platform.run(Platform.java:395)
at org.eclipse.ui.internal.PartPane.createChildControl(PartPane .java:58)
at org.eclipse.ui.internal.PartPane.createControl(PartPane.java :100)
at org.eclipse.ui.internal.EditorWorkbook.createPage(EditorWork book.java:214)
at org.eclipse.ui.internal.EditorWorkbook.add(EditorWorkbook.ja va:75)
at org.eclipse.ui.internal.EditorArea.addEditor(EditorArea.java :43)
at org.eclipse.ui.internal.EditorPresentation.openEditor(Editor Presentation.java:296)
at org.eclipse.ui.internal.EditorManager$2.run(EditorManager.ja va:461)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:56)
at org.eclipse.ui.internal.EditorManager.openInternalEditor(Edi torManager.java:447)
at org.eclipse.ui.internal.EditorManager.openInternalEditor(Edi torManager.java:498)
at org.eclipse.ui.internal.EditorManager.openEditor(EditorManag er.java:372)
at org.eclipse.ui.internal.EditorManager.openEditor(EditorManag er.java:269)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:1154)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:1054)
at com.ibm.cpp.ui.internal.actions.OpenEditorAction.performGoto (OpenEditorAction.java:259)
at com.ibm.cpp.ui.internal.actions.OpenEditorAction.run(OpenEdi torAction.java:98)
at com.ibm.dstore.ui.widgets.DataElementTreeViewer.handleDouble Select(DataElementTreeViewer.java:629)
at org.eclipse.jface.viewers.AbstractTreeViewer$1.widgetDefault Selected(AbstractTreeViewer.java:627)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:92)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :54)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:4 89)
at org.eclipse.swt.widgets.Tree.mouseDoubleClick(Tree.java:991)
at org.eclipse.swt.widgets.Tree.handleEvents(Tree.java:809)
at org.eclipse.swt.widgets.SelectableItemWidget$1.handleEvent(S electableItemWidget.java:1189)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :54)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:4 89)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1569)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1423)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:775)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:758)
at org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:820)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:285)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:151)
at org.eclipse.core.launcher.Main.run(Main.java:502)
at org.eclipse.core.launcher.Main.main(Main.java:362)

--------------080802040309050703030102--
Re: Where to report bugs? Here's one... [message #3306 is a reply to message #3270] Wed, 12 December 2001 05:45 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: antti.case2000.com

> error has occurred when creating this editor" (in red) when trying to

me too!

see my posting, we found the same problem.
I did think the problem is only on Win32, seems it is more generic :(
I guess there is a BUG in the lpex, and there seems to no bugzilla category
yet, so nowhere to report.

antti
Re: Where to report bugs? Here's one... [message #3406 is a reply to message #3306] Wed, 12 December 2001 07:54 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: John_Duimovich.oti.com

You need to use this plugin in the Eclipse R1.0 release ... You can find it
on ... http://www.eclipse.org/downloads/index.html

As to the buzilla question, the cvs, bugzilla and mailing list
infrastructure will be created when the project moves from proposal stage to
development.

"Antti Lukats" <antti@case2000.com> wrote in message
news:9v7c1a$8j5$1@rogue.oti.com...
> > error has occurred when creating this editor" (in red) when trying to
>
> me too!
>
> see my posting, we found the same problem.
> I did think the problem is only on Win32, seems it is more generic :(
> I guess there is a BUG in the lpex, and there seems to no bugzilla
category
> yet, so nowhere to report.
>
> antti
>
>
>
Re: Where to report bugs? Here's one... [message #3506 is a reply to message #3406] Wed, 12 December 2001 08:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: antti.case2000.com

does it mean we can not report bugs til that unknown time?

"John Duimovich" <John_Duimovich@oti.com> wrote in message
news:9v7jr0$b11$1@rogue.oti.com...
> You need to use this plugin in the Eclipse R1.0 release ... You can find
it
> on ... http://www.eclipse.org/downloads/index.html
>
> As to the buzilla question, the cvs, bugzilla and mailing list
> infrastructure will be created when the project moves from proposal stage
to
> development.
>
> "Antti Lukats" <antti@case2000.com> wrote in message
> news:9v7c1a$8j5$1@rogue.oti.com...
> > > error has occurred when creating this editor" (in red) when trying to
> >
> > me too!
> >
> > see my posting, we found the same problem.
> > I did think the problem is only on Win32, seems it is more generic :(
> > I guess there is a BUG in the lpex, and there seems to no bugzilla
> category
> > yet, so nowhere to report.
> >
> > antti
> >
> >
> >
>
>
Re: Where to report bugs? Here's one... [message #3539 is a reply to message #3406] Wed, 12 December 2001 08:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: johan.nosp.m.appeal.se

Thanks, that did the trick. Any plans for basing your development on
the 2.0 branch? Or do you want to create a "stable" release based on
1.0 first?

Cheers //Johan

John Duimovich wrote:

> You need to use this plugin in the Eclipse R1.0 release ... You can find it
> on ... http://www.eclipse.org/downloads/index.html
>
> As to the buzilla question, the cvs, bugzilla and mailing list
> infrastructure will be created when the project moves from proposal stage to
> development.
>
> "Antti Lukats" <antti@case2000.com> wrote in message
> news:9v7c1a$8j5$1@rogue.oti.com...
>
>>>error has occurred when creating this editor" (in red) when trying to
>>>
>>me too!
>>
>>see my posting, we found the same problem.
>>I did think the problem is only on Win32, seems it is more generic :(
>>I guess there is a BUG in the lpex, and there seems to no bugzilla
>>
> category
>
>>yet, so nowhere to report.
>>
>>antti
>>
>>
>>
>>
>
>
Re: Where to report bugs? Here's one... [message #3669 is a reply to message #3539] Wed, 12 December 2001 09:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: david_whiteman.oti.com

I am assuming (and I have no knowledge of this) that the initial base was
part of the code IBM developed back when only 1.0 was available, and this
was what was donated to the Eclipse community. I guess part of the
development project would be to make it work with 2.0.

I would also guess that any bugs found should be posted to the newsgroup
until the bugzilla stuff is set up.

David
--
------------------------------------------
David Whiteman
david_whiteman@oti.com
------------------------------------------
"Johan Walles" <johan.nosp@m.appeal.se> wrote in message
news:3C1759C9.1030302@m.appeal.se...
> Thanks, that did the trick. Any plans for basing your development on
> the 2.0 branch? Or do you want to create a "stable" release based on
> 1.0 first?
Re: Where to report bugs? Here's one... [message #3731 is a reply to message #3669] Wed, 12 December 2001 10:54 Go to previous message
Eclipse UserFriend
Originally posted by: c4eclipse.nospam.ca.ibm.com

Yes, and yes.

To minimize thrashing we have been working with the stable 1.0 Eclipse base,
but have done some investigation of what it will take to get onto the 2.0
track.
Some pieces work as-is, while others like the editor and debug support,
will require more effort.

In our planning for next year we'll answer the 2.0 question.
Our thinking now is that we want to provide a stable CDT 1.0 on Eclipse 1.0,
but also provide a
beta CDT compatible with Eclipse 2.0. The schedule for this, and the final
1.0 release content,
are the variables we are working with.

David Whiteman wrote:

> I am assuming (and I have no knowledge of this) that the initial base was
> part of the code IBM developed back when only 1.0 was available, and this
> was what was donated to the Eclipse community. I guess part of the
> development project would be to make it work with 2.0.
>
> I would also guess that any bugs found should be posted to the newsgroup
> until the bugzilla stuff is set up.
>
> David
> --
> ------------------------------------------
> David Whiteman
> david_whiteman@oti.com
> ------------------------------------------
> "Johan Walles" <johan.nosp@m.appeal.se> wrote in message
> news:3C1759C9.1030302@m.appeal.se...
> > Thanks, that did the trick. Any plans for basing your development on
> > the 2.0 branch? Or do you want to create a "stable" release based on
> > 1.0 first?
Previous Topic:About CDT
Next Topic:Install problem on Debian Linux
Goto Forum:
  


Current Time: Sun Jun 01 18:04:20 EDT 2025

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

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

Back to the top