On 9/23/10 3:14 PM, Thomas Gellekum wrote:
> Joe Marcus Clarke writes:
>
>> Python guys, after an upgrade to 2.6.6, starting audio/rhythmbox results
>> in a crash. Gdb reports:
>
> The Rhythmbox folks seem to have fixed their Python initialization code
> (bug 617
Guys, any clue as to what is causing this crash? Were there any
threading changes in 2.6.6 that may have triggered this? Thanks.
Joe
Original Message
Subject: Re: rhythmbox and python
Date: Fri, 17 Sep 2010 17:39:01 -0400
From: Joe Marcus Clarke
Organization: FreeBSD, Inc
PyEval_RestoreThread(_save);\
} G_STMT_END
Python has been built with default threading (but no pth). Counting
myself, three users have reported this problem on RELENG_8.
Joe
--
Joe Marcus Clarke
FreeBSD GNOME Team :: gn...@freebsd.org
FreeNode / #freebsd-gnome
http://www.Fr
On Mon, 2010-03-01 at 22:54 -0500, Mikhail T. wrote:
> Ok, some Python script somewhere is trying to do chflags on a file under
> ~/.cache. On this system, my home directory is NFS-mounted and the
> chflags fails. This should not be a fatal error, but it is... CC-ing
> Python-maintainers... Yours,