Log In
New Account
Home My Page Projects Blender 2.x BF release
Summary Activity Tracker SCM Files

Blender 2.6 Bug Tracker: Browse

[#26454] WITH_PYTHON_SAFETY crash.

Date:
2011-03-11 00:57
Priority:
3
State:
Closed
Submitted by:
Ralf Hölzemer (cheleb)
Assigned to:
Campbell Barton (campbellbarton)
Category:
Python
Status:
Fixed / Closed
Relates to:
Duplicates:
Patches:
 
Summary:
WITH_PYTHON_SAFETY crash.
Detailed description
Blender crashes on Ubuntu 10.04 64 bit/Python 3.2 when opening the preferences window, either via hotkey or the menu.
See attached textfile for system info

gdb log:

ralf@desktop:~$ gdb blender
GNU gdb (GDB) 7.2-ubuntu
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 "x86_64-linux-gnu".
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...done.
done.
(gdb) run
Starting program: /usr/bin/blender
[Thread debugging using libthread_db enabled]
[New Thread 0x7fffe9995700 (LWP 2511)]

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff5f13a96 in PyObject_ClearWeakRefs () from /usr/lib/libpython3.2mu.so.1.0
(gdb) bt
#0 0x00007ffff5f13a96 in PyObject_ClearWeakRefs () from /usr/lib/libpython3.2mu.so.1.0
#1 0x0000000000cfde50 in pyrna_prop_collection_iter_dealloc (self=0x3d60cb0) at /build/buildd/blender-2.56.2+svn35457~maverick1/source/blender/python/intern/bpy_rna.c:4887
#2 0x00007ffff5f33d37 in PyEval_EvalFrameEx () from /usr/lib/libpython3.2mu.so.1.0
#3 0x00007ffff5f3898f in PyEval_EvalCodeEx () from /usr/lib/libpython3.2mu.so.1.0
#4 0x00007ffff5ec1bb2 in ?? () from /usr/lib/libpython3.2mu.so.1.0
#5 0x00007ffff5e96289 in PyObject_Call () from /usr/lib/libpython3.2mu.so.1.0
#6 0x0000000000d03b82 in bpy_class_call (C=0x2753bf8, ptr=0x7fffffffdf60, func=0x2614080, parms=<value optimized out>)
at /build/buildd/blender-2.56.2+svn35457~maverick1/source/blender/python/intern/bpy_rna.c:5856
#7 0x00000000012d2428 in panel_draw (C=0x2753bf8, pnl=0x4584c18) at /build/buildd/blender-2.56.2+svn35457~maverick1/source/blender/makesrna/intern/rna_ui.c:130
#8 0x0000000000c13adc in ED_region_panels (C=0x2753bf8, ar=0x4582638, vertical=<value optimized out>, context=<value optimized out>, contextnr=<value optimized out>)
at /build/buildd/blender-2.56.2+svn35457~maverick1/source/blender/editors/screen/area.c:1320
#9 0x0000000000c14d95 in ED_region_do_draw (C=0x2753bf8, ar=0x4582638) at /build/buildd/blender-2.56.2+svn35457~maverick1/source/blender/editors/screen/area.c:345
#10 0x0000000000a1e2c9 in wm_method_draw_triple (C=0x2753bf8) at /build/buildd/blender-2.56.2+svn35457~maverick1/source/blender/windowmanager/intern/wm_draw.c:597
#11 wm_draw_update (C=0x2753bf8) at /build/buildd/blender-2.56.2+svn35457~maverick1/source/blender/windowmanager/intern/wm_draw.c:776
#12 0x0000000000a1cad8 in WM_main (C=0x2753bf8) at /build/buildd/blender-2.56.2+svn35457~maverick1/source/blender/windowmanager/intern/wm.c:353
#13 0x0000000000a1ad2c in main (argc=1, argv=0x7fffffffe318) at /build/buildd/blender-2.56.2+svn35457~maverick1/source/creator/creator.c:1292
(gdb) list
1121 /build/buildd/blender-2.56.2+svn35457~maverick1/source/creator/creator.c: Datei oder Verzeichnis nicht gefunden.
in /build/buildd/blender-2.56.2+svn35457~maverick1/source/creator/creator.c

Followup

Message
  • Date: 2011-03-11 03:34
  • Sender: Campbell Barton
  • This is a bug with python 3.2 and the WITH_PYTHON_SAFETY option, looking into it.
 

Attached Files:

Name Date Download
system-info.txt 2011-03-11 00:57 Download

Changes:

Field Old Value Date By
status_idOpen2011-03-11 03:43campbellbarton
close_dateNone2011-03-11 03:43campbellbarton
summaryWITH_PYTHON_SAFETY and Python3.2 crash.2011-03-11 03:43campbellbarton
StatusReady2011-03-11 03:43campbellbarton
assigned_tonone2011-03-11 03:34campbellbarton
summarycrash when opening the preferences window2011-03-11 03:34campbellbarton
StatusNew2011-03-11 03:34campbellbarton
File Added15341: system-info.txt2011-03-11 00:57cheleb