The only "crash" I see is the one that I pastebin'ed the other day. If you
want me to debug the problem further please advice what you would like me to
do. Can mail traces of logs etc if you want. 

-stian 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Daniel Henninger
> Sent: Saturday, March 11, 2006 2:34 PM
> To: PyAIM-t/PyICQ-t/PyMSN-t Discussion
> Subject: Re: [py-transports] PyICQ-t 0.7a traceback
> 
> That's... bizarre.  I wouldn't have released it if it didn't 
> respond to discovery.  (it does for me)  Are you getting any 
> errors in your debug logs?  My guess is something is crashing 
> during discovery.
> 
> Daniel
> 
> On Mar 11, 2006, at 4:17 AM, Stian B. Barmen wrote:
> 
> > Sorry I meant the discovery service, it does not publish into the 
> > discovery of transports.
> >
> > Anyway I downgraded to 0.7 and it works again now. So I 
> await a 0.7b 
> > or similar :)
> >
> > Thanks for your help.
> >
> > -stian
> >
> > Daniel Henninger skrev:
> >> "listen to pubsub" huh?  I've never even remotely looked 
> into pubsub!  
> >> In what way did it listen to pubsub before?
> >>
> >> Daniel
> >>
> >> On Mar 10, 2006, at 9:03 AM, Stian B. Barmen wrote:
> >>
> >>> The transport will not listen to the pubsub now, do I have to 
> >>> downgrade? The
> >>> 0.7 version did work, with some known glitches, but ok.
> >>>
> >>> -stian
> >>>
> >>>> -----Original Message-----
> >>>> From: [EMAIL PROTECTED]
> >>>> [mailto:[EMAIL PROTECTED] On Behalf Of 
> >>>> Daniel Henninger
> >>>> Sent: Friday, March 10, 2006 2:12 PM
> >>>> To: PyAIM-t/PyICQ-t/PyMSN-t Discussion
> >>>> Subject: Re: [py-transports] PyICQ-t 0.7a traceback
> >>>>
> >>>> Man thats hard to read!  (the syntax highlighting and small font 
> >>>> made it quite difficult on my screen)  Anyway, that 
> said, that is, 
> >>>> unfortunately, a known problem.  I quite frankly don't 
> understand 
> >>>> why it's happening.  As I understood, if I encode something with 
> >>>> 'replace', it's
> >>>> -supposed- to toss away (replace with ?) parts it doesn't 
> >>>> understand.  Obviously thats not happening.  It is, instead, 
> >>>> pitching a hissy fit.  I'll be working on this issue 
> this weekend.
> >>>>
> >>>> Daniel
> >>>>
> >>>> On Mar 10, 2006, at 6:31 AM, Stian B. Barmen wrote:
> >>>>
> >>>>> I get this when I try to start PyICQ-t, I just updated 
> to the last 
> >>>>> version.
> >>>>>
> >>>>> http://pastebin.com/594213
> >>>>>
> >>>>> Any ideas why this happens? Is the some twisted incompatability?
> >>>>>
> >>>>> Best regards
> >>>>> Stian B. Barmen
> >>>>> _______________________________________________
> >>>>> py-transports mailing list
> >>>>> [email protected]
> >>>>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
> >>>>
> >>>> _______________________________________________
> >>>> py-transports mailing list
> >>>> [email protected]
> >>>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
> >>>>
> >>> _______________________________________________
> >>> py-transports mailing list
> >>> [email protected]
> >>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
> >>
> >> _______________________________________________
> >> py-transports mailing list
> >> [email protected]
> >> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
> >
> > _______________________________________________
> > py-transports mailing list
> > [email protected]
> > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
> >
> >
> 
> _______________________________________________
> py-transports mailing list
> [email protected]
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 4490 bytes
Desc: not available
Url : 
http://modevia.com/pipermail/py-transports/attachments/20060313/290b81ff/smime.bin
From [EMAIL PROTECTED]  Mon Mar 13 09:12:40 2006
From: [EMAIL PROTECTED] (Norman Rasmussen)
Date: Mon Mar 13 09:12:46 2006
Subject: [py-transports] PyMSNt errors
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

On 3/13/06, James Bunton <[EMAIL PROTECTED]> wrote:
> On 08/03/2006, at 10:57 PM, Norman Rasmussen wrote:
>
> > On 3/8/06, James Bunton <[EMAIL PROTECTED]> wrote:
> >> This command gives you the current revision.
> >> svn info -R|grep "Revision:"|cut -d ' ' -f 2|sort -n|tail -n 1
> >> I'd have to implement that in python.
> > or just try run it on startup, and if it returns data use it,
> > otherwise default/blank.  I guess it's not very cross-platform. `svn
> > info` probably is.  Why don't you use `svn status -v`, it produces
> > less output and /might/ be easier to parse.
>
> Or I could write a little python to parse the XML in the .svn directory.
ohhh, xml in the .svn folder.  Looks like you only need to read the
root entry, to figure out what the current version is.  Just remember
that on some win32 systems the path is _svn.

> >> The kqreactor error is because the transport tries to import every
> >> reactor it knows about, in order of best to worst. As soon as it finds
> >> one that works, it stops.
> > hrm, what does it use to decide that one fails? obviously my transport
> > is ending up failing to start _any_ reactor, but only the final error
> > is show and delivered via xmpp to the user trying to login.
>
> In that case, it isn't failing to start a reactor. Its impossible for
> it to do _anything_ with the network without a reactor.
> You're probably getting select.
agreed, but the error says kqreactor, which is confusing.

> >> It should suppress the exception though. What python/twisted/OS
> >> version
> >> have you got?
> > Python 2.3.5 (#2, Nov 20 2005, 16:40:39)
> > [GCC 4.0.3 20051111 (prerelease) (Debian 4.0.2-4)] on linux2
> > Linux darkflame 2.6.12-1-686 #1 Tue Sep 27 12:52:50 JST 2005 i686
> > GNU/Linux
> > It's only a Pentium 166, with 64mb of RAM, and 256mb swap (often 50%
> > used), so there are instances where the machine will swap trash for a
> > while, too often for my liking.
> >
> > Is there some timeout I can extend to make it wait for longer?  Or
> > possibly can I force it to use a particular reactor, and not try and
> > auto-sense?
>
> Python version looks fine. The rest shouldn't matter at all. Twisted
> version?

# apt-cache show python2.3-twisted
Package: python2.3-twisted
Version: 2.0.1-5

# cd /usr/lib/python2.3/site-packages/twisted; grep __version__ * -R |
grep __init__
__init__.py:__version__ = '2.0.1'
flow/__init__.py:__version__ = '0.1'
lore/__init__.py:__version__ = '0.1'
mail/__init__.py:__version__ = '0.1'
names/__init__.py:__version__ = '0.1'
news/__init__.py:__version__ = '0.1'
pair/__init__.py:__version__ = '0.1'
runner/__init__.py:__version__ = '0.1'
web/__init__.py:__version__ = '0.5'
words/__init__.py:__version__ = '0.1'
xish/__init__.py:__version__ = '0.1'

it's very possible that this bug only started happening since the
debian package was upgraded to 2.0.1

--
- Norman Rasmussen
 - Email: [EMAIL PROTECTED]
 - Home page: http://norman.rasmussen.co.za/
From [EMAIL PROTECTED]  Mon Mar 13 14:40:59 2006
From: [EMAIL PROTECTED] (Daniel Henninger)
Date: Mon Mar 13 14:40:45 2006
Subject: [py-transports] PyICQ-t 0.7a traceback
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

That might help.  Like mail the trace of a log that's doing service  
discovery at the time.  (or at least, ought to be doing service  
discovery)  I can't figure out how one might duplicate this  
behavior.  =/  What Jabber server are you using?

Daniel

On Mar 13, 2006, at 3:23 AM, Stian B. Barmen wrote:

> The only "crash" I see is the one that I pastebin'ed the other day.  
> If you
> want me to debug the problem further please advice what you would  
> like me to
> do. Can mail traces of logs etc if you want.
>
> -stian
>
>> -----Original Message-----
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On Behalf Of
>> Daniel Henninger
>> Sent: Saturday, March 11, 2006 2:34 PM
>> To: PyAIM-t/PyICQ-t/PyMSN-t Discussion
>> Subject: Re: [py-transports] PyICQ-t 0.7a traceback
>>
>> That's... bizarre.  I wouldn't have released it if it didn't
>> respond to discovery.  (it does for me)  Are you getting any
>> errors in your debug logs?  My guess is something is crashing
>> during discovery.
>>
>> Daniel
>>
>> On Mar 11, 2006, at 4:17 AM, Stian B. Barmen wrote:
>>
>>> Sorry I meant the discovery service, it does not publish into the
>>> discovery of transports.
>>>
>>> Anyway I downgraded to 0.7 and it works again now. So I
>> await a 0.7b
>>> or similar :)
>>>
>>> Thanks for your help.
>>>
>>> -stian
>>>
>>> Daniel Henninger skrev:
>>>> "listen to pubsub" huh?  I've never even remotely looked
>> into pubsub!
>>>> In what way did it listen to pubsub before?
>>>>
>>>> Daniel
>>>>
>>>> On Mar 10, 2006, at 9:03 AM, Stian B. Barmen wrote:
>>>>
>>>>> The transport will not listen to the pubsub now, do I have to
>>>>> downgrade? The
>>>>> 0.7 version did work, with some known glitches, but ok.
>>>>>
>>>>> -stian
>>>>>
>>>>>> -----Original Message-----
>>>>>> From: [EMAIL PROTECTED]
>>>>>> [mailto:[EMAIL PROTECTED] On Behalf Of
>>>>>> Daniel Henninger
>>>>>> Sent: Friday, March 10, 2006 2:12 PM
>>>>>> To: PyAIM-t/PyICQ-t/PyMSN-t Discussion
>>>>>> Subject: Re: [py-transports] PyICQ-t 0.7a traceback
>>>>>>
>>>>>> Man thats hard to read!  (the syntax highlighting and small font
>>>>>> made it quite difficult on my screen)  Anyway, that
>> said, that is,
>>>>>> unfortunately, a known problem.  I quite frankly don't
>> understand
>>>>>> why it's happening.  As I understood, if I encode something with
>>>>>> 'replace', it's
>>>>>> -supposed- to toss away (replace with ?) parts it doesn't
>>>>>> understand.  Obviously thats not happening.  It is, instead,
>>>>>> pitching a hissy fit.  I'll be working on this issue
>> this weekend.
>>>>>>
>>>>>> Daniel
>>>>>>
>>>>>> On Mar 10, 2006, at 6:31 AM, Stian B. Barmen wrote:
>>>>>>
>>>>>>> I get this when I try to start PyICQ-t, I just updated
>> to the last
>>>>>>> version.
>>>>>>>
>>>>>>> http://pastebin.com/594213
>>>>>>>
>>>>>>> Any ideas why this happens? Is the some twisted incompatability?
>>>>>>>
>>>>>>> Best regards
>>>>>>> Stian B. Barmen
>>>>>>> _______________________________________________
>>>>>>> py-transports mailing list
>>>>>>> [email protected]
>>>>>>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>>>>>>
>>>>>> _______________________________________________
>>>>>> py-transports mailing list
>>>>>> [email protected]
>>>>>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>>>>>>
>>>>> _______________________________________________
>>>>> py-transports mailing list
>>>>> [email protected]
>>>>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>>>>
>>>> _______________________________________________
>>>> py-transports mailing list
>>>> [email protected]
>>>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>>>
>>> _______________________________________________
>>> py-transports mailing list
>>> [email protected]
>>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>>>
>>>
>>
>> _______________________________________________
>> py-transports mailing list
>> [email protected]
>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>>
> _______________________________________________
> py-transports mailing list
> [email protected]
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports

Reply via email to