Page 1 of 1

lc freezes for an url request?

Posted: Sun Jan 29, 2012 7:17 pm
by tzenobite
hi
i' m experiencing a really weird situation: i've written a simple app that gets some web pages
i've three "put url "..." into [etc]" calls in three handlers, it works fine 'til today
since this morning lc starts, open the stack, then freeze and then this message appears:
Schermata 2012-01-29 a 19.03.50.png
after this, the stack window turns empty (simply white and black), windows doesn't close (even the palettes), lc don't quit until i force the exit
the only script the stack launch at the startup works well, i go to the second card, the card script filla the fields the way it have to do, then all freezes...
at the moment i can't use the stack at all
any idea?
tia!

Re: lc freezes for an url request?

Posted: Sun Jan 29, 2012 7:32 pm
by Klaus
Hi tzenobite,
tzenobite wrote:...any idea?
not without looking at the script(s)! 8)


Best

Klaus

Re: lc freezes for an url request?

Posted: Sun Jan 29, 2012 10:25 pm
by tzenobite
so this is an error of a script? because lc don't tell me which script is running... and since all the app freezes i can't say anything more
i will try later

Re: lc freezes for an url request?

Posted: Mon Jan 30, 2012 1:49 pm
by Klaus
Hi tzenobite,

well it is in the script that calls the handler "ulHostnameToAddressCallback"! 8)
Looks like this handler will be called way too often and we need to check why!


Best

Klaus