attached is a backtrace of the crash from http://bugs.debian.org/614983
The segfault seems to happen in libraptor1. > 0 dkg@pip:~$ dpkg -l | grep libraptor > ii libraptor1 1.4.21-2 > Raptor RDF parser and serializer library > ii libraptor1-dbg 1.4.21-2 > Raptor RDF parser and serializer library - debugging symbols > ii libraptor2-0 2.0.0-1 > Raptor 2 RDF syntax library > 0 dkg@pip:~$ hth, --dkg
Current directory is /usr/bin/ GNU gdb (GDB) 7.2-debian Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i486-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /usr/bin/python...Reading symbols from /usr/lib/debug/usr/bin/python2.6...done. done. (gdb) run /usr/bin/install-xpi --help Starting program: /usr/bin/python /usr/bin/install-xpi --help [Thread debugging using libthread_db enabled] Program received signal SIGSEGV, Segmentation fault. raptor_new_uri_from_uri_local_name_v2 (world=0x0, uri=0x836a2a0, local_name=0x8369998 "\240\242\066\b\260\067)\b+") at raptor_uri.c:300 300 raptor_uri.c: No such file or directory. in raptor_uri.c (gdb) bt #0 raptor_new_uri_from_uri_local_name_v2 (world=0x0, uri=0x836a2a0, local_name=0x8369998 "\240\242\066\b\260\067)\b+") at raptor_uri.c:300 #1 0xb78b290d in raptor_new_uri_from_uri_local_name (uri=0x836a2a0, local_name=0x8369998 "\240\242\066\b\260\067)\b+") at raptor_uri.c:275 #2 0xb7970748 in librdf_new_node_from_uri_local_name () from /usr/lib/librdf.so.0 #3 0xb7960d88 in librdf_init_concepts () from /usr/lib/librdf.so.0 #4 0xb7958c85 in librdf_world_open () from /usr/lib/librdf.so.0 #5 0xb79a4ba7 in ?? () from /usr/lib/python2.6/dist-packages/Redland.so #6 0x080e0721 in call_function (f=<unknown at remote 0x834f330>, throwflag=0) at ../Python/ceval.c:3750 #7 PyEval_EvalFrameEx (f=<unknown at remote 0x834f330>, throwflag=0) at ../Python/ceval.c:2412 #8 0x080e2507 in PyEval_EvalCodeEx (co=0xb7a67b60, globals={'_world': None, 'NTriplesParser': <type at remote 0x83640ec>, 'Storage': <type at remote 0x836214c>, 'node_type': <function at remote 0xb7a82f0c>, 'RDFXMLParser': <type at remote 0x8363dc4>, 'Statement': <type at remote 0x835ee94>, 'RDQLQuery': <type at remote 0x836542c>, 'NodeTypeError': <type at remote 0x835a354>, 'Node': <type at remote 0x835e604>, 'TurtleSerializer': <type at remote 0x83673a4>, 'RSS10Serializer': <type at remote 0x836707c>, '__all__': ['Node', 'Statement', 'Model', 'Iterator', 'Serializer', 'NTriplesSerializer', 'RDFXMLSerializer', 'Stream', 'Storage', 'MemoryStorage', 'HashStorage', 'Uri', 'Parser', 'TurtleParser', 'NTriplesParser', 'NS', 'Query', 'RDQLQuery', 'SPARQLQuery', 'debug'], 'RDFXMLAbbrevSerializer': <type at remote 0x8366d54>, 'FileStorage': <type at remote 0x83630c4>, '__package__': None, 'IteratorIter': <type at remote 0x8361464>, 'generators': <_Feature(mandatory=(2, 3, 0, 'final', 0), optional=(2, 2, 0, 'alpha', 1), compiler_flag=0) at remote 0xb79c95ec>, 'Serializer': <t...(truncated), locals=0x0, args=0xb79ceb18, argcount=1, kws=0x0, kwcount=0, defs=0xb79cad38, defcount=2, closure=0x0) at ../Python/ceval.c:3000 #9 0x0816b80c in function_call (func=<function at remote 0xb79cd0d4>, arg=(<World(_cleanup=<built-in function librdf_free_world>, _world=<SwigPyObject at remote 0xb7a6e3c8>) at remote 0xb79ceaec>,), kw=0x0) at ../Objects/funcobject.c:524 #10 0x0806232a in PyObject_Call (func=<function at remote 0xb79cd0d4>, arg=(<World(_cleanup=<built-in function librdf_free_world>, _world=<SwigPyObject at remote 0xb7a6e3c8>) at remote 0xb79ceaec>,), kw=0x0) at ../Objects/abstract.c:2492 #11 0x0806a311 in instancemethod_call (func=<function at remote 0xb79cd0d4>, arg=(), kw=0x0) at ../Objects/classobject.c:2579 #12 0x0806232a in PyObject_Call (func=<instancemethod at remote 0xb7c19734>, arg=(), kw=0x0) at ../Objects/abstract.c:2492 #13 0x080b50c4 in slot_tp_init (self=<World(_cleanup=<built-in function librdf_free_world>, _world=<SwigPyObject at remote 0xb7a6e3c8>) at remote 0xb79ceaec>, args=(), kwds=0x0) at ../Objects/typeobject.c:5632 #14 0x080acd65 in type_call (type=0x835df74, args=(), kwds=0x0) at ../Objects/typeobject.c:742 #15 0x0806232a in PyObject_Call (func=<type at remote 0x835df74>, arg=(), kw=0x0) at ../Objects/abstract.c:2492 #16 0x080e016b in do_call (f=Frame 0x836968c, for file /usr/lib/python2.6/dist-packages/RDF.py, line 2373, in <module> (), throwflag=0) at ../Python/ceval.c:3968 #17 call_function (f=Frame 0x836968c, for file /usr/lib/python2.6/dist-packages/RDF.py, line 2373, in <module> (), throwflag=0) at ../Python/ceval.c:3773 #18 PyEval_EvalFrameEx (f=Frame 0x836968c, for file /usr/lib/python2.6/dist-packages/RDF.py, line 2373, in <module> (), throwflag=0) at ../Python/ceval.c:2412 #19 0x080e2507 in PyEval_EvalCodeEx (co=0xb79c85c0, globals={'_world': None, 'NTriplesParser': <type at remote 0x83640ec>, 'Storage': <type at remote 0x836214c>, 'node_type': <function at remote 0xb7a82f0c>, 'RDFXMLParser': <type at remote 0x8363dc4>, 'Statement': <type at remote 0x835ee94>, 'RDQLQuery': <type at remote 0x836542c>, 'NodeTypeError': <type at remote 0x835a354>, 'Node': <type at remote 0x835e604>, 'TurtleSerializer': <type at remote 0x83673a4>, 'RSS10Serializer': <type at remote 0x836707c>, '__all__': ['Node', 'Statement', 'Model', 'Iterator', 'Serializer', 'NTriplesSerializer', 'RDFXMLSerializer', 'Stream', 'Storage', 'MemoryStorage', 'HashStorage', 'Uri', 'Parser', 'TurtleParser', 'NTriplesParser', 'NS', 'Query', 'RDQLQuery', 'SPARQLQuery', 'debug'], 'RDFXMLAbbrevSerializer': <type at remote 0x8366d54>, 'FileStorage': <type at remote 0x83630c4>, '__package__': None, 'IteratorIter': <type at remote 0x8361464>, 'generators': <_Feature(mandatory=(2, 3, 0, 'final', 0), optional=(2, 2, 0, 'alpha', 1), compiler_flag=0) at remote 0xb79c95ec>, 'Serializer': <t...(truncated), locals={'_world': None, 'NTriplesParser': <type at remote 0x83640ec>, 'Storage': <type at remote 0x836214c>, 'node_type': <function at remote 0xb7a82f0c>, 'RDFXMLParser': <type at remote 0x8363dc4>, 'Statement': <type at remote 0x835ee94>, 'RDQLQuery': <type at remote 0x836542c>, 'NodeTypeError': <type at remote 0x835a354>, 'Node': <type at remote 0x835e604>, 'TurtleSerializer': <type at remote 0x83673a4>, 'RSS10Serializer': <type at remote 0x836707c>, '__all__': ['Node', 'Statement', 'Model', 'Iterator', 'Serializer', 'NTriplesSerializer', 'RDFXMLSerializer', 'Stream', 'Storage', 'MemoryStorage', 'HashStorage', 'Uri', 'Parser', 'TurtleParser', 'NTriplesParser', 'NS', 'Query', 'RDQLQuery', 'SPARQLQuery', 'debug'], 'RDFXMLAbbrevSerializer': <type at remote 0x8366d54>, 'FileStorage': <type at remote 0x83630c4>, '__package__': None, 'IteratorIter': <type at remote 0x8361464>, 'generators': <_Feature(mandatory=(2, 3, 0, 'final', 0), optional=(2, 2, 0, 'alpha', 1), compiler_flag=0) at remote 0xb79c95ec>, 'Serializer': <t...(truncated), args=0x0, argcount=0, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at ../Python/ceval.c:3000 #20 0x080e2607 in PyEval_EvalCode (co=0xb79c85c0, globals={'_world': None, 'NTriplesParser': <type at remote 0x83640ec>, 'Storage': <type at remote 0x836214c>, 'node_type': <function at remote 0xb7a82f0c>, 'RDFXMLParser': <type at remote 0x8363dc4>, 'Statement': <type at remote 0x835ee94>, 'RDQLQuery': <type at remote 0x836542c>, 'NodeTypeError': <type at remote 0x835a354>, 'Node': <type at remote 0x835e604>, 'TurtleSerializer': <type at remote 0x83673a4>, 'RSS10Serializer': <type at remote 0x836707c>, '__all__': ['Node', 'Statement', 'Model', 'Iterator', 'Serializer', 'NTriplesSerializer', 'RDFXMLSerializer', 'Stream', 'Storage', 'MemoryStorage', 'HashStorage', 'Uri', 'Parser', 'TurtleParser', 'NTriplesParser', 'NS', 'Query', 'RDQLQuery', 'SPARQLQuery', 'debug'], 'RDFXMLAbbrevSerializer': <type at remote 0x8366d54>, 'FileStorage': <type at remote 0x83630c4>, '__package__': None, 'IteratorIter': <type at remote 0x8361464>, 'generators': <_Feature(mandatory=(2, 3, 0, 'final', 0), optional=(2, 2, 0, 'alpha', 1), compiler_flag=0) at remote 0xb79c95ec>, 'Serializer': <t...(truncated), locals={'_world': None, 'NTriplesParser': <type at remote 0x83640ec>, 'Storage': <type at remote 0x836214c>, 'node_type': <function at remote 0xb7a82f0c>, 'RDFXMLParser': <type at remote 0x8363dc4>, 'Statement': <type at remote 0x835ee94>, 'RDQLQuery': <type at remote 0x836542c>, 'NodeTypeError': <type at remote 0x835a354>, 'Node': <type at remote 0x835e604>, 'TurtleSerializer': <type at remote 0x83673a4>, 'RSS10Serializer': <type at remote 0x836707c>, '__all__': ['Node', 'Statement', 'Model', 'Iterator', 'Serializer', 'NTriplesSerializer', 'RDFXMLSerializer', 'Stream', 'Storage', 'MemoryStorage', 'HashStorage', 'Uri', 'Parser', 'TurtleParser', 'NTriplesParser', 'NS', 'Query', 'RDQLQuery', 'SPARQLQuery', 'debug'], 'RDFXMLAbbrevSerializer': <type at remote 0x8366d54>, 'FileStorage': <type at remote 0x83630c4>, '__package__': None, 'IteratorIter': <type at remote 0x8361464>, 'generators': <_Feature(mandatory=(2, 3, 0, 'final', 0), optional=(2, 2, 0, 'alpha', 1), compiler_flag=0) at remote 0xb79c95ec>, 'Serializer': <t...(truncated)) at ../Python/ceval.c:541 #21 0x080f31df in PyImport_ExecCodeModuleEx (name=0xbfffe5cb "RDF", co=<code at remote 0xb79c85c0>, pathname=0xbfffc48b "/usr/lib/python2.6/dist-packages/RDF.pyc") at ../Python/import.c:677 #22 0x080f506c in load_source_module (name=<value optimized out>, pathname=0xbfffc48b "/usr/lib/python2.6/dist-packages/RDF.pyc", fp=<value optimized out>) at ../Python/import.c:1017 #23 0x080f5d95 in import_submodule (mod=None, subname=<value optimized out>, fullname=0xbfffe5cb "RDF") at ../Python/import.c:2592 #24 0x080f6055 in load_next (mod=None, altmod=<value optimized out>, p_name=<value optimized out>, buf=0xbfffe5cb "RDF", p_buflen=0xbffff5cc) at ../Python/import.c:2412 #25 0x080f6640 in import_module_level (name=0x0, globals={'stat': <module at remote 0xb7c3e20c>, '__builtins__': <module at remote 0xb7c3e074>, 'zipfile': <module at remote 0xb7c3eac4>, '__file__': '/usr/bin/install-xpi', 'subprocess': <module at remote 0xb7c3e8b4>, '__package__': None, 'sys': <module at remote 0xb7c3e08c>, 'optparse': <module at remote 0xb7c3e764>, '__name__': '__main__', 'csv': <module at remote 0xb7c3e4dc>, 'os': <module at remote 0xb7c3e14c>, '__doc__': None}, locals=<value optimized out>, fromlist=None, level=-1) at ../Python/import.c:2133 #26 0x080f6b27 in PyImport_ImportModuleLevel (name=0xb7c314b4 "RDF", globals={'stat': <module at remote 0xb7c3e20c>, '__builtins__': <module at remote 0xb7c3e074>, 'zipfile': <module at remote 0xb7c3eac4>, '__file__': '/usr/bin/install-xpi', 'subprocess': <module at remote 0xb7c3e8b4>, '__package__': None, 'sys': <module at remote 0xb7c3e08c>, 'optparse': <module at remote 0xb7c3e764>, '__name__': '__main__', 'csv': <module at remote 0xb7c3e4dc>, 'os': <module at remote 0xb7c3e14c>, '__doc__': None}, locals={'stat': <module at remote 0xb7c3e20c>, '__builtins__': <module at remote 0xb7c3e074>, 'zipfile': <module at remote 0xb7c3eac4>, '__file__': '/usr/bin/install-xpi', 'subprocess': <module at remote 0xb7c3e8b4>, '__package__': None, 'sys': <module at remote 0xb7c3e08c>, 'optparse': <module at remote 0xb7c3e764>, '__name__': '__main__', 'csv': <module at remote 0xb7c3e4dc>, 'os': <module at remote 0xb7c3e14c>, '__doc__': None}, fromlist=None, level=-1) at ../Python/import.c:2185 #27 0x080db0cf in builtin___import__ (self=0x0, args=('RDF', {'stat': <module at remote 0xb7c3e20c>, '__builtins__': <module at remote 0xb7c3e074>, 'zipfile': <module at remote 0xb7c3eac4>, '__file__': '/usr/bin/install-xpi', 'subprocess': <module at remote 0xb7c3e8b4>, '__package__': None, 'sys': <module at remote 0xb7c3e08c>, 'optparse': <module at remote 0xb7c3e764>, '__name__': '__main__', 'csv': <module at remote 0xb7c3e4dc>, 'os': <module at remote 0xb7c3e14c>, '__doc__': None}, {...}, None), kwds=0x0) at ../Python/bltinmodule.c:48 #28 0x0806232a in PyObject_Call (func=<built-in function __import__>, arg=('RDF', {'stat': <module at remote 0xb7c3e20c>, '__builtins__': <module at remote 0xb7c3e074>, 'zipfile': <module at remote 0xb7c3eac4>, '__file__': '/usr/bin/install-xpi', 'subprocess': <module at remote 0xb7c3e8b4>, '__package__': None, 'sys': <module at remote 0xb7c3e08c>, 'optparse': <module at remote 0xb7c3e764>, '__name__': '__main__', 'csv': <module at remote 0xb7c3e4dc>, 'os': <module at remote 0xb7c3e14c>, '__doc__': None}, {...}, None), kw=0x0) at ../Objects/abstract.c:2492 #29 0x080dbd10 in PyEval_CallObjectWithKeywords (func=<built-in function __import__>, arg=('RDF', {'stat': <module at remote 0xb7c3e20c>, '__builtins__': <module at remote 0xb7c3e074>, 'zipfile': <module at remote 0xb7c3eac4>, '__file__': '/usr/bin/install-xpi', 'subprocess': <module at remote 0xb7c3e8b4>, '__package__': None, 'sys': <module at remote 0xb7c3e08c>, 'optparse': <module at remote 0xb7c3e764>, '__name__': '__main__', 'csv': <module at remote 0xb7c3e4dc>, 'os': <module at remote 0xb7c3e14c>, '__doc__': None}, {...}, None), kw=<value optimized out>) at ../Python/ceval.c:3619 #30 0x080ddc08 in PyEval_EvalFrameEx (f=Frame 0x82e6ff4, for file /usr/bin/install-xpi, line 31, in <module> (), throwflag=0) at ../Python/ceval.c:2159 #31 0x080e2507 in PyEval_EvalCodeEx (co=0xb7c2a890, globals={'stat': <module at remote 0xb7c3e20c>, '__builtins__': <module at remote 0xb7c3e074>, 'zipfile': <module at remote 0xb7c3eac4>, '__file__': '/usr/bin/install-xpi', 'subprocess': <module at remote 0xb7c3e8b4>, '__package__': None, 'sys': <module at remote 0xb7c3e08c>, 'optparse': <module at remote 0xb7c3e764>, '__name__': '__main__', 'csv': <module at remote 0xb7c3e4dc>, 'os': <module at remote 0xb7c3e14c>, '__doc__': None}, locals={'stat': <module at remote 0xb7c3e20c>, '__builtins__': <module at remote 0xb7c3e074>, 'zipfile': <module at remote 0xb7c3eac4>, '__file__': '/usr/bin/install-xpi', 'subprocess': <module at remote 0xb7c3e8b4>, '__package__': None, 'sys': <module at remote 0xb7c3e08c>, 'optparse': <module at remote 0xb7c3e764>, '__name__': '__main__', 'csv': <module at remote 0xb7c3e4dc>, 'os': <module at remote 0xb7c3e14c>, '__doc__': None}, args=0x0, argcount=0, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0) at ../Python/ceval.c:3000 #32 0x080e2607 in PyEval_EvalCode (co=0xb7c2a890, globals={'stat': <module at remote 0xb7c3e20c>, '__builtins__': <module at remote 0xb7c3e074>, 'zipfile': <module at remote 0xb7c3eac4>, '__file__': '/usr/bin/install-xpi', 'subprocess': <module at remote 0xb7c3e8b4>, '__package__': None, 'sys': <module at remote 0xb7c3e08c>, 'optparse': <module at remote 0xb7c3e764>, '__name__': '__main__', 'csv': <module at remote 0xb7c3e4dc>, 'os': <module at remote 0xb7c3e14c>, '__doc__': None}, locals={'stat': <module at remote 0xb7c3e20c>, '__builtins__': <module at remote 0xb7c3e074>, 'zipfile': <module at remote 0xb7c3eac4>, '__file__': '/usr/bin/install-xpi', 'subprocess': <module at remote 0xb7c3e8b4>, '__package__': None, 'sys': <module at remote 0xb7c3e08c>, 'optparse': <module at remote 0xb7c3e764>, '__name__': '__main__', 'csv': <module at remote 0xb7c3e4dc>, 'os': <module at remote 0xb7c3e14c>, '__doc__': None}) at ../Python/ceval.c:541 #33 0x080ffcbd in run_mod (fp=0x829f6b8, filename=0xbffffc75 "/usr/bin/install-xpi", start=257, globals={'stat': <module at remote 0xb7c3e20c>, '__builtins__': <module at remote 0xb7c3e074>, 'zipfile': <module at remote 0xb7c3eac4>, '__file__': '/usr/bin/install-xpi', 'subprocess': <module at remote 0xb7c3e8b4>, '__package__': None, 'sys': <module at remote 0xb7c3e08c>, 'optparse': <module at remote 0xb7c3e764>, '__name__': '__main__', 'csv': <module at remote 0xb7c3e4dc>, 'os': <module at remote 0xb7c3e14c>, '__doc__': None}, locals={'stat': <module at remote 0xb7c3e20c>, '__builtins__': <module at remote 0xb7c3e074>, 'zipfile': <module at remote 0xb7c3eac4>, '__file__': '/usr/bin/install-xpi', 'subprocess': <module at remote 0xb7c3e8b4>, '__package__': None, 'sys': <module at remote 0xb7c3e08c>, 'optparse': <module at remote 0xb7c3e764>, '__name__': '__main__', 'csv': <module at remote 0xb7c3e4dc>, 'os': <module at remote 0xb7c3e14c>, '__doc__': None}, closeit=1, flags=0xbffffa2c) at ../Python/pythonrun.c:1351 #34 PyRun_FileExFlags (fp=0x829f6b8, filename=0xbffffc75 "/usr/bin/install-xpi", start=257, globals={'stat': <module at remote 0xb7c3e20c>, '__builtins__': <module at remote 0xb7c3e074>, 'zipfile': <module at remote 0xb7c3eac4>, '__file__': '/usr/bin/install-xpi', 'subprocess': <module at remote 0xb7c3e8b4>, '__package__': None, 'sys': <module at remote 0xb7c3e08c>, 'optparse': <module at remote 0xb7c3e764>, '__name__': '__main__', 'csv': <module at remote 0xb7c3e4dc>, 'os': <module at remote 0xb7c3e14c>, '__doc__': None}, locals={'stat': <module at remote 0xb7c3e20c>, '__builtins__': <module at remote 0xb7c3e074>, 'zipfile': <module at remote 0xb7c3eac4>, '__file__': '/usr/bin/install-xpi', 'subprocess': <module at remote 0xb7c3e8b4>, '__package__': None, 'sys': <module at remote 0xb7c3e08c>, 'optparse': <module at remote 0xb7c3e764>, '__name__': '__main__', 'csv': <module at remote 0xb7c3e4dc>, 'os': <module at remote 0xb7c3e14c>, '__doc__': None}, closeit=1, flags=0xbffffa2c) at ../Python/pythonrun.c:1337 #35 0x080fff22 in PyRun_SimpleFileExFlags (fp=0x829f6b8, filename=0xbffffc75 "/usr/bin/install-xpi", closeit=1, flags=0xbffffa2c) at ../Python/pythonrun.c:941 #36 0x0805dd81 in Py_Main (argc=3, argv=0xbffffb14) at ../Modules/main.c:577 #37 0x0805cf6b in main (argc=3, argv=0xbffffb14) at ../Modules/python.c:23 (gdb)
signature.asc
Description: OpenPGP digital signature