[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [21604] branches/blender2.5/blender: 2.5: User Preferences

Matt Ebb matt at mke3.net
Thu Jul 16 04:38:49 CEST 2009


On Thu, Jul 16, 2009 at 5:19 AM, Brecht Van Lommel<brecht at blender.org> wrote:
> Revision: 21604
>          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21604
> Author:   blendix
> Date:     2009-07-15 21:19:43 +0200 (Wed, 15 Jul 2009)
>
> Log Message:
> -----------
> 2.5: User Preferences

Hi Brecht, this commit was crashing on startup for a few of us in IRC
(me on windows and another on ubuntu). I've temporarily commented a
couple of lines out while you can check it.

In my backtrace, it seemed the 'style' pointer in
UI_view2d_region_reinit() was NULL when running it for the info space

Here's a backtrace. Thanks!

Matt


Program received signal SIGSEGV, Segmentation fault.
0x005abf6c in UI_view2d_region_reinit (v2d=0x1628878, type=4, winx=1921,
    winy=2) at source/blender/editors/interface/view2d.c:274
274                                     v2d->cur.xmax= winx*style->panelzoom;
(gdb) bt
#0  0x005abf6c in UI_view2d_region_reinit (v2d=0x1628878, type=4, winx=1921,
    winy=2) at source/blender/editors/interface/view2d.c:274
#1  0x0056e7c9 in ED_region_panels_init (wm=0x1627930, ar=0x1628870)
    at source/blender/editors/screen/area.c:1263
#2  0x00542723 in info_main_area_init (wm=0x1627930, ar=0x1628870)
    at source/blender/editors/space_info/space_info.c:118
#3  0x0056d81a in ED_area_initialize (wm=0x1627930, win=0x16279e8,
    sa=0x1628690) at source/blender/editors/screen/area.c:823
#4  0x0057126f in ED_screen_refresh (wm=0x1627930, win=0x16279e8)
    at source/blender/editors/screen/screen_edit.c:1044
#5  0x00571320 in ED_screens_initialize (wm=0x1627930)
    at source/blender/editors/screen/screen_edit.c:1067
#6  0x00402ac7 in wm_check ()
#7  0x0040359e in WM_read_homefile ()
#8  0x00402e40 in WM_init ()
#9  0x00401f00 in main ()
(gdb) print v2d
$1 = (View2D *) 0x1628878
(gdb) print winx
$2 = 1921
(gdb) print


More information about the Bf-committers mailing list