[Bf-committers] Compiles on OS X, but the program fails to run

Michael Velikanje bf-committers@blender.org
Mon, 5 May 2003 22:27:12 -0800


--Apple-Mail-2-880788760
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
	charset=US-ASCII;
	format=flowed

Hi,
Up until 5/02/03 I was having great success compiling blender on my 
system (with QuickTime support and Sphere mapping enabled in the UV 
editor): PowerBook Titanium 550, 1gig ram, OS X 10.2.5, I'm using the 
makeblender script and the old NAN make files, which up until now has 
worked great.
I downloaded the current CVS (5/5/03) and it builds without any errors, 
but when I try to open blender it crashes, this is from the console 
crash log:

Date/Time:  2003-05-05 22:05:05 -0800
OS Version: 10.2.5 (Build 6L29)
Host:       Power.local.

Command:    blender
PID:        24853

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x00000054

Thread 0 Crashed:
  #0   0x001be63c in visit_decref (gcmodule.c:204)
  #1   0x000c2c3c in dict_traverse (dictobject.c:1649)
  #2   0x001bdaf4 in collect (gcmodule.c:227)
  #3   0x001bd698 in _PyObject_GC_Malloc (gcmodule.c:621)
  #4   0x001bd76c in _PyObject_GC_New (gcmodule.c:1006)
  #5   0x001ce7c8 in PyCFunction_NewEx (methodobject.c:20)
  #6   0x000f7800 in Py_InitModule4 (modsupport.c:81)
  #7   0x002607ac in initObject (getcompiler.c:28)
  #8   0x002215ec in init_Datablockmodules (complexobject.c:816)
  #9   0x000fbeec in init_Blender (getpath.c:352)
  #10  0x000d1760 in init_builtin (import.c:1802)
  #11  0x000d13f8 in load_module (import.c:1730)
  #12  0x000d23dc in import_submodule (import.c:2255)
  #13  0x000d1e58 in load_next (import.c:2110)
  #14  0x000d40e8 in import_module_ex (import.c:1956)
  #15  0x000d2f40 in PyImport_ImportModuleEx (import.c:1996)
  #16  0x000fc2a8 in blender_import (getpath.c:352)
  #17  0x001b8e10 in PyObject_CallFunction (abstract.c:1756)
  #18  0x000d2a0c in PyImport_Import (import.c:2408)
  #19  0x000d1b40 in PyImport_ImportModule (import.c:1928)
  #20  0x000079b0 in init_syspath (crt.c:300)
  #21  0x00002dbc in main (crt.c:300)
  #22  0x000023a4 in _start (crt.c:267)
  #23  0x00002224 in start

PPC Thread State:
   srr0: 0x001be63c srr1: 0x0200f030                vrsave: 0x00000000
    xer: 0x00000000   lr: 0x000c2c3c  ctr: 0x001be624   mq: 0x00000000
     r0: 0x00000001   r1: 0xbfffea70   r2: 0x000c2c3c   r3: 0x003cae1c
     r4: 0x00000000   r5: 0x000c2c20   r6: 0x0222d830   r7: 0x00000000
     r8: 0x00000001   r9: 0x00000000  r10: 0x003cae1c  r11: 0x0222d830
    r12: 0x00000000  r13: 0x00000000  r14: 0x00000000  r15: 0x00000000
    r16: 0x00000000  r17: 0x0044d934  r18: 0x003b5a98  r19: 0x00000001
    r20: 0x00000000  r21: 0x0038f5c4  r22: 0x00000000  r23: 0x00000000
    r24: 0xbfffeb04  r25: 0xbfffeb08  r26: 0xbfffeb00  r27: 0x001be624
    r28: 0x00000000  r29: 0x0038e0e4  r30: 0x003cae1c  r31: 0x000c2b08


This is the same error that I get when I compile using autoconfig (it 
compiles but fails to run)

Love the new features (that I've gotten to compile;). Great work 
everyone!

Michael Velikanje

--Apple-Mail-2-880788760
Content-Transfer-Encoding: 7bit
Content-Type: text/enriched;
	charset=US-ASCII

Hi,

Up until 5/02/03 I was having great success compiling blender on my
system (with QuickTime support and Sphere mapping enabled in the UV
editor): PowerBook Titanium 550, 1gig ram, OS X 10.2.5, I'm using the
makeblender script and the old NAN make files, which up until now has
worked great.

I downloaded the current CVS (5/5/03) and it builds without any
errors, but when I try to open blender it crashes, this is from the
console crash log:

<fixed>

Date/Time:  2003-05-05 22:05:05 -0800

OS Version: 10.2.5 (Build 6L29)

Host:       Power.local.


Command:    blender

PID:        24853


Exception:  EXC_BAD_ACCESS (0x0001)

Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x00000054


Thread 0 Crashed:

 #0   0x001be63c in visit_decref (gcmodule.c:204)

 #1   0x000c2c3c in dict_traverse (dictobject.c:1649)

 #2   0x001bdaf4 in collect (gcmodule.c:227)

 #3   0x001bd698 in _PyObject_GC_Malloc (gcmodule.c:621)

 #4   0x001bd76c in _PyObject_GC_New (gcmodule.c:1006)

 #5   0x001ce7c8 in PyCFunction_NewEx (methodobject.c:20)

 #6   0x000f7800 in Py_InitModule4 (modsupport.c:81)

 #7   0x002607ac in initObject (getcompiler.c:28)

 #8   0x002215ec in init_Datablockmodules (complexobject.c:816)

 #9   0x000fbeec in init_Blender (getpath.c:352)

 #10  0x000d1760 in init_builtin (import.c:1802)

 #11  0x000d13f8 in load_module (import.c:1730)

 #12  0x000d23dc in import_submodule (import.c:2255)

 #13  0x000d1e58 in load_next (import.c:2110)

 #14  0x000d40e8 in import_module_ex (import.c:1956)

 #15  0x000d2f40 in PyImport_ImportModuleEx (import.c:1996)

 #16  0x000fc2a8 in blender_import (getpath.c:352)

 #17  0x001b8e10 in PyObject_CallFunction (abstract.c:1756)

 #18  0x000d2a0c in PyImport_Import (import.c:2408)

 #19  0x000d1b40 in PyImport_ImportModule (import.c:1928)

 #20  0x000079b0 in init_syspath (crt.c:300)

 #21  0x00002dbc in main (crt.c:300)

 #22  0x000023a4 in _start (crt.c:267)

 #23  0x00002224 in start


PPC Thread State:

  srr0: 0x001be63c srr1: 0x0200f030                vrsave: 0x00000000

   xer: 0x00000000   lr: 0x000c2c3c  ctr: 0x001be624   mq: 0x00000000

    r0: 0x00000001   r1: 0xbfffea70   r2: 0x000c2c3c   r3: 0x003cae1c

    r4: 0x00000000   r5: 0x000c2c20   r6: 0x0222d830   r7: 0x00000000

    r8: 0x00000001   r9: 0x00000000  r10: 0x003cae1c  r11: 0x0222d830

   r12: 0x00000000  r13: 0x00000000  r14: 0x00000000  r15: 0x00000000

   r16: 0x00000000  r17: 0x0044d934  r18: 0x003b5a98  r19: 0x00000001

   r20: 0x00000000  r21: 0x0038f5c4  r22: 0x00000000  r23: 0x00000000

   r24: 0xbfffeb04  r25: 0xbfffeb08  r26: 0xbfffeb00  r27: 0x001be624

   r28: 0x00000000  r29: 0x0038e0e4  r30: 0x003cae1c  r31: 0x000c2b08



This is the same error that I get when I compile using autoconfig (it
compiles but fails to run)


Love the new features (that I've gotten to compile;). Great work
everyone!


Michael Velikanje 

</fixed>
--Apple-Mail-2-880788760--