[Bf-committers] Modifier Crash-

Campbell Barton cbarton at metavr.com
Thu Aug 11 02:26:32 CEST 2005


Hi Danial, I found a bug with the modifiers-

If your rather I use Bugtracker or mail you personally, ley me know.

To reproduce

    * Add a sphere
    * Add a num,ber of materials (I used 6)
    * Decimate the mesh 0.5
    * Apply decimation
    * ** Note derivedMesh not updated and mesh appiers invisible until
      you toggle edit mode.
    * ** Note Material slots are all set blank
    * Go into Editing panel and try remove the 6th material -> Crash


Heres the Backtrace

Program received signal SIGSEGV, Segmentation fault.
0x082ae5c2 in delete_material_index ()
    at source/blender/blenkernel/intern/material.c:698
698                     mao= (*matarar)[ob->actcol-1];
(gdb) bt
#0  0x082ae5c2 in delete_material_index ()
    at source/blender/blenkernel/intern/material.c:698
#1  0x08179e2a in do_common_editbuts (event=2005)
    at source/blender/src/buttons_editing.c:231
#2  0x08158084 in scrarea_do_winhandle (area=0xa1038dc, evt=0x6)
    at source/blender/src/spacetypes.c:144
#3  0x080d1625 in screenmain () at source/blender/src/editscreen.c:563
#4  0x080a1743 in main (argc=1, argv=0xbfcc7ef4)
    at source/creator/creator.c:584
(gdb)


- Cam


More information about the Bf-committers mailing list