Segfault on script invocation
#2
There are news about this.

After a little bit of code scouting, I've noticed that there must be some resource allocation/deallocation inconsistency at GUI level.

An ugly hack which prevents this bug from happening is to block the second instance of a python thread invocation based on the source code file: by doing so, keeping on clicking on a button (invoking the corresponding RunScript), only the first instance is launched and all the others get discarded.

I wonder whether this is too hard of a limitation or not: if any far more experienced user/developer could think about possible drawbacks of this approach and give me some hints I would be really glad Smile

Thanks in advance
Reply


Messages In This Thread
Segfault on script invocation - by micantox - 2009-04-16, 17:13
[No subject] - by micantox - 2009-04-22, 10:13
[No subject] - by micantox - 2009-04-23, 12:27
[No subject] - by jmarshall - 2009-04-23, 12:48
[No subject] - by micantox - 2009-04-23, 14:44
[No subject] - by micantox - 2009-04-23, 17:52
[No subject] - by jmarshall - 2009-04-23, 23:36
[No subject] - by micantox - 2009-04-24, 10:19
Logout Mark Read Team Forum Stats Members Help
Segfault on script invocation0