[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.pdt] Re: Blue Screen due to Eclipse (PDT?)

How much memory are you allocating to Eclipse (via eclipse.ini or commandline flags)? How big is your Windows swap file?

Is there a technical reason why you need a 100-line-long string? Could it be chopped up into smaller, more memory-friendly pieces?

Nick

Petr Suchy (xsuchy09) wrote:
Hi,

I define long string (about 100 lines) in PDT and when I edit it (ctrl-c ctrl-v and other changes inside the string) blue screen of Windows Vista Business 32b happened (Memory Management Error).

I define string contents SQL queries from SQL dump like:

$string = "
CREATE TABLE .....
...
...
";

and when I edit its contents then blue screen happens (three times from three attempts). Any solution?

JDK/JRE 1.6.0_05

eclipse.buildId=M20071023-1652
org.eclipse.php_feature (1.0.2.v20080102-79-7GE7QYGHNGPGY) "PDT Plug-in"

more info in attachment (txt file)