|
|
Re: Problems with Galileo hanging. [message #667470 is a reply to message #667465] |
Thu, 28 April 2011 19:18  |
Eclipse User |
|
|
|
On 2011.04.28 16:12, Karl wrote:
> :x I'm about to shoot my system...
> Window XP Pro sp3
> Eclipse Galileo
>
> This is the 3rd time today that Eclipse has simply hung on me while
> doing nothing necessarily special but editing a file in a text editor
> (an xml file if it makes any difference).
> I'm not running the compiler, debugger, nothing... simply typing along
> and ... wait for it ... hour glass... never comes back, have to kill the
> process and all that I was working on is wasted time.
> I've take to saving a often as I think about it, but loosing 15 minute
> chunks is still expensive.
>
> How can I debug this? What steps do I take to figure out the offending
> process and send it to the depths of hell were it belongs?
I don't know what's in your XML file(s), but it sounds like validation
is what's holding you up. There are two solutions.
One depends on any DTD referenced in the file(s) that are causing the
problem. Maybe other dependencies. I know least about this.
The other is to turn off validation for XML files. You might want to do
this temporarily until you solve the real problem (inability to locate
files relevant to validation) or permanently. You can do this either for
the workspace via Window -> Preferences -> Validation or or just for
your project via right-click the project and choose Properties ->
Validation and enable project-specific settings. Suspend all validators
is radical, but effective. In your present state of frustration, this
setting pretty well meets the bill for "sending it to the depths of hell
where it belongs."
;-)
Hope this helps.
Someone with greater understanding of DTDs and other relevant
dependencies may come along and explain how better to solve your
problem. Microsurgery in place of amputation.
|
|
|
Powered by
FUDForum. Page generated in 0.08380 seconds