Bug#739194: blender: Segfaults at startup on armhf

Gunnar Wolf gwolf at gwolf.org
Thu Feb 20 18:22:24 UTC 2014


I'm providing some further data points, guided by the kind souls in
#debian-arm ;-)

After installing gdb, blender-dbg and python3.2-dbg, I ran blender
through gdb, and got the following output:

$ gdb --args blender -b -noaudio
GNU gdb (GDB) 7.4.1-debian
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 "arm-linux-gnueabihf".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/blender...Reading symbols from /usr/lib/debug/usr/bin/blender...(no debugging symbols found)...done.
(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/blender -b -noaudio
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
[New Thread 0x2d9ff3e0 (LWP 10385)]
[New Thread 0x2e1ff3e0 (LWP 10386)]
[New Thread 0x2e9ff3e0 (LWP 10387)]
[New Thread 0x2f1ff3e0 (LWP 10388)]

Program received signal SIGSEGV, Segmentation fault.
PyErr_SetObject (exception=0x2ae1acb4, value=0x2f3d5520) at ../Python/errors.c:59
59		../Python/errors.c: No such file or directory.
(gdb) bt
#0  PyErr_SetObject (exception=0x2ae1acb4, value=0x2f3d5520) at ../Python/errors.c:59
#1  0x2ace318c in PyErr_Format (exception=0x2ae1acb4, format=
    0x2ad5c0e4 "type '%.100s' participates in gc and is a base type but has inappropriate tp_free slot") at ../Python/errors.c:612
#2  0x2acead0e in PyType_Ready.part.39 (type=0x2ae1b9b8) at ../Objects/typeobject.c:3964
#3  PyType_Ready (type=0x2ae1b9b8) at ../Objects/typeobject.c:3851
#4  0x2acc9acc in _PyExc_Init () at ../Objects/exceptions.c:1984
#5  0x2acca140 in Py_InitializeEx.part.9 (install_sigs=1) at ../Python/pythonrun.c:272
#6  Py_InitializeEx (install_sigs=1) at ../Python/pythonrun.c:183
#7  0x004f9950 in BPY_python_start ()
#8  0x003034ea in WM_init ()
#9  0x002f6878 in main ()
(gdb)

I'll try to peek a bit more into it, will post if I get anywhere further.



More information about the pkg-multimedia-maintainers mailing list