SourceForge logo
SourceForge logo
Menu

matplotlib-devel — matplotlib developers

You can subscribe to this list here.

2003 Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
(1)
Nov
(33)
Dec
(20)
2004 Jan
(7)
Feb
(44)
Mar
(51)
Apr
(43)
May
(43)
Jun
(36)
Jul
(61)
Aug
(44)
Sep
(25)
Oct
(82)
Nov
(97)
Dec
(47)
2005 Jan
(77)
Feb
(143)
Mar
(42)
Apr
(31)
May
(93)
Jun
(93)
Jul
(35)
Aug
(78)
Sep
(56)
Oct
(44)
Nov
(72)
Dec
(75)
2006 Jan
(116)
Feb
(99)
Mar
(181)
Apr
(171)
May
(112)
Jun
(86)
Jul
(91)
Aug
(111)
Sep
(77)
Oct
(72)
Nov
(57)
Dec
(51)
2007 Jan
(64)
Feb
(116)
Mar
(70)
Apr
(74)
May
(53)
Jun
(40)
Jul
(519)
Aug
(151)
Sep
(132)
Oct
(74)
Nov
(282)
Dec
(190)
2008 Jan
(141)
Feb
(67)
Mar
(69)
Apr
(96)
May
(227)
Jun
(404)
Jul
(399)
Aug
(96)
Sep
(120)
Oct
(205)
Nov
(126)
Dec
(261)
2009 Jan
(136)
Feb
(136)
Mar
(119)
Apr
(124)
May
(155)
Jun
(98)
Jul
(136)
Aug
(292)
Sep
(174)
Oct
(126)
Nov
(126)
Dec
(79)
2010 Jan
(109)
Feb
(83)
Mar
(139)
Apr
(91)
May
(79)
Jun
(164)
Jul
(184)
Aug
(146)
Sep
(163)
Oct
(128)
Nov
(70)
Dec
(73)
2011 Jan
(235)
Feb
(165)
Mar
(147)
Apr
(86)
May
(74)
Jun
(118)
Jul
(65)
Aug
(75)
Sep
(162)
Oct
(94)
Nov
(48)
Dec
(44)
2012 Jan
(49)
Feb
(40)
Mar
(88)
Apr
(35)
May
(52)
Jun
(69)
Jul
(90)
Aug
(123)
Sep
(112)
Oct
(120)
Nov
(105)
Dec
(116)
2013 Jan
(76)
Feb
(26)
Mar
(78)
Apr
(43)
May
(61)
Jun
(53)
Jul
(147)
Aug
(85)
Sep
(83)
Oct
(122)
Nov
(18)
Dec
(27)
2014 Jan
(58)
Feb
(25)
Mar
(49)
Apr
(17)
May
(29)
Jun
(39)
Jul
(53)
Aug
(52)
Sep
(35)
Oct
(47)
Nov
(110)
Dec
(27)
2015 Jan
(50)
Feb
(93)
Mar
(96)
Apr
(30)
May
(55)
Jun
(83)
Jul
(44)
Aug
(8)
Sep
(5)
Oct
Nov
(1)
Dec
(1)
2016 Jan
Feb
Mar
(1)
Apr
May
Jun
(2)
Jul
Aug
(3)
Sep
(1)
Oct
(3)
Nov
Dec
2017 Jan
Feb
(5)
Mar
Apr
May
Jun
Jul
(3)
Aug
Sep
(7)
Oct
Nov
Dec
2018 Jan
Feb
Mar
Apr
May
Jun
Jul
(2)
Aug
Sep
Oct
Nov
Dec
S M T W T F S






1
2
(9)
3
(16)
4
(8)
5
(41)
6
(13)
7
(1)
8
(2)
9
(1)
10
(3)
11
(4)
12
(6)
13
(9)
14
(3)
15
(1)
16
17
(8)
18
(11)
19
(3)
20
(9)
21
(6)
22
(13)
23
(9)
24
(10)
25
(6)
26
(9)
27
(9)
28
(11)
29
(4)
30
(3)
31
(7)





Showing 11 results of 11

From: Darren D. <dsd...@gm...> - 2011年01月28日 23:58:56
On Fri, Jan 28, 2011 at 6:56 PM, John Hunter <jd...@gm...> wrote:
> On Fri, Jan 28, 2011 at 4:41 PM, Darren Dale <dsd...@gm...> wrote:
>
>> Stitched in from where? The jdhunter branch appears to only contain
>> one commit, so it only contains the contents of matplotlib/ for rev4.
>
> It's not a completely fleshed out thought, but if we got the cvs repo
> before the directory move, did cvs to svn on that repo, and then
> converted that to git, we might be able to stitch the two git
> histories together, one from before the move and one after.
That might be possible. Do you have access to the cvs repo?
From: John H. <jd...@gm...> - 2011年01月28日 23:57:01
On Fri, Jan 28, 2011 at 4:41 PM, Darren Dale <dsd...@gm...> wrote:
> Stitched in from where? The jdhunter branch appears to only contain
> one commit, so it only contains the contents of matplotlib/ for rev4.
It's not a completely fleshed out thought, but if we got the cvs repo
before the directory move, did cvs to svn on that repo, and then
converted that to git, we might be able to stitch the two git
histories together, one from before the move and one after.
JDH
From: Darren D. <dsd...@gm...> - 2011年01月28日 22:41:36
On Fri, Jan 28, 2011 at 4:14 PM, John Hunter <jd...@gm...> wrote:
> On Fri, Jan 28, 2011 at 2:09 PM, Darren Dale <dsd...@gm...> wrote:
>
>>> The first good svn version is apparently 541; the prior commit 540 had
>>> the log message "reorganizes py code".
>>> This was when we moved "matplotlib" to "lib/matplotlib" which I
>>> thought svn would handle gracefully. Any gurus have any idea if that
>>> early history is hidden somewhere in the bowels of svn?
>>
>> That was probably back when matplotlib was still using CVS, right?
>> Does the CVS repository still exist?
>
> I found a mailing list thread from Feb 2006 debating the switch from
> CVS to SVN, so yes, apparently I did the re-org while we were still on
> cvs which is why the history was lost. It may not be worth it, but I
> wonder if the matplotlib history from before the move to lib/ could be
> stitched back in.
Stitched in from where? The jdhunter branch appears to only contain
one commit, so it only contains the contents of matplotlib/ for rev4.
From: John H. <jd...@gm...> - 2011年01月28日 21:14:56
On Fri, Jan 28, 2011 at 2:09 PM, Darren Dale <dsd...@gm...> wrote:
>> The first good svn version is apparently 541; the prior commit 540 had
>> the log message "reorganizes py code".
>> This was when we moved "matplotlib" to "lib/matplotlib" which I
>> thought svn would handle gracefully. Any gurus have any idea if that
>> early history is hidden somewhere in the bowels of svn?
>
> That was probably back when matplotlib was still using CVS, right?
> Does the CVS repository still exist?
I found a mailing list thread from Feb 2006 debating the switch from
CVS to SVN, so yes, apparently I did the re-org while we were still on
cvs which is why the history was lost. It may not be worth it, but I
wonder if the matplotlib history from before the move to lib/ could be
stitched back in.
From: John H. <jd...@gm...> - 2011年01月28日 21:08:15
On Fri, Jan 28, 2011 at 2:57 PM, Pauli Virtanen <pa...@ik...> wrote:
> There seems to be some code under "branches/jdhunter/matplotlib/".
> Is it the correct stuff?
It's hard for me to know exactly if it the correct code (ie what was
in the HEAD of the trunk at revision 7) but it is at least the right
files in branches/jdhunter/matplotlib.
From: Pauli V. <pa...@ik...> - 2011年01月28日 20:57:38
On 2011年1月28日 14:00:40 -0600, John Hunter wrote:
[clip]
> The first good svn version is apparently 541; the prior commit 540 had
> the log message "reorganizes py code". This was when we moved
> "matplotlib" to "lib/matplotlib" which I thought svn would handle
> gracefully. Any gurus have any idea if that early history is hidden
> somewhere in the bowels of svn?
svn ls -r7 -Rv https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/
There seems to be some code under "branches/jdhunter/matplotlib/".
Is it the correct stuff?
From: Darren D. <dsd...@gm...> - 2011年01月28日 20:10:01
On Fri, Jan 28, 2011 at 3:00 PM, John Hunter <jd...@gm...> wrote:
> I was trying to spot check the git repo by checking out the first
> commit that we have a history for in the log
>
>> git checkout 48111d043ec52f9afb511ac447438877b236e7f3
>
> and notice that the main code directory 'matplotlib' was missing. I
> then tried to compare with a svn checkout of the same revision
>
>> svn co -r7 https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/trunk/matplotlib mpl7
>
> and it had the same problem. I went forward several commits, and the
> log messages clearly indicate that many of the commits apply to
> matplotlib proper, but the code is missing.
>
> The first good svn version is apparently 541; the prior commit 540 had
> the log message "reorganizes py code".
> This was when we moved "matplotlib" to "lib/matplotlib" which I
> thought svn would handle gracefully. Any gurus have any idea if that
> early history is hidden somewhere in the bowels of svn?
That was probably back when matplotlib was still using CVS, right?
Does the CVS repository still exist?
From: John H. <jd...@gm...> - 2011年01月28日 20:01:07
I was trying to spot check the git repo by checking out the first
commit that we have a history for in the log
> git checkout 48111d043ec52f9afb511ac447438877b236e7f3
and notice that the main code directory 'matplotlib' was missing. I
then tried to compare with a svn checkout of the same revision
> svn co -r7 https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/trunk/matplotlib mpl7
and it had the same problem. I went forward several commits, and the
log messages clearly indicate that many of the commits apply to
matplotlib proper, but the code is missing.
The first good svn version is apparently 541; the prior commit 540 had
the log message "reorganizes py code".
This was when we moved "matplotlib" to "lib/matplotlib" which I
thought svn would handle gracefully. Any gurus have any idea if that
early history is hidden somewhere in the bowels of svn?
JDH
From: Michiel de H. <mjl...@ya...> - 2011年01月28日 14:30:32
Hi Hubert,
I just uploaded a fix for this bug to the matplotlib trunk svn repository (see revision 8936). If you reinstall matplotlib from trunk, the bug should disappear.
Best,
--Michiel.
--- On Thu, 1/27/11, Hubert Holin <Hub...@fr...> wrote:
> From: Hubert Holin <Hub...@fr...>
> Subject: [matplotlib-devel] MacOS X backend possible leak
> To: mat...@li...
> Date: Thursday, January 27, 2011, 7:23 PM
> Paris (U.E.), le 28/01/2011
> 
>   Bonsoir
> 
>     I am trying to code a
> specialized data visualization technique (quite old and
> mostly forgotten), which I will release under the Python
> Software License. I want to customize the navigation bar
> read-out so as to give more relevant information than
> cartesian coordinates. I am not quite there yet, and may be
> missing a few things, but I have run into a problem.
> 
>     If I try to output a
> specific string to the navigation bar, using
> 
>      
> fig.canvas.toolbar.set_message("Toto")
> 
> then sure enough the correct message appears in the right
> place. However, using the MacOS X backend, I get the leak
> message reproduced at the end of this message. I would much
> prefer to code in a backend-agnostic manner. Could someone
> please point me in the right direction?
> 
>   Merci
> 
>      
> Hubert Holin
> 
> 8>< ===========================================
> ><8 
> 2011年01月27日 15:22:27.892 Python[747:10b] ***
> _NSAutoreleaseNoPool(): Object 0x10ad544c0 of class
> NSCFString autoreleased with no pool in place - just
> leaking
> Stack: (0x7fff82cc8d24 0x7fff82ba348c 0x103193750
> 0x10000dd78 0x1000e4910 0x100033df0 0x10000dd78 0x1000eb2f0
> 0x1000ed840 0x1000eb098 0x1000eaffc 0x1000eaffc 0x1000ed840
> 0x1000e8300 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098
> 0x1000eaffc 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098
> 0x1000ed840 0x1000eb098 0x1000ed840 0x1000ed950 0x1001188bc
> 0x100118d60 0x100133654 0x100000f54 0x300000000)
> 2011年01月27日 15:22:27.895 Python[747:10b] ***
> _NSAutoreleaseNoPool(): Object 0x10ad89aa0 of class
> NSSelectionArray autoreleased with no pool in place - just
> leaking
> Stack: (0x7fff82cc8d24 0x7fff82ba348c 0x7fff81618b2c
> 0x7fff81618abc 0x7fff815499b4 0x7fff815496b8 0x7fff81632598
> 0x7fff8152a814 0x7fff8152a2d8 0x103193770 0x10000dd78
> 0x1000e4910 0x100033df0 0x10000dd78 0x1000eb2f0 0x1000ed840
> 0x1000eb098 0x1000eaffc 0x1000eaffc 0x1000ed840 0x1000e8300
> 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000eaffc
> 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000ed840
> 0x1000eb098 0x1000ed840 0x1000ed950 0x1001188bc 0x100118d60
> 0x100133654 0x100000f54 0x300000000)
> 2011年01月27日 15:22:27.897 Python[747:10b] ***
> _NSAutoreleaseNoPool(): Object 0x10ad70ad0 of class
> NSSelectionArray autoreleased with no pool in place - just
> leaking
> Stack: (0x7fff82cc8d24 0x7fff82ba348c 0x7fff8161a1e0
> 0x7fff81618e64 0x7fff81618abc 0x7fff815499b4 0x7fff815496b8
> 0x7fff81632598 0x7fff8152a814 0x7fff8152a2d8 0x103193770
> 0x10000dd78 0x1000e4910 0x100033df0 0x10000dd78 0x1000eb2f0
> 0x1000ed840 0x1000eb098 0x1000eaffc 0x1000eaffc 0x1000ed840
> 0x1000e8300 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098
> 0x1000eaffc 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098
> 0x1000ed840 0x1000eb098 0x1000ed840 0x1000ed950 0x1001188bc
> 0x100118d60 0x100133654 0x100000f54 0x300000000)
> 2011年01月27日 15:22:27.899 Python[747:10b] ***
> _NSAutoreleaseNoPool(): Object 0x1025f9350 of class
> NSSelectionArray autoreleased with no pool in place - just
> leaking
> Stack: (0x7fff82cc8d24 0x7fff82ba348c 0x7fff8161ad88
> 0x7fff816192f4 0x7fff81618abc 0x7fff815499b4 0x7fff815496b8
> 0x7fff81632598 0x7fff8152a814 0x7fff8152a2d8 0x103193770
> 0x10000dd78 0x1000e4910 0x100033df0 0x10000dd78 0x1000eb2f0
> 0x1000ed840 0x1000eb098 0x1000eaffc 0x1000eaffc 0x1000ed840
> 0x1000e8300 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098
> 0x1000eaffc 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098
> 0x1000ed840 0x1000eb098 0x1000ed840 0x1000ed950 0x1001188bc
> 0x100118d60 0x100133654 0x100000f54 0x300000000)
> 2011年01月27日 15:22:27.901 Python[747:10b] ***
> _NSAutoreleaseNoPool(): Object 0x10ad6d480 of class
> NSAttributeDictionaryEnumerator autoreleased with no pool in
> place - just leaking
> Stack: (0x7fff82cc8d24 0x7fff82ba348c 0x7fff83041f08
> 0x7fff83042100 0x7fff83044bf0 0x7fff830449a8 0x7fff81619a58
> 0x7fff81618abc 0x7fff815499b4 0x7fff815496b8 0x7fff81632598
> 0x7fff8152a814 0x7fff8152a2d8 0x103193770 0x10000dd78
> 0x1000e4910 0x100033df0 0x10000dd78 0x1000eb2f0 0x1000ed840
> 0x1000eb098 0x1000eaffc 0x1000eaffc 0x1000ed840 0x1000e8300
> 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000eaffc
> 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000ed840
> 0x1000eb098 0x1000ed840 0x1000ed950 0x1001188bc 0x100118d60
> 0x100133654 0x100000f54 0x300000000)
> 2011年01月27日 15:22:27.903 Python[747:10b] ***
> _NSAutoreleaseNoPool(): Object 0x10ad8a8f0 of class
> NSCFDictionary autoreleased with no pool in place - just
> leaking
> Stack: (0x7fff82cc8d24 0x7fff82ba348c 0x7fff81619a58
> 0x7fff81618abc 0x7fff815499b4 0x7fff815496b8 0x7fff81632598
> 0x7fff8152a814 0x7fff8152a2d8 0x103193770 0x10000dd78
> 0x1000e4910 0x100033df0 0x10000dd78 0x1000eb2f0 0x1000ed840
> 0x1000eb098 0x1000eaffc 0x1000eaffc 0x1000ed840 0x1000e8300
> 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000eaffc
> 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000ed840
> 0x1000eb098 0x1000ed840 0x1000ed950 0x1001188bc 0x100118d60
> 0x100133654 0x100000f54 0x300000000)
> 2011年01月27日 15:22:27.905 Python[747:10b] ***
> _NSAutoreleaseNoPool(): Object 0x1025f96f0 of class
> NSCFDictionary autoreleased with no pool in place - just
> leaking
> Stack: (0x7fff82cc8d24 0x7fff82ba348c 0x7fff815f8f44
> 0x7fff815f8cec 0x7fff81619d40 0x7fff81618abc 0x7fff815499b4
> 0x7fff815496b8 0x7fff81632598 0x7fff8152a814 0x7fff8152a2d8
> 0x103193770 0x10000dd78 0x1000e4910 0x100033df0 0x10000dd78
> 0x1000eb2f0 0x1000ed840 0x1000eb098 0x1000eaffc 0x1000eaffc
> 0x1000ed840 0x1000e8300 0x1000ed840 0x1000eb098 0x1000ed840
> 0x1000eb098 0x1000eaffc 0x1000ed840 0x1000eb098 0x1000ed840
> 0x1000eb098 0x1000ed840 0x1000eb098 0x1000ed840 0x1000ed950
> 0x1001188bc 0x100118d60 0x100133654 0x100000f54
> 0x300000000)
> 2011年01月27日 15:22:27.912 Python[747:10b] ***
> _NSAutoreleaseNoPool(): Object 0x10ad8ab20 of class
> NSConcreteValue autoreleased with no pool in place - just
> leaking
> Stack: (0x7fff82cc8d24 0x7fff82ba348c 0x7fff82c207e8
> 0x7fff8161a028 0x7fff81618abc 0x7fff815499b4 0x7fff815496b8
> 0x7fff81632598 0x7fff8152a814 0x7fff8152a2d8 0x103193770
> 0x10000dd78 0x1000e4910 0x100033df0 0x10000dd78 0x1000eb2f0
> 0x1000ed840 0x1000eb098 0x1000eaffc 0x1000eaffc 0x1000ed840
> 0x1000e8300 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098
> 0x1000eaffc 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098
> 0x1000ed840 0x1000eb098 0x1000ed840 0x1000ed950 0x1001188bc
> 0x100118d60 0x100133654 0x100000f54 0x300000000)
> 2011年01月27日 15:22:27.914 Python[747:10b] ***
> _NSAutoreleaseNoPool(): Object 0x10ad8ac60 of class
> NSCFDictionary autoreleased with no pool in place - just
> leaking
> Stack: (0x7fff82cc8d24 0x7fff82ba348c 0x7fff83045098
> 0x7fff8161a05c 0x7fff81618abc 0x7fff815499b4 0x7fff815496b8
> 0x7fff81632598 0x7fff8152a814 0x7fff8152a2d8 0x103193770
> 0x10000dd78 0x1000e4910 0x100033df0 0x10000dd78 0x1000eb2f0
> 0x1000ed840 0x1000eb098 0x1000eaffc 0x1000eaffc 0x1000ed840
> 0x1000e8300 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098
> 0x1000eaffc 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098
> 0x1000ed840 0x1000eb098 0x1000ed840 0x1000ed950 0x1001188bc
> 0x100118d60 0x100133654 0x100000f54 0x300000000)
> 
> 
> 
> ------------------------------------------------------------------------------
> Special Offer-- Download ArcSight Logger for FREE (a 49ドル
> USD value)!
> Finally, a world-class log management solution at an even
> better price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer
> expires 
> February 28th, so secure your free ArcSight Logger TODAY! 
> http://p.sf.net/sfu/arcsight-sfd2d
> _______________________________________________
> Matplotlib-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
> 
 
From: Darren D. <dsd...@gm...> - 2011年01月28日 02:34:10
Hi Folks,
I'm planning on freezing the sourceforge svn repository Friday evening
at 8:00 (NY time), and moving the git repository to its new home on
Saturday morning.
If you have concerns, please speak up.
Darren
From: Hubert H. <Hub...@fr...> - 2011年01月28日 00:23:53
Paris (U.E.), le 28/01/2011
	Bonsoir
		I am trying to code a specialized data visualization technique (quite old and mostly forgotten), which I will release under the Python Software License. I want to customize the navigation bar read-out so as to give more relevant information than cartesian coordinates. I am not quite there yet, and may be missing a few things, but I have run into a problem.
		If I try to output a specific string to the navigation bar, using
			fig.canvas.toolbar.set_message("Toto")
then sure enough the correct message appears in the right place. However, using the MacOS X backend, I get the leak message reproduced at the end of this message. I would much prefer to code in a backend-agnostic manner. Could someone please point me in the right direction?
	Merci
			Hubert Holin
 8>< =========================================== ><8 
2011年01月27日 15:22:27.892 Python[747:10b] *** _NSAutoreleaseNoPool(): Object 0x10ad544c0 of class NSCFString autoreleased with no pool in place - just leaking
Stack: (0x7fff82cc8d24 0x7fff82ba348c 0x103193750 0x10000dd78 0x1000e4910 0x100033df0 0x10000dd78 0x1000eb2f0 0x1000ed840 0x1000eb098 0x1000eaffc 0x1000eaffc 0x1000ed840 0x1000e8300 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000eaffc 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000ed840 0x1000ed950 0x1001188bc 0x100118d60 0x100133654 0x100000f54 0x300000000)
2011年01月27日 15:22:27.895 Python[747:10b] *** _NSAutoreleaseNoPool(): Object 0x10ad89aa0 of class NSSelectionArray autoreleased with no pool in place - just leaking
Stack: (0x7fff82cc8d24 0x7fff82ba348c 0x7fff81618b2c 0x7fff81618abc 0x7fff815499b4 0x7fff815496b8 0x7fff81632598 0x7fff8152a814 0x7fff8152a2d8 0x103193770 0x10000dd78 0x1000e4910 0x100033df0 0x10000dd78 0x1000eb2f0 0x1000ed840 0x1000eb098 0x1000eaffc 0x1000eaffc 0x1000ed840 0x1000e8300 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000eaffc 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000ed840 0x1000ed950 0x1001188bc 0x100118d60 0x100133654 0x100000f54 0x300000000)
2011年01月27日 15:22:27.897 Python[747:10b] *** _NSAutoreleaseNoPool(): Object 0x10ad70ad0 of class NSSelectionArray autoreleased with no pool in place - just leaking
Stack: (0x7fff82cc8d24 0x7fff82ba348c 0x7fff8161a1e0 0x7fff81618e64 0x7fff81618abc 0x7fff815499b4 0x7fff815496b8 0x7fff81632598 0x7fff8152a814 0x7fff8152a2d8 0x103193770 0x10000dd78 0x1000e4910 0x100033df0 0x10000dd78 0x1000eb2f0 0x1000ed840 0x1000eb098 0x1000eaffc 0x1000eaffc 0x1000ed840 0x1000e8300 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000eaffc 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000ed840 0x1000ed950 0x1001188bc 0x100118d60 0x100133654 0x100000f54 0x300000000)
2011年01月27日 15:22:27.899 Python[747:10b] *** _NSAutoreleaseNoPool(): Object 0x1025f9350 of class NSSelectionArray autoreleased with no pool in place - just leaking
Stack: (0x7fff82cc8d24 0x7fff82ba348c 0x7fff8161ad88 0x7fff816192f4 0x7fff81618abc 0x7fff815499b4 0x7fff815496b8 0x7fff81632598 0x7fff8152a814 0x7fff8152a2d8 0x103193770 0x10000dd78 0x1000e4910 0x100033df0 0x10000dd78 0x1000eb2f0 0x1000ed840 0x1000eb098 0x1000eaffc 0x1000eaffc 0x1000ed840 0x1000e8300 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000eaffc 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000ed840 0x1000ed950 0x1001188bc 0x100118d60 0x100133654 0x100000f54 0x300000000)
2011年01月27日 15:22:27.901 Python[747:10b] *** _NSAutoreleaseNoPool(): Object 0x10ad6d480 of class NSAttributeDictionaryEnumerator autoreleased with no pool in place - just leaking
Stack: (0x7fff82cc8d24 0x7fff82ba348c 0x7fff83041f08 0x7fff83042100 0x7fff83044bf0 0x7fff830449a8 0x7fff81619a58 0x7fff81618abc 0x7fff815499b4 0x7fff815496b8 0x7fff81632598 0x7fff8152a814 0x7fff8152a2d8 0x103193770 0x10000dd78 0x1000e4910 0x100033df0 0x10000dd78 0x1000eb2f0 0x1000ed840 0x1000eb098 0x1000eaffc 0x1000eaffc 0x1000ed840 0x1000e8300 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000eaffc 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000ed840 0x1000ed950 0x1001188bc 0x100118d60 0x100133654 0x100000f54 0x300000000)
2011年01月27日 15:22:27.903 Python[747:10b] *** _NSAutoreleaseNoPool(): Object 0x10ad8a8f0 of class NSCFDictionary autoreleased with no pool in place - just leaking
Stack: (0x7fff82cc8d24 0x7fff82ba348c 0x7fff81619a58 0x7fff81618abc 0x7fff815499b4 0x7fff815496b8 0x7fff81632598 0x7fff8152a814 0x7fff8152a2d8 0x103193770 0x10000dd78 0x1000e4910 0x100033df0 0x10000dd78 0x1000eb2f0 0x1000ed840 0x1000eb098 0x1000eaffc 0x1000eaffc 0x1000ed840 0x1000e8300 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000eaffc 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000ed840 0x1000ed950 0x1001188bc 0x100118d60 0x100133654 0x100000f54 0x300000000)
2011年01月27日 15:22:27.905 Python[747:10b] *** _NSAutoreleaseNoPool(): Object 0x1025f96f0 of class NSCFDictionary autoreleased with no pool in place - just leaking
Stack: (0x7fff82cc8d24 0x7fff82ba348c 0x7fff815f8f44 0x7fff815f8cec 0x7fff81619d40 0x7fff81618abc 0x7fff815499b4 0x7fff815496b8 0x7fff81632598 0x7fff8152a814 0x7fff8152a2d8 0x103193770 0x10000dd78 0x1000e4910 0x100033df0 0x10000dd78 0x1000eb2f0 0x1000ed840 0x1000eb098 0x1000eaffc 0x1000eaffc 0x1000ed840 0x1000e8300 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000eaffc 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000ed840 0x1000ed950 0x1001188bc 0x100118d60 0x100133654 0x100000f54 0x300000000)
2011年01月27日 15:22:27.912 Python[747:10b] *** _NSAutoreleaseNoPool(): Object 0x10ad8ab20 of class NSConcreteValue autoreleased with no pool in place - just leaking
Stack: (0x7fff82cc8d24 0x7fff82ba348c 0x7fff82c207e8 0x7fff8161a028 0x7fff81618abc 0x7fff815499b4 0x7fff815496b8 0x7fff81632598 0x7fff8152a814 0x7fff8152a2d8 0x103193770 0x10000dd78 0x1000e4910 0x100033df0 0x10000dd78 0x1000eb2f0 0x1000ed840 0x1000eb098 0x1000eaffc 0x1000eaffc 0x1000ed840 0x1000e8300 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000eaffc 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000ed840 0x1000ed950 0x1001188bc 0x100118d60 0x100133654 0x100000f54 0x300000000)
2011年01月27日 15:22:27.914 Python[747:10b] *** _NSAutoreleaseNoPool(): Object 0x10ad8ac60 of class NSCFDictionary autoreleased with no pool in place - just leaking
Stack: (0x7fff82cc8d24 0x7fff82ba348c 0x7fff83045098 0x7fff8161a05c 0x7fff81618abc 0x7fff815499b4 0x7fff815496b8 0x7fff81632598 0x7fff8152a814 0x7fff8152a2d8 0x103193770 0x10000dd78 0x1000e4910 0x100033df0 0x10000dd78 0x1000eb2f0 0x1000ed840 0x1000eb098 0x1000eaffc 0x1000eaffc 0x1000ed840 0x1000e8300 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000eaffc 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000ed840 0x1000eb098 0x1000ed840 0x1000ed950 0x1001188bc 0x100118d60 0x100133654 0x100000f54 0x300000000)

Showing 11 results of 11

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /