Skip to content

Instantly share code, notes, and snippets.

@LnL7
Created May 27, 2012 21:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LnL7/2815991 to your computer and use it in GitHub Desktop.
Save LnL7/2815991 to your computer and use it in GitHub Desktop.
Node.js iPod 2,1 iOS 4.2.1
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AutoSubmitted</key>
<true/>
<key>SysInfoCrashReporterKey</key>
<string>11f92f4011d982c7dbb99762743f6db5d25e0bff</string>
<key>bug_type</key>
<string>109</string>
<key>description</key>
<string>Incident Identifier: E0405BE9-0864-4369-9EF6-6D8788BDA078
CrashReporter Key: 11f92f4011d982c7dbb99762743f6db5d25e0bff
Hardware Model: iPod2,1
Process: node [697]
Path: /usr/bin/node
Identifier: node
Version: ??? (???)
Code Type: ARM (Native)
Parent Process: sh [672]
Date/Time: 2012-05-27 23:32:36.306 +0200
OS Version: iPhone OS 4.2.1 (8C148)
Report Version: 104
Exception Type: EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x00000001, 0xe30a11e8
Crashed Thread: 0
Thread 0 Crashed:
0 ??? 0x00b588e4 0 + 11897060
1 ??? 0x7100b1b8 0 + 1895870904
Thread 0 crashed with ARM Thread State:
r0: 0x00000001 r1: 0x00bc061d r2: 0x00b588a0 r3: 0x00000000
r4: 0x00000001 r5: 0x0031f28c r6: 0x2fdfec48 r7: 0x00b1c04d
r8: 0x009e42ad r9: 0x00000079 r10: 0x0050af60 r11: 0x2fdfec5c
ip: 0x2fd7efa4 sp: 0x2fdfec44 lr: 0x00b3dd08 pc: 0x00b588e4
cpsr: 0x20000010
Binary Images:
0x1000 - 0x4cbfff +node arm &lt;d893c42f67e20bb72a74c6952b1794b6&gt; /usr/bin/node
0x7a0000 - 0x7d9fff libssl.0.9.8.dylib arm /usr/lib/libssl.0.9.8.dylib
0x80a000 - 0x91afff libcrypto.0.9.8.dylib arm /usr/lib/libcrypto.0.9.8.dylib
0x2fe00000 - 0x2fe29fff dyld armv6 &lt;617f6daf4103547c47a8407a2e0b90de&gt; /usr/lib/dyld
0x3037b000 - 0x3037efff libgcc_s.1.dylib armv6 &lt;bed95ed187350ce27d22ed241ef892ea&gt; /usr/lib/libgcc_s.1.dylib
0x32c9c000 - 0x32ddafff libSystem.B.dylib armv6 &lt;70571c1e697e2ae7f7a9b1a499453bb6&gt; /usr/lib/libSystem.B.dylib
0x33036000 - 0x3303afff libutil.dylib armv6 &lt;ec5edc2530f65e4f5365ace9ecaa4ce8&gt; /usr/lib/libutil.dylib
0x357ca000 - 0x35835fff libstdc++.6.dylib armv6 &lt;eccd1d7183e73587b2c0aa5755a19c39&gt; /usr/lib/libstdc++.6.dylib
</string>
<key>displayName</key>
<string>node</string>
<key>name</key>
<string>node</string>
<key>os_version</key>
<string>iPhone OS 4.2.1 (8C148)</string>
<key>system_ID</key>
<string></string>
<key>version</key>
<string>??? (???)</string>
</dict>
</plist>
GNU gdb 6.3.50.20050815-cvs (Fri May 20 08:08:42 UTC 2011)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "--host=arm-apple-darwin9 --target="...Reading symbols for shared libraries ... done
(gdb) run
Starting program: /usr/bin/node
Reading symbols for shared libraries ++.... done
Program received signal EXC_BAD_INSTRUCTION, Illegal instruction/operand.
0x00b588e4 in ?? ()
Illegal instruction
### /System/Library/CoreServices/ReportCrash[698]: MS:Notice: Installing: (null) [ReportCrash] (550.52)
### ReportCrash[698]: Formulating crash report for process node[697]
### ReportCrash[698]: Saved crashreport to /Library/Logs/CrashReporter/node_###.plist using uid: 0 gid: 0, synthetic_euid: 0 egid: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment