Help: Weird Crash...
Help: Weird Crash...
- Subject: Help: Weird Crash...
- From: "Steven M.Palm" <email@hidden>
- Date: Fri, 14 Mar 2003 21:59:13 -0600
How to debug this?
This is an application that is using an NSTask to launch a command line
program, that code is almost a verbatim copy of the Animal.app example
from Chapter 24 of Cocoa Programming.
Anyway, here is the crash info:
**********
Date/Time: 2003-03-14 21:54:39 -0600
OS Version: 10.2.4 (Build 6I32)
Host: Ubiquitous-iBook.local.
Command: Unknown
PID: Unknown
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000008
(null)
PPC Thread State:
srr0: 0x9308213c srr1: 0x0000d030 vrsave: 0x00000000
xer: 0x00000000 lr: 0x93082120 ctr: 0x90000fa0 mq: 0x00000000
r0: 0x00000000 r1: 0xf01c1960 r2: 0x24000428 r3: 0x00000000
r4: 0x00000000 r5: 0x00000001 r6: 0x80808080 r7: 0x00000003
r8: 0x74656400 r9: 0x00000000 r10: 0x00000000 r11: 0x00000008
r12: 0x00000000 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19: 0x00000000
r20: 0x00000000 r21: 0x00000000 r22: 0x00000000 r23: 0x00000000
r24: 0x00000001 r25: 0x00000001 r26: 0x00000000 r27: 0x001f0a60
r28: 0x00000001 r29: 0x00000001 r30: 0x0162ceb0 r31: 0x93071f48
And in the console:
*** malloc[8368]: error for object 0x6: Pointer being reallocated was
not allocated
(hadn't seen this one before, it may help.... But I don't know which
object 0x6 is...)
Mar 14 21:54:37 Ubiquitous-iBook crashdump: Crash report written to:
/Users/n9yty/Library/Logs/CrashReporter/EchoMac.crash.log
Mar 14 21:54:38 Ubiquitous-iBook /usr/libexec/crashreporterd:
task_set_exception_ports() failed: (os/kern) invalid argument
Mar 14 21:54:39 Ubiquitous-iBook crashdump: Crash report written to:
/Library/Logs/CrashReporter/???.crash.log
Mar 14 21:54:40 Ubiquitous-iBook /usr/libexec/crashreporterd:
exception_raise() failed forwarding exception: (os/kern) invalid
argument
Mar 14 21:54:40 Ubiquitous-iBook /usr/libexec/crashreporterd: newport:
2803 originalport: b07 thread: ffffffff task: 1607 exception: 1
Mar 14 21:54:40 Ubiquitous-iBook /usr/libexec/crashreporterd:
mach_msg() reply failed: (ipc/send) invalid destination port
-----------------------
- Steven M. Palm
- Ham Radio Call: N9YTY
- Attempts to make thine own star shine shall lead thee into darkness.
-----------------------
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.