Refreshing workspace hangs [message #46405] |
Tue, 22 October 2002 18:28 |
Eclipse User |
|
|
|
Originally posted by: blake.flaming.pc-doctor.com
I'm running under RedHat 8.0 with Eclipse 2.01. I've set up a Java project
and a C/C++ project. Whenever Eclipse refreshes the workspace, after the
progress bar gets to the end, Eclipse hangs. I have to go to a command
line and kill it in order to shut it down. There are no messages displayed
or anything else that can help me debug. Does anyone have any ideas? Is
there a log file I could view? I've tried both the GTK and Motif builds,
with the same results. Thanks...
|
|
|
|
Re: Refreshing workspace hangs [message #46770 is a reply to message #46666] |
Wed, 23 October 2002 15:23 |
Eclipse User |
|
|
|
Originally posted by: blake.flaming.pc-doctor.com
Hi Judy,
I'm running Eclipse version 2.0.1, build id 200208291828 and using the CDT
build from this download:
org.eclipse.cdt_200210150323_linux-motif_1.0.0.bin.dist.zip.
There was nothing in the .log file after getting Eclipse to hang. Removing
the CDT directories from the plugin and feature folders fixes the hanging
problem, but of course now I can't do C++ development work. Any ideas?
Thanks!
Judy N. Green wrote:
> Hi Blake,
> You can find the logfile in your workspace/.metadata/.log
> What version of Eclipse (build #) are you running and which version of the
> CDT?
> Thanks
> -Judy
> --
> ¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨ ¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨
> Judy N. Green Software Engineer
> QNX Software Systems Ltd. www.qnx.com
> ¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨ ¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨
> "Blake Flaming" <blake.flaming@pc-doctor.com> wrote in message
> news:ap45c4$ljp$1@rogue.oti.com...
> | I'm running under RedHat 8.0 with Eclipse 2.01. I've set up a Java project
> | and a C/C++ project. Whenever Eclipse refreshes the workspace, after the
> | progress bar gets to the end, Eclipse hangs. I have to go to a command
> | line and kill it in order to shut it down. There are no messages displayed
> | or anything else that can help me debug. Does anyone have any ideas? Is
> | there a log file I could view? I've tried both the GTK and Motif builds,
> | with the same results. Thanks...
> |
|
|
|
|
Re: Refreshing workspace hangs [message #46916 is a reply to message #46858] |
Wed, 23 October 2002 20:51 |
Eclipse User |
|
|
|
Originally posted by: blake.flaming.pc-doctor.com
Hi Judy,
I did a ps -A and didn't see c++filt or any other strange looking
processes in the list. Any other ideas?
Judy N. Green wrote:
> Hi Blake,
> I asked our alternate OS developer about your problem and this is his
> response:
> _____
> Sounds to me like he isn't getting libspawer.so picked up. This will cause
> the ProcessFactory to fall back to using a standard Process.exec() which has
> some issues when we invoke the c++filt binary from within the Elf object. ;)
> I have seen this on Neutrino.
> Ask him if c++filt is in his process list and if the IDE comes back to life
> after killing it off.
> _____
> Can you check for this process and let me know the results?
> Thanks
> -Judy
> "Blake Flaming" <blake.flaming@pc-doctor.com> wrote in message
> news:ap6etu$tpj$1@rogue.oti.com...
> | Hi Judy,
> |
> | I'm running Eclipse version 2.0.1, build id 200208291828 and using the CDT
> | build from this download:
> | org.eclipse.cdt_200210150323_linux-motif_1.0.0.bin.dist.zip.
> |
> | There was nothing in the .log file after getting Eclipse to hang. Removing
> | the CDT directories from the plugin and feature folders fixes the hanging
> | problem, but of course now I can't do C++ development work. Any ideas?
> |
> | Thanks!
> |
> | Judy N. Green wrote:
> |
> | > Hi Blake,
> |
> | > You can find the logfile in your workspace/.metadata/.log
> |
> | > What version of Eclipse (build #) are you running and which version of
> the
> | > CDT?
> |
> | > Thanks
> |
> | > -Judy
> |
> | > --
> | > ¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨ ¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨
> | > Judy N. Green Software Engineer
> | > QNX Software Systems Ltd. www.qnx.com
> | > ¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨ ¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨
> |
> | > "Blake Flaming" <blake.flaming@pc-doctor.com> wrote in message
> | > news:ap45c4$ljp$1@rogue.oti.com...
> | > | I'm running under RedHat 8.0 with Eclipse 2.01. I've set up a Java
> project
> | > | and a C/C++ project. Whenever Eclipse refreshes the workspace, after
> the
> | > | progress bar gets to the end, Eclipse hangs. I have to go to a command
> | > | line and kill it in order to shut it down. There are no messages
> displayed
> | > | or anything else that can help me debug. Does anyone have any ideas?
> Is
> | > | there a log file I could view? I've tried both the GTK and Motif
> builds,
> | > | with the same results. Thanks...
> | > |
> |
> |
> |
> |
> |
|
|
|
|
Re: Refreshing workspace hangs [message #47356 is a reply to message #47306] |
Thu, 24 October 2002 16:22 |
Eclipse User |
|
|
|
Originally posted by: blake.flaming.pc-doctor.com
Hi Judy,
I emailed you the output of ps -A during a hang. Thanks for looking into
this!
Blake
Judy Green wrote:
> Hi Blake,
> Very curious ...
> Can you send a printout of the results of your process list?
> Have you looked at the state of the plugins using the Plugin Manager?
> If something did not load correctly it will show it as disabled.
> Is anyone else reporting problems like this on Linux?
> I haven't heard from anyone so far.
> -Judy
> "Blake Flaming" <blake.flaming@pc-doctor.com> wrote in message
> news:ap7258$b19$1@rogue.oti.com...
> > Hi Judy,
> >
> > I did a ps -A and didn't see c++filt or any other strange looking
> > processes in the list. Any other ideas?
> >
> >
> > Judy N. Green wrote:
> >
> > > Hi Blake,
> >
> > > I asked our alternate OS developer about your problem and this is his
> > > response:
> > > _____
> > > Sounds to me like he isn't getting libspawer.so picked up. This will
> cause
> > > the ProcessFactory to fall back to using a standard Process.exec() which
> has
> > > some issues when we invoke the c++filt binary from within the Elf
> object. ;)
> > > I have seen this on Neutrino.
> >
> > > Ask him if c++filt is in his process list and if the IDE comes back to
> life
> > > after killing it off.
> >
> > > _____
> >
> >
> > > Can you check for this process and let me know the results?
> >
> > > Thanks
> >
> > > -Judy
> >
> > > "Blake Flaming" <blake.flaming@pc-doctor.com> wrote in message
> > > news:ap6etu$tpj$1@rogue.oti.com...
> > > | Hi Judy,
> > > |
> > > | I'm running Eclipse version 2.0.1, build id 200208291828 and using the
> CDT
> > > | build from this download:
> > > | org.eclipse.cdt_200210150323_linux-motif_1.0.0.bin.dist.zip.
> > > |
> > > | There was nothing in the .log file after getting Eclipse to hang.
> Removing
> > > | the CDT directories from the plugin and feature folders fixes the
> hanging
> > > | problem, but of course now I can't do C++ development work. Any ideas?
> > > |
> > > | Thanks!
> > > |
> > > | Judy N. Green wrote:
> > > |
> > > | > Hi Blake,
> > > |
> > > | > You can find the logfile in your workspace/.metadata/.log
> > > |
> > > | > What version of Eclipse (build #) are you running and which version
> of
> > > the
> > > | > CDT?
> > > |
> > > | > Thanks
> > > |
> > > | > -Judy
> > > |
> > > | > --
> > > | > ¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨ ¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨
> > > | > Judy N. Green Software Engineer
> > > | > QNX Software Systems Ltd. www.qnx.com
> > > | > ¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨ ¨¨¨°ºo§oº°¨¨¨¨°ºo§oº°¨¨¨
> > > |
> > > | > "Blake Flaming" <blake.flaming@pc-doctor.com> wrote in message
> > > | > news:ap45c4$ljp$1@rogue.oti.com...
> > > | > | I'm running under RedHat 8.0 with Eclipse 2.01. I've set up a Java
> > > project
> > > | > | and a C/C++ project. Whenever Eclipse refreshes the workspace,
> after
> > > the
> > > | > | progress bar gets to the end, Eclipse hangs. I have to go to a
> command
> > > | > | line and kill it in order to shut it down. There are no messages
> > > displayed
> > > | > | or anything else that can help me debug. Does anyone have any
> ideas?
> > > Is
> > > | > | there a log file I could view? I've tried both the GTK and Motif
> > > builds,
> > > | > | with the same results. Thanks...
> > > | > |
> > > |
> > > |
> > > |
> > > |
> > > |
> >
> >
> >
> >
> >
|
|
|
Re: Refreshing workspace hangs [message #49090 is a reply to message #47306] |
Thu, 07 November 2002 15:07 |
Eclipse User |
|
|
|
Originally posted by: martinbernemann.yahoo.com
Hi,
I am using the same eclipse build and cdt build 200210311055 on SuSe 8.0 and
had the same problem. Killing c++filt helped in my case.
Thanks
Martin
Judy Green wrote:
> Hi Blake,
>
> Very curious ...
>
> Can you send a printout of the results of your process list?
>
> Have you looked at the state of the plugins using the Plugin Manager?
> If something did not load correctly it will show it as disabled.
>
> Is anyone else reporting problems like this on Linux?
> I haven't heard from anyone so far.
>
> -Judy
>
> "Blake Flaming" <blake.flaming@pc-doctor.com> wrote in message
> news:ap7258$b19$1@rogue.oti.com...
>> Hi Judy,
>>
>> I did a ps -A and didn't see c++filt or any other strange looking
>> processes in the list. Any other ideas?
>>
>>
>> Judy N. Green wrote:
>>
>> > Hi Blake,
>>
>> > I asked our alternate OS developer about your problem and this is his
>> > response:
>> > _____
>> > Sounds to me like he isn't getting libspawer.so picked up. This will
> cause
>> > the ProcessFactory to fall back to using a standard Process.exec()
>> > which
> has
>> > some issues when we invoke the c++filt binary from within the Elf
> object. ;)
>> > I have seen this on Neutrino.
>>
>> > Ask him if c++filt is in his process list and if the IDE comes back to
> life
>> > after killing it off.
>>
>> > _____
>>
>>
>> > Can you check for this process and let me know the results?
>>
>> > Thanks
>>
>> > -Judy
>>
>> > "Blake Flaming" <blake.flaming@pc-doctor.com> wrote in message
>> > news:ap6etu$tpj$1@rogue.oti.com...
>> > | Hi Judy,
>> > |
>> > | I'm running Eclipse version 2.0.1, build id 200208291828 and using
>> > | the
> CDT
>> > | build from this download:
>> > | org.eclipse.cdt_200210150323_linux-motif_1.0.0.bin.dist.zip.
>> > |
>> > | There was nothing in the .log file after getting Eclipse to hang.
> Removing
>> > | the CDT directories from the plugin and feature folders fixes the
> hanging
>> > | problem, but of course now I can't do C++ development work. Any
>> > | ideas?
>> > |
>> > | Thanks!
>> > |
>> > | Judy N. Green wrote:
>> > |
>> > | > Hi Blake,
>> > |
>> > | > You can find the logfile in your workspace/.metadata/.log
>> > |
>> > | > What version of Eclipse (build #) are you running and which version
> of
>> > the
>> > | > CDT?
>> > |
>> > | > Thanks
>> > |
>> > | > -Judy
>> > |
>> > | > --
>> > | >
|
|
|
Powered by
FUDForum. Page generated in 0.03710 seconds