Ace128 has asked for the wisdom of the Perl Monks concerning the following question:
Now, my question isnt whats wrong (its quite much code, although I could break it down), but is there some way to debug what is freed and such, so I know what object/scalar/variable that makes this happen? If I knew this, I could solve many problems, instead of solving one. Knowing the way to solve is better than to know how to solve one problem eh?Attempt to free non-existent shared string '_ErrorInfo_',Perl interpre +ter: 0x27491c at C:\Perl\site\lib/Tk.pm line 411. Free to wrong pool 272c80 not 5a07858 at C:\Perl\site\lib/Tk.pm line 4 +11. Free to wrong pool 5a07858 not 272c80 at C:\Perl\site\lib/Tk/Widget.pm + line 98 during global destruction.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Debugging Threads
by zentara (Cardinal) on Dec 12, 2005 at 16:37 UTC | |
by Ace128 (Hermit) on Dec 12, 2005 at 18:16 UTC | |
by zentara (Cardinal) on Dec 12, 2005 at 18:27 UTC | |
by Ace128 (Hermit) on Dec 12, 2005 at 23:31 UTC |