Just tried it on Ubuntu Intrepid Live CD. I don't even have to install pynotify, it is installed by default.
ubu...@ubuntu:~$ python test.py You clicked the default action Segmentation fault (core dumped) ubu...@ubuntu:~$ python --version Python 2.5.2 ubu...@ubuntu:~$ dpkg-query -W python-notify python-notify 0.1.1-2build1 Please try modified version of test with forced garbage collection. It is the only thing (which I know about) that may affect segfaulting, since reference is definitely isn't hold in code and object must be freed. ** Attachment added: "Modified test case with force garbage collection" http://launchpadlibrarian.net/21060975/test-default-action-gc.py -- Segfault on access to user data passed to action callback https://bugs.launchpad.net/bugs/314675 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
