From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2010-05-30 15:18:34
|
https://bugzilla.gnome.org/show_bug.cgi?id=620099 gnome-perl | Glib | unspecified --- Comment #5 from Torsten Schoenfeld <kaf...@gm...> 2010-05-30 15:18:21 UTC --- Created an attachment (id=162322) View: https://bugzilla.gnome.org/attachment.cgi?id=162322 Review: https://bugzilla.gnome.org/review?bug=620099&attachment=162322 Make the GObject ↔ SV association thread-safe Instead of associating to every GObject just one SV, use a hash table of perl interpreter → SV pairs so that we can store and hand out a thread-specific SV wrapper. Previously, when running in a new thread, we would still hand out the SV wrapper that was created in the main thread and which thus belongs to the main thread's interpreter. -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |