Hey guys,

I was trying to use the python-elementary bindings today but when I do
an "import elementary" in the interpreter, I get a segfault. A gdb
backtrace is attached.


Best regards.
-- 
Rafael Fonseca
$: gdb /usr/bin/python2
GNU gdb (GDB) 7.4.1
Copyright (C) 2012 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 "i686-pc-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/python2...(no debugging symbols found)...done.
(gdb) r
Starting program: /usr/bin/python2 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".
Python 2.7.3 (default, Apr 24 2012, 00:06:13) 
[GCC 4.7.0 20120414 (prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import elementary

Program received signal SIGSEGV, Segmentation fault.
0xb7da6e18 in __memcpy_ssse3 () from /lib/libc.so.6
(gdb) bt
#0  0xb7da6e18 in __memcpy_ssse3 () from /lib/libc.so.6
#1  0xb7837a6d in __pyx_pf_10elementary_12c_elementary_init (
    __pyx_self=<optimized out>) at ./elementary/elementary.c_elementary.c:8805
#2  __pyx_pw_10elementary_12c_elementary_1init (__pyx_self=0x0, unused=0x0)
    at ./elementary/elementary.c_elementary.c:8682
#3  0xb7ef943f in PyEval_EvalFrameEx () from /usr/lib/libpython2.7.so.1.0
#4  0xb7efa03d in PyEval_EvalCodeEx () from /usr/lib/libpython2.7.so.1.0
#5  0xb7efa1b3 in PyEval_EvalCode () from /usr/lib/libpython2.7.so.1.0
#6  0xb7f098f2 in PyImport_ExecCodeModuleEx () from /usr/lib/libpython2.7.so.1.0
#7  0xb7f09b7f in load_source_module () from /usr/lib/libpython2.7.so.1.0
#8  0xb7f0a930 in load_package () from /usr/lib/libpython2.7.so.1.0
#9  0xb7f0ac91 in import_submodule () from /usr/lib/libpython2.7.so.1.0
#10 0xb7f0af2a in load_next () from /usr/lib/libpython2.7.so.1.0
#11 0xb7f0b449 in import_module_level.isra.9 ()
   from /usr/lib/libpython2.7.so.1.0
#12 0xb7f0b9e7 in PyImport_ImportModuleLevel ()
   from /usr/lib/libpython2.7.so.1.0
#13 0xb7ef0ff3 in builtin___import__ () from /usr/lib/libpython2.7.so.1.0
#14 0xb7e9ba21 in PyCFunction_Call () from /usr/lib/libpython2.7.so.1.0
#15 0xb7e60260 in PyObject_Call () from /usr/lib/libpython2.7.so.1.0
#16 0xb7ef2edb in PyEval_CallObjectWithKeywords ()
   from /usr/lib/libpython2.7.so.1.0
#17 0xb7ef6620 in PyEval_EvalFrameEx () from /usr/lib/libpython2.7.so.1.0
#18 0xb7efa03d in PyEval_EvalCodeEx () from /usr/lib/libpython2.7.so.1.0
#19 0xb7efa1b3 in PyEval_EvalCode () from /usr/lib/libpython2.7.so.1.0
#20 0xb7f12eca in run_mod () from /usr/lib/libpython2.7.so.1.0
#21 0xb7f14e3c in PyRun_InteractiveOneFlags () from /usr/lib/libpython2.7.so.1.0
#22 0xb7f15020 in PyRun_InteractiveLoopFlags ()
   from /usr/lib/libpython2.7.so.1.0
#23 0xb7f15621 in PyRun_AnyFileExFlags () from /usr/lib/libpython2.7.so.1.0
#24 0xb7f26932 in Py_Main () from /usr/lib/libpython2.7.so.1.0
#25 0x08048587 in main ()
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to