Have you tried running with older checkouts on the master branch to
see when the problem was introduced? You can do something like:

git log --oneline --graph lib/matplotlib/backends/backend_qt4.py # or
backend_qt4agg.py

to see what commits were applied to master but not v1.0.x. Try
bisecting the commit history to find the commit that introduced the
problem (which you might want to describe in a little more detail.)

Darren

On Mon, Mar 12, 2012 at 10:13 AM, Keith Hughitt <keith.hugh...@gmail.com> wrote:
> *bump*
>
> Anyone else encountering this problem?
>
>
> On Tue, Mar 6, 2012 at 4:06 PM, Keith Hughitt <keith.hugh...@gmail.com>
> wrote:
>>
>> Hey all,
>>
>> Anyone know what has changed from Maplotlib 1.0.x to 1.1.x that might
>> cause a PyQt4 application to segfault?
>>
>> Here is the code I'm working
>> on: https://github.com/sunpy/sunpy/blob/master/doc/examples/rgb_composite/rgb_composite.py
>>
>> It works fine with earlier versions of Matplotlib (0.99 and 1.0.x) but
>> when I try and run the demo with Matplotlib 1.1 I get a segfault.
>>
>> Any ideas?
>>
>> Thanks,
>> Keith
>>
>
>
> ------------------------------------------------------------------------------
> Try before you buy = See our experts in action!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-dev2
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to