Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 20th, 2012  |  syntax: None  |  size: 2.54 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. GNU gdb 6.3.50-20050815 (Apple version gdb-1518) (Sat Feb 12 02:52:12 UTC 2011)
  2. Copyright 2004 Free Software Foundation, Inc.
  3. GDB is free software, covered by the GNU General Public License, and you are
  4. welcome to change it and/or distribute copies of it under certain conditions.
  5. Type "show copying" to see the conditions.
  6. There is absolutely no warranty for GDB.  Type "show warranty" for details.
  7. This GDB was configured as "x86_64-apple-darwin".sharedlibrary apply-load-rules all
  8. Attaching to process 9749.
  9. Pending breakpoint 1 - ""MWFeedParser.m":731" resolved
  10. [Switching to process 9749 thread 0x8207]
  11. [Switching to process 9749 thread 0x8207]
  12. Current language:  auto; currently objective-c
  13. 2011-05-16 19:37:31.598 Newsbox[9749:8207] -[Item setKeep:]: unrecognized selector sent to instance 0x5b62160
  14. [Switching to process 9749 thread 0x207]
  15. [Switching to process 9749 thread 0x207]
  16. 2011-05-16 19:37:31.601 Newsbox[9749:8207] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[Item setKeep:]: unrecognized selector sent to instance 0x5b62160'
  17. *** Call stack at first throw:
  18. (
  19.         0   CoreFoundation                      0x015035a9 __exceptionPreprocess + 185
  20.         1   libobjc.A.dylib                     0x01657313 objc_exception_throw + 44
  21.         2   CoreFoundation                      0x015050bb -[NSObject(NSObject) doesNotRecognizeSelector:] + 187
  22.         3   CoreFoundation                      0x01474966 ___forwarding___ + 966
  23.         4   CoreFoundation                      0x01474522 _CF_forwarding_prep_0 + 50
  24.         5   Newsbox                             0x0003784c -[MWFeedParser parser:didEndElement:namespaceURI:qualifiedName:] + 1644
  25.         6   Foundation                          0x00502959 _endElementNs + 453
  26.         7   libxml2.2.dylib                     0x01a117c7 xmlParseXMLDecl + 1346
  27.         8   libxml2.2.dylib                     0x01a1c4d1 xmlParseChunk + 3984
  28.         9   Foundation                          0x0050215a -[NSXMLParser parse] + 321
  29.         10  Newsbox                             0x0003894b -[MWFeedParser startParsingData:textEncodingName:] + 587
  30.         11  Newsbox                             0x000361e7 -[MWFeedParser startParsingData:] + 183
  31.         12  Foundation                          0x00433cf4 -[NSThread main] + 81
  32.         13  Foundation                          0x00433c80 __NSThread__main__ + 1387
  33.         14  libSystem.B.dylib                   0x97b407fd _pthread_start + 345
  34.         15  libSystem.B.dylib                   0x97b40682 thread_start + 34
  35. )
  36. terminate called after throwing an instance of 'NSException'
  37. kill
  38. quit
  39. Program ended with exit code: 0