Does somebody know what's going on:

Does somebody know what's going on:
1) http://community.embarcadero.com/ is down
2) XE, XE2 hang for a long time on welcome tab until "Message from webpage" appears:
displayNotification: Out of stack space
OK
followed by prompt from "Web Browser"
Stop running this script?
A script on this page is causing your web browser to run slowly.
If it continues to run, your computer might become
unresponsive.
Stack of bds.exe thread is huge http://pastebin.com/XXPnXhGN
Appmethod hangs as well.
Disabling startpageide*.bpl IDE package helps in XE, XE2, does not I Appmethod.
http://pastebin.com/XXPnXhGN

Comments

  1. Dorin Duminica sure! I'm inclined to investigate with fiddler2 tool what URLs are requested, and block them perhaps.

    ReplyDelete
  2. Ilya S you can also inject a dll at startup that will patch the "gethostbyname" and return 127.0.0.1, I'm sure that the utility would prove useful in the future for other apps as well (: happy patching! 

    https://code.google.com/p/delphi-detours-library/source/browse/#svn%2Ftrunk

    ReplyDelete
  3. This is hardcore solution Dorin Duminica:)

    ReplyDelete

Post a Comment