Closed GoogleCodeExporter closed 9 years ago
A deeper analysis revealed that the test segfaults while accessing
JSLocker.locked at line 1755
1752 class TestMultithread(unittest.TestCase):
1753 def testLocker(self):
1754 self.assertFalse(JSLocker.active)
1755 self.assertFalse(JSLocker.locked)
I simply modified the code in order to 'dir' the JSLocker attributes and the
attribute `locked' seems to exist but every attempt to access it leads to the
segfault.
Original comment by angelo.d...@gmail.com
on 21 Jan 2013 at 10:25
Original comment by flier...@gmail.com
on 1 Feb 2013 at 1:59
Please verify the issue with SVN trunk code after r474, thanks
Original comment by flier...@gmail.com
on 2 Feb 2013 at 3:42
I confirm r474 fixed the issue. Thanks
Original comment by angelo.d...@gmail.com
on 2 Feb 2013 at 4:39
Original comment by flier...@gmail.com
on 3 Feb 2013 at 1:16
Original issue reported on code.google.com by
angelo.d...@gmail.com
on 21 Jan 2013 at 10:13