in reply to Re^2: panic: regfree data code 'ð' during global destruction. error when joining threads
in thread panic: regfree data code 'ð' during global destruction. error when joining threads
You didn't identify which version of threads you are using?
perl -Mthreads -le"print $threads::VERSION"
Debugging any code is nigh impossible without seeing the code. Debugging threaded code without seeing it is impossible. If you're worried about proprietary code, then simply remove everything you can whilst still exhibiting the same problem.
If you take something out and the problem goes away, put it back. When you have the minimum code left that still panics, post it. If nothng else, you will have a suitable testcase for raising a bug report.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: panic: regfree data code 'ð' during global destruction. error when joining threads
by somekindafreak (Acolyte) on Jun 12, 2008 at 15:43 UTC | |
by BrowserUk (Patriarch) on Jun 12, 2008 at 16:44 UTC |