On Fri, Jan 22, 2010 at 04:18:07PM +0100, Martin Jansa wrote:
> On Fri, Jan 22, 2010 at 03:58:16PM +0100, Martin Jansa wrote:
> > On Thu, Jan 21, 2010 at 07:54:50PM +0100, Michael Pilgermann wrote:
> > > To be honest - I haven't got a clue about C++ stuff; debug and so on ...
> > > but I used gdb now in order to get a stack trace - maybe that is help to
> > > somebody:
> > > 
> > > 
> > > Program received signal SIGSEGV, Segmentation fault.
> > > 0x4074a6f0 in ?? () from /usr/lib/libsyncml.so.2
> > > (gdb) bt
> > > #0  0x4074a6f0 in ?? () from /usr/lib/libsyncml.so.2
> > > #1  0x400be322 in ?? () from /usr/lib/libpython2.6.so.1.0
> > > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
> > > (gdb)
> > 
> > With debuging symbols you I got something a bit different..
> 
> more info here http://pastebin.ca/1761592
> 
> I don't have spare time this week or so.. but I asked pb for help, his
> expirienced eye can see thumb interworking problems even with quick
> glance :).

Just tested on armv5te (where is not problem with libxml2)

ANG r...@zjama / $ python /opt/pisi/pisi.py syncmlMobicalCalendar localIcs
 10% 
[========........................................................................]
 Loading from sourceses

seems hanging.. so I killed it to show where it's waiting
  File "/opt/pisi/pisi.py", line 156, in <module>
    pisicli.startCLI()
  File "/opt/pisi/pisicli.py", line 232, in startCLI
    source[0].load()
  File "/opt/pisi/modules/calendar_syncml.py", line 69, in load
    events_raw = if_calendar.downloadItems()   # load
  File "/opt/pisi/thirdparty/conduit/SyncmlModule.py", line 203, in 
downloadItems
    self._refresh_lock.wait(60)
  File "/usr/lib/python2.6/threading.py", line 393, in wait
    self.__cond.wait(timeout)
  File "/usr/lib/python2.6/threading.py", line 256, in wait
    _sleep(delay)

config file is default one (with wrong - default user/pass) but some 
error message about cannot connect syncml site would be nice


In message about missing config is wrong filename:
With the package a well-documented sample was placed at 
'/home/root/.pisi/conf_default'.

conf_default but conf.default is installed

And last one..
You should add python-ctypes to RDEPENDS (ie for next version)
  File "/opt/pisi/thirdparty/conduit/pysyncml.py", line 1, in <module>
    from ctypes import *
ImportError: No module named ctypes
ANG r...@zjama / $ opkg install python-ctypes

-- 
uin:136542059                jid:[email protected]
Jansa Martin                 sip:[email protected] 
JaMa                         
_______________________________________________
Shr-User mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-user

Reply via email to