Jerome Laheurte | 17 Aug 11:01
Favicon

PyDeadObject


Hi. I get a bunch of PyDeadObject exceptions when running the unit 
tests (from trun, wx 2.8.7.1, Python 2.5), in getColumnUICommands. 
The tests still pass though. Have you noticed something like this ?

------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/taskcoach-dev/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/taskcoach-dev/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:taskcoach-dev-digest@... 
    mailto:taskcoach-dev-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    taskcoach-dev-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

(Continue reading)

Jerome Laheurte | 17 Aug 11:05
Favicon

Re: PyDeadObject

On Sun, 17 Aug 2008, Jerome Laheurte wrote:

> Hi. I get a bunch of PyDeadObject exceptions when running the unit
> tests (from trun, wx 2.8.7.1, Python 2.5), in getColumnUICommands.
> The tests still pass though. Have you noticed something like this ?

Oops, forgot to tell I get this on Windows, and not on Linux. Haven't 
tried MacOS yet.

------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/taskcoach-dev/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/taskcoach-dev/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:taskcoach-dev-digest@... 
    mailto:taskcoach-dev-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    taskcoach-dev-unsubscribe@...

(Continue reading)

Frank Niessink | 17 Aug 15:08

Re: PyDeadObject

2008/8/17 Jerome Laheurte <fraca7@...>:
>
> Hi. I get a bunch of PyDeadObject exceptions when running the unit
> tests (from trun, wx 2.8.7.1, Python 2.5), in getColumnUICommands.
> The tests still pass though. Have you noticed something like this ?

Nope, but I have been developing on Fedora the last couple of weeks.
I'd like to release 0.70.3 today so I'm working on that at the moment.
After that I'll look into it.

Cheers, Frank

------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/taskcoach-dev/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/taskcoach-dev/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:taskcoach-dev-digest@... 
    mailto:taskcoach-dev-fullfeatured@...

(Continue reading)

Jerome Laheurte | 17 Aug 15:29
Favicon

Re: PyDeadObject

On Sun, 17 Aug 2008, Frank Niessink wrote:

> 2008/8/17 Jerome Laheurte <fraca7@...>:
>>
>> Hi. I get a bunch of PyDeadObject exceptions when running the unit
>> tests (from trun, wx 2.8.7.1, Python 2.5), in getColumnUICommands.
>> The tests still pass though. Have you noticed something like this ?
>
> Nope, but I have been developing on Fedora the last couple of weeks.
> I'd like to release 0.70.3 today so I'm working on that at the moment.
> After that I'll look into it.

Okay. Make sure to "svn update" before releasing, I just fixed a bug I 
introduced in release.py.

------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/taskcoach-dev/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/taskcoach-dev/join
    (Yahoo! ID required)

<*> To change settings via email:
(Continue reading)

Carl Zmola | 18 Aug 03:33
Favicon

Re: PyDeadObject

Jerome Laheurte wrote:
> Hi. I get a bunch of PyDeadObject exceptions when running the unit 
> tests (from trun, wx 2.8.7.1, Python 2.5), in getColumnUICommands. 
> The tests still pass though. Have you noticed something like this ?
>   
I see this too (on windows).

BTW,  when debugging from eclipse, I see a bunch of the following 
exceptions.
Exception exceptions.SystemError: 'error return without exception set' 
in <generator object at 0x034D9EB8> ignored
I am assuming this is normal, but is there a reason for it?  And is it 
possible to get rid of it?

Carl

------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/taskcoach-dev/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/taskcoach-dev/join
    (Yahoo! ID required)

(Continue reading)

Jerome Laheurte | 18 Aug 07:07
Favicon

Re: PyDeadObject

On Sun, 17 Aug 2008, Carl Zmola wrote:

> Jerome Laheurte wrote:

>> Hi. I get a bunch of PyDeadObject exceptions when running the unit
>> tests (from trun, wx 2.8.7.1, Python 2.5), in getColumnUICommands.
>> The tests still pass though. Have you noticed something like this ?
>>
> I see this too (on windows).
>
> BTW,  when debugging from eclipse, I see a bunch of the following
> exceptions.
> Exception exceptions.SystemError: 'error return without exception set'
> in <generator object at 0x034D9EB8> ignored
> I am assuming this is normal, but is there a reason for it?  And is it
> possible to get rid of it?

That's strange. This can only happen in a C/C++ extension module 
(someone returning NULL without calling PyErr_SetString), so TaskCoach 
is not involved. I don't remember any part of the wxPython API using 
generators.

------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/taskcoach-dev/

<*> Your email settings:
(Continue reading)

Frank Niessink | 18 Aug 19:06

Re: PyDeadObject

2008/8/18 Jerome Laheurte <fraca7@...>:
> On Sun, 17 Aug 2008, Carl Zmola wrote:
>> BTW,  when debugging from eclipse, I see a bunch of the following
>> exceptions.
>> Exception exceptions.SystemError: 'error return without exception set'
>> in <generator object at 0x034D9EB8> ignored
>> I am assuming this is normal, but is there a reason for it?  And is it
>> possible to get rid of it?
>
> That's strange. This can only happen in a C/C++ extension module
> (someone returning NULL without calling PyErr_SetString), so TaskCoach
> is not involved. I don't remember any part of the wxPython API using
> generators.

I have had these kind of weird errors/exceptions for ages when
debugging in Eclipse and only when debugging in Eclipse. I think it's
PyDev...

Cheers, Frank

------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/taskcoach-dev/

<*> Your email settings:
    Individual Email | Traditional

(Continue reading)


Gmane