No subject


Tue Dec 7 08:03:25 EST 2004


TCmdLineDebugger.SendCmdLn "-stack-info-depth"
TCmdLineDebugger.SendCmdLn "-stack-list-arguments 1 7 7"
TCmdLineDebugger.SendCmdLn "-stack-list-frames 7 7"

you can see that the IDE tries to find the source for the error, however
it starts looking at entry 7 (why 7 and not start at 0 ?) and it stays
there.
In normal situations the last entry on the callstack is application.run
and there we can find sources for. In this case we don't have the source
and my guess is that the IDE hangs on this.
Thats error one.

Why the exeption is raised the first place, i don't know. Don't have all
sources here, but I guess again that GTKSTYLECHANGED is trying to release
the nil PREVIOUS_STYLE

Marc







More information about the Lazarus mailing list