Hi
I am trying to convert a cvs repository to svn on MacOS X 10.2.6. Using 
the Apple supplied python 2.2 works fine, however, using the fink 
supplied python 2.3.0, python crashes with:
...
----- pass 3 -----
----- pass 4 -----
Illegal instruction
The crash log is attached below. Has anybody got an idea on how i could 
proceede here? Trying to use the python debugger does not help since it 
is python itself, that crashes.
I am using subversion 0.29.0.
Thanks for any help,
Chris.
Date/Time:  2003-09-12 18:29:27 +0200
OS Version: 10.2.6 (Build 6L60)
Host:       viola.ethz.ch
Command:    python
PID:        25492
Exception:  EXC_BAD_INSTRUCTION (0x0002)
Code[0]:    0x00000002Code[1]:    0x007d9620
Thread 0 Crashed:
  #0   0x007d9620 in 0x7d9620
  #1   0x0008b494 in call_function (ceval.c:3440)
  #2   0x0008906c in eval_frame (ceval.c:2117)
  #3   0x0008a384 in PyEval_EvalCodeEx (ceval.c:2663)
  #4   0x0008b778 in fast_function (ceval.c:3529)
  #5   0x0008b56c in call_function (ceval.c:3458)
  #6   0x0008906c in eval_frame (ceval.c:2117)
  #7   0x0008a384 in PyEval_EvalCodeEx (ceval.c:2663)
  #8   0x0008b778 in fast_function (ceval.c:3529)
  #9   0x0008b56c in call_function (ceval.c:3458)
  #10  0x0008906c in eval_frame (ceval.c:2117)
  #11  0x0008a384 in PyEval_EvalCodeEx (ceval.c:2663)
  #12  0x0008b778 in fast_function (ceval.c:3529)
  #13  0x0008b56c in call_function (ceval.c:3458)
  #14  0x0008906c in eval_frame (ceval.c:2117)
  #15  0x0008a384 in PyEval_EvalCodeEx (ceval.c:2663)
  #16  0x000ab964 in function_call (funcobject.c:504)
  #17  0x00020aa0 in PyObject_Call (abstract.c:1756)
  #18  0x0008496c in instancemethod_call (classobject.c:2433)
  #19  0x00020aa0 in PyObject_Call (abstract.c:1756)
  #20  0x0008b328 in PyEval_CallObjectWithKeywords (ceval.c:3347)
  #21  0x0007dc5c in PyInstance_New (classobject.c:576)
  #22  0x00020aa0 in PyObject_Call (abstract.c:1756)
  #23  0x0008b89c in do_call (ceval.c:3644)
  #24  0x0008b584 in call_function (ceval.c:3461)
  #25  0x0008906c in eval_frame (ceval.c:2117)
  #26  0x0008b6e4 in fast_function (ceval.c:3520)
  #27  0x0008b56c in call_function (ceval.c:3458)
  #28  0x0008906c in eval_frame (ceval.c:2117)
  #29  0x0008a384 in PyEval_EvalCodeEx (ceval.c:2663)
  #30  0x0008b778 in fast_function (ceval.c:3529)
  #31  0x0008b56c in call_function (ceval.c:3458)
  #32  0x0008906c in eval_frame (ceval.c:2117)
  #33  0x0008b6e4 in fast_function (ceval.c:3520)
  #34  0x0008b56c in call_function (ceval.c:3458)
  #35  0x0008906c in eval_frame (ceval.c:2117)
  #36  0x0008a384 in PyEval_EvalCodeEx (ceval.c:2663)
  #37  0x0008d1f8 in PyEval_EvalCode (ceval.c:537)
  #38  0x0000c78c in run_node (pythonrun.c:1206)
  #39  0x0000bf38 in PyRun_SimpleFileExFlags (pythonrun.c:805)
  #40  0x000064b0 in Py_Main (main.c:415)
  #41  0x0000201c in _start (crt.c:267)
  #42  0x00001e9c in start
PPC Thread State:
   srr0: 0x007d9620 srr1: 0x0208f030                vrsave: 0x00000000
    xer: 0x20000000   lr: 0x0085f024  ctr: 0x007d9620   mq: 0x00000000
     r0: 0x00000001   r1: 0xbfffdd90   r2: 0x00000003   r3: 0x007d8930
     r4: 0x00000000   r5: 0x00000001   r6: 0x003f5790   r7: 0x000eabe4
     r8: 0x000faaec   r9: 0x000e6e44  r10: 0x0051db10  r11: 0x0086ad0c
    r12: 0x007d9620  r13: 0x004a4bac  r14: 0x004b1f30  r15: 0x000e6b98
    r16: 0x00000000  r17: 0x004e9060  r18: 0x00000016  r19: 0x003f5790
    r20: 0x00523cf0  r21: 0x0086822c  r22: 0x00868290  r23: 0x00000000
    r24: 0x00868274  r25: 0x00868288  r26: 0x0086822c  r27: 0x00868288
    r28: 0x00868280  r29: 0x00000000  r30: 0x0086ee68  r31: 0x0085ee68
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Sep 13 14:50:07 2003