Am 08.01.2004 um 12:48 schrieb Jonas Maebe:



On 7 jan 2004, at 17:58, Karl-Michael Schindler wrote:


fpc runs on my Dual G4 867 MHz, but on my iMac G3 233 MHz and my
PowerBook 12" G4 800 MHz it doesn't. I receive: Bus error

Strange. Which versions of Mac OS X are they running? There were some problems with the alignment settings, but in most cases that's harmless (it's only a problem if you try to use atomic operations, but those are only used in a few places and nowhere in the compiler itself, afaik).

German 10.3.2 on all three of them. Maybe something is wrong with my libSystem.B.dylib or the libmathCommon.A.dylib on the two.


That's the system.log of the PowerBook:

Jan 8 13:50:55 localhost crashdump: Unable to determine CPSProcessSerNum pid: 1565 name: fpc
Jan 8 13:50:55 localhost crashdump: Started writing crash report to: /Users/michael/Library/Logs/CrashReporter/fpc.crash.log
Jan 8 13:50:57 localhost crashdump: Finished writing crash report to: /Users/michael/Library/Logs/CrashReporter/fpc.crash.log


And /Users/michael/Library/Logs/CrashReporter/fpc.crash.log:

Host Name:      michael-pbook-ep3.local
Date/Time:      2004-01-08 13:50:55 +0100
OS Version:     10.3.2 (Build 7D24)
Report Version: 2

Command: fpc
Path:    /Users/michael/fpc/bin/fpc
Version: ??? (???)
PID:     1565
Thread:  0

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

Thread 0 Crashed:
0   fpc                 0x00031a84 0x1000 + 0x30a84
1   libSystem.B.dylib   0x90025148 _sigtramp + 0x68
2   libSystem.B.dylib   0x9001a5ac syscall + 0xc
3   libSystem.B.dylib   0x90020a4c sigaction__ + 0xac
4   fpc                 0x00031b08 0x1000 + 0x30b08
5   fpc                 0x00039fe8 0x1000 + 0x38fe8
6   fpc                 0x0002f0e4 0x1000 + 0x2e0e4
7   fpc                 0x0003a498 0x1000 + 0x39498
8   fpc                 0x00039f04 0x1000 + 0x38f04
9   fpc                 0x0000223c 0x223c + 0x3923ff4f
10  fpc                 0x000020b0 0x20b0 + 0x3923fdc3

PPC Thread State:
  srr0: 0x00031a84 srr1: 0x0000f030                vrsave: 0x00000000
    cr: 0x48000042  xer: 0x00000000   lr: 0x00031a70  ctr: 0x90003800
    r0: 0x00031a70   r1: 0xbfffeff0   r2: 0x54485244   r3: 0x00000008
    r4: 0x00000000   r5: 0xbfffeefc   r6: 0xbffff1d8   r7: 0xbffff218
    r8: 0x00000000   r9: 0x00000001  r10: 0x00000004  r11: 0xa0004228
   r12: 0x90003800  r13: 0x00000000  r14: 0x00000000  r15: 0x00000000
   r16: 0x00000000  r17: 0x00000000  r18: 0x00000000  r19: 0x00000000
   r20: 0x00000000  r21: 0x00000000  r22: 0x00000000  r23: 0x00000000
   r24: 0x00000000  r25: 0x00000000  r26: 0xbffffe68  r27: 0x00000008
   r28: 0xa00050e8  r29: 0xbffff218  r30: 0x00000001  r31: 0x900250e8

Binary Images Description:
0x1000 - 0x3afff fpc fpc
0x8fe00000 - 0x8fe4ffff dyld /usr/lib/dyld
0x90000000 - 0x90122fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
0x939d0000 - 0x939d4fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib


Michael



_______________________________________________
fpc-devel maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to