in reply to Re^4: panic: regfree data code 'ð' during global destruction. error when joining threads
in thread panic: regfree data code 'ð' during global destruction. error when joining threads
The warning is harmless, and if your code runs fine, you just might want to let it go, or think about your design for object-thread interaction. The one thing to watch for is an unusual memory gain while running the program. That "data code o" is laying around wasting memory and causing a thread safety problem.
You said in your original node "This system has dozens of objects, each which may need to reference data from other objects. . This is probably the source of your threading bug. Many better minds than mine have tried to solve the refcount dilemma, and no success yet. I hope Perl6 has some better magic in this regard.
|
|---|