[issue6059] uuid.uuid4 cause segfault in emesene

2011-03-04 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis added the comment: Gentoo uses standard libuuid.so from util-linux without any custom patches. Izidor Matušov actually reproduced https://bugs.gentoo.org/show_bug.cgi?id=351897. -- ___ Python tracker

[issue6059] uuid.uuid4 cause segfault in emesene

2011-03-04 Thread Izidor Matušov
Izidor Matušov added the comment: After searching at Gentoo's bugzilla, I've found that there is probably problem in gentoo's libuuid library implementation: http://bugs.gentoo.org/show_bug.cgi?id=317557 -- ___ Python tracker

[issue6059] uuid.uuid4 cause segfault in emesene

2011-03-04 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue6059] uuid.uuid4 cause segfault in emesene

2011-03-04 Thread Izidor Matušov
Izidor Matušov added the comment: This bug is still present in Gentoo. Find while trying to Steps to reproduce 1, install gentoo (testing on amd64 machine) 2, run commands in python from gtk import glade import uuid uuid.uuid4() It results in Segmentation fault. -- nosy: +izidor ___

[issue6059] uuid.uuid4 cause segfault in emesene

2011-01-19 Thread Ross Lagerwall
Ross Lagerwall added the comment: I tried to reproduce the bug on 2.7 & 3.2 using libuuid version 2.17.2 and up to 100 threads but couldn't. Perhaps there was an issue with the uuid library function that he was using and threading? -- nosy: +rosslagerwall ___

[issue6059] uuid.uuid4 cause segfault in emesene

2010-07-31 Thread Mark Lawrence
Mark Lawrence added the comment: Can someone with a linux box please try to reproduce this crash. -- components: +Extension Modules nosy: +BreamoreBoy stage: -> unit test needed ___ Python tracker

[issue6059] uuid.uuid4 cause segfault in emesene

2009-05-18 Thread Yu Yuwei
New submission from Yu Yuwei : I'm on Gentoo Linux with glibc-2.9_20081201-r2, python-2.6.2, e2fsprogs-libs-1.41.3-r1 When Emesene send offline message to another msn user, it call uuid4() in uuid module in python, which call get_random_fd() in gen_uuid.c(e2fsprogs-libs). After this, the program