Package: python-kde3
Version: 3.15.2+20060422-2
Severity: important

If I want to get the standard addressbook object python segfaults, see python 
interactive shell and backtrace below.

$ python
Python 2.3.5 (#2, Jul 30 2006, 15:57:01)
[GCC 4.1.2 20060715 (prerelease) (Debian 4.1.1-9)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from kabc import KABC
>>> ab = KABC.StdAddressBook.self()
Speicherzugriffsfehler


Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1478121792 (LWP 6986)]
KInstance::dirs (this=0x0) at 
/home/sid-user/kdelibs/kdelibs-3.5.4/./kdecore/kinstance.cpp:162
162     /home/sid-user/kdelibs/kdelibs-3.5.4/./kdecore/kinstance.cpp: Datei 
oder Verzeichnis nicht gefunden.
        in /home/sid-user/kdelibs/kdelibs-3.5.4/./kdecore/kinstance.cpp
Current language:  auto; currently c++
(gdb) bt
#0  KInstance::dirs (this=0x0) at 
/home/sid-user/kdelibs/kdelibs-3.5.4/./kdecore/kinstance.cpp:162
#1  0xa6a5c952 in KGlobal::dirs () at 
/home/sid-user/kdelibs/kdelibs-3.5.4/./kdecore/kglobal.cpp:58
#2  0xa6ad49e9 in KSycoca::openDatabase (this=0x8263450, 
openDummyIfNotFound=true) at 
/home/sid-user/kdelibs/kdelibs-3.5.4/./kdecore/ksycoca.cpp:116
#3  0xa6ad5c66 in KSycoca (this=0x8263450) at 
/home/sid-user/kdelibs/kdelibs-3.5.4/./kdecore/ksycoca.cpp:103
#4  0xa6ad5cf9 in KSycoca::self () at 
/home/sid-user/kdelibs/kdelibs-3.5.4/./kdecore/ksycoca.cpp:215
#5  0xa6ad5f6c in KSycocaFactory (this=0x81cd820, 
factory_id=KST_KServiceTypeFactory)
    at /home/sid-user/kdelibs/kdelibs-3.5.4/./kdecore/ksycocafactory.cpp:34
#6  0xa6ee92b8 in KServiceTypeFactory (this=0x81cd820) at 
/home/sid-user/kdelibs/kdelibs-3.5.4/./kio/kio/kservicetypefactory.cpp:34
#7  0xa6ee94ab in KServiceTypeFactory::self () at 
/home/sid-user/kdelibs/kdelibs-3.5.4/./kio/kio/kservicetypefactory.cpp:76
#8  0xa6f489d0 in KServiceTypeProfile::initStatic () at 
/home/sid-user/kdelibs/kdelibs-3.5.4/./kio/kio/kuserprofile.cpp:51
#9  0xa6f49152 in KServiceTypeProfile::offers ([EMAIL PROTECTED], [EMAIL 
PROTECTED])
    at /home/sid-user/kdelibs/kdelibs-3.5.4/./kio/kio/kuserprofile.cpp:115
#10 0xa6f49c88 in KTrader::query (this=0x81cd790, [EMAIL PROTECTED], [EMAIL 
PROTECTED], [EMAIL PROTECTED],
    [EMAIL PROTECTED]) at 
/home/sid-user/kdelibs/kdelibs-3.5.4/./kio/kio/ktrader.cpp:130
#11 0xa6f4e0d8 in KTrader::query (this=0x81cd790, [EMAIL PROTECTED], [EMAIL 
PROTECTED], [EMAIL PROTECTED])
    at /home/sid-user/kdelibs/kdelibs-3.5.4/./kio/kio/ktrader.cpp:109
#12 0xa6d22ee2 in Factory (this=0x820e838, [EMAIL PROTECTED]) at 
/home/sid-user/kdelibs/kdelibs-3.5.4/./kresources/factory.cpp:62
#13 0xa6d23155 in KRES::Factory::self ([EMAIL PROTECTED]) at 
/home/sid-user/kdelibs/kdelibs-3.5.4/./kresources/factory.cpp:51
#14 0xa7a8620d in AddressBook (this=0x8229ac8, [EMAIL PROTECTED]) at 
/home/sid-user/kdelibs/kdelibs-3.5.4/./kresources/manager.h:214
#15 0xa7aa89be in StdAddressBook (this=0x8229ac8) at 
/home/sid-user/kdelibs/kdelibs-3.5.4/./kabc/stdaddressbook.cpp:78
#16 0xa7aa8a5b in KABC::StdAddressBook::self () at 
/home/sid-user/kdelibs/kdelibs-3.5.4/./kabc/stdaddressbook.cpp:62
#17 0xa7b6c990 in sipKABC_Resource::asyncLoad () from 
/usr/lib/python2.3/site-packages/kabc.so
#18 0x080b3f8d in eval_frame (f=0x8144c54) at ../Python/ceval.c:3445
#19 0x080b4a25 in PyEval_EvalCodeEx (co=0xa5ac1ba0, globals=0xa7e3279c, 
locals=0xa7e3279c, args=0x0, argcount=0, kws=0x0, kwcount=0, defs=0x0,
    defcount=0, closure=0x0) at ../Python/ceval.c:2669
#20 0x080b4ab9 in PyEval_EvalCode (co=0xa5ac1ba0, globals=0xa7e3279c, 
locals=0xa7e3279c) at ../Python/ceval.c:537
#21 0x080d4815 in PyRun_InteractiveOneFlags (fp=0xa7f89300, filename=0x80f9ffc 
"<stdin>", flags=0xaf8307d8) at ../Python/pythonrun.c:1267
#22 0x080d4930 in PyRun_InteractiveLoopFlags (fp=0xa7f89300, filename=0x80f9ffc 
"<stdin>", flags=0xaf8307d8) at ../Python/pythonrun.c:690
#23 0x080d54a2 in PyRun_AnyFileExFlags (fp=0xa7f89300, filename=0x80f9ffc 
"<stdin>", closeit=0, flags=0xaf8307d8) at ../Python/pythonrun.c:653
#24 0x08054fbf in Py_Main (argc=0, argv=0xaf830894) at ../Modules/main.c:415
#25 0x08054992 in main (argc=Cannot access memory at address 0x10
) at ../Modules/python.c:23

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-686
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8)

Versions of packages python-kde3 depends on:
ii  python                        2.3.5-11   An interactive high-level object-o
ii  python-central                0.5.4      register and build utility for Pyt
ii  python-qt3                    3.16-1.2   Qt3 bindings for Python

python-kde3 recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to