Skip to content

Instantly share code, notes, and snippets.

View plu's full-sized avatar
🏠
Working from home

Johannes Plunien plu

🏠
Working from home
  • Kleinanzeigen
  • Germany
View GitHub Profile
(lldb) br list
Current breakpoints:
1: regex = 'terminateApplication', locations = 12, resolved = 12, hit count = 0
1.1: where = BackBoardServices`-[BKSSystemService terminateApplication:forReason:andReport:withDescription:], address = 0x00b8c376, resolved, hit count = 0
1.2: where = BackBoardServices`-[BKSSystemService terminateApplicationGroup:forReason:andReport:withDescription:], address = 0x00b8c3c8, resolved, hit count = 0
1.3: where = FrontBoard`-[FBSystemService terminateApplication:forReason:andReport:withDescription:source:], address = 0x0356175d, resolved, hit count = 0
1.4: where = FrontBoard`-[FBSystemService terminateApplicationGroup:forReason:andReport:withDescription:source:], address = 0x03561916, resolved, hit count = 0
1.5: where = FrontBoardServices`-[FBSSystemService terminateApplication:forReason:andReport:withDescription:], address = 0x0368788b, resolved, hit count = 0
1.6: where = FrontBoardServices`-[FBSSystemService terminateApplicationGroup:forReason:andReport:withDescri

If you want to know more about this, go to Section 2

Section 2

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchan

09:55:08.766 Xcode[33863:7029050] Beginning test session TestTests-B23CC238-E5F0-4338-8F95-5888C923DE31 at 2016-09-21 09:55:08.766 with Xcode 8A218a on target <DVTiPhoneSimulator: 0x7f9e686ae190> {
SimDevice: SimDevice : iPhone 5 (F3E77BBE-F594-432A-8309-864D7A7624D6) : state={ Shutdown } deviceType={ SimDeviceType : com.apple.CoreSimulator.SimDeviceType.iPhone-5 } runtime={ SimRuntime : 8.4 (12H141) - com.apple.CoreSimulator.SimRuntime.iOS-8-4 }
} (8.4 (12H141))
09:55:08.766 Xcode[33863:7029050] Launching with Xcode.DebuggerFoundation.Launcher.LLDB
09:55:08.767 Xcode[33863:7029050] Initializing test infrastructure.
09:55:08.767 Xcode[33863:7041669] F3E77BBE-F594-432A-8309-864D7A7624D6: Registered for sim device notification, got token 7
09:55:08.767 Xcode[33863:7041669] Sim iPhone 5 is not booted, will wait up to 120 seconds.
09:55:08.811 Xcode[33863:7029050] Launch session started, setting a disallow-finish-token on the run operation.
09:55:08.830 Xcode[33863:7029050] Adding console adaptor <IDEConsoleAda
import Foundation
class Foo {
let completionHandler: ([String]) -> Void
init(completionHandler: @escaping ([String]) -> Void) {
self.completionHandler = completionHandler
}
}
@plu
plu / gist:623c4725913a0ddb30c4a9f1b05a161d
Created September 14, 2016 03:26
Crash Google-Mobile-Ads-SDK (7.10.1)
Crashed: com.google.admob.ad-url-stash
0 libobjc.A.dylib 0x181831b90 objc_msgSend + 16
1 CFNetwork 0x182815e34 URLRequest::hash() const + 28
2 CoreFoundation 0x1820a2edc -[__NSSetM addObject:] + 264
3 Kleinanzeigen 0x1003662e8 GADCategories_GADApplication_GADStatisticsAdditions + 4298679016
4 Kleinanzeigen 0x10033eac4 GADStringFromCGFloat + 4298517188
5 libdispatch.dylib 0x181c054bc _dispatch_call_block_and_release + 24
6 libdispatch.dylib 0x181c0547c _dispatch_client_callout + 16
7 libdispatch.dylib 0x181c114c0 _dispatch_queue_drain + 864
8 libdispatch.dylib 0x181c08f80 _dispatch_queue_invoke + 464
* Connected to api.apptentive.com (52.72.57.117) port 443 (#0)
* TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
* Server certificate: *.apptentive.com
* Server certificate: AlphaSSL CA - SHA256 - G2
* Server certificate: GlobalSign Root CA
> GET /interactions HTTP/1.1
> Host: api.apptentive.com
> User-Agent: curl/7.43.0
> Accept: */*
> Accept-Language: de_DE
[branch]
autosetuprebase = always
[pull]
rebase = true
$ while [ true ]; do curl -vvv -D- -H 'Accept-Language: de_DE' -H 'Authorization: OAuth SECRET' 'https://api.apptentive.com/interactions'; done
...
* Connected to api.apptentive.com (52.86.64.184) port 443 (#0)
* TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
* Server certificate: *.apptentive.com
* Server certificate: AlphaSSL CA - SHA256 - G2
* Server certificate: GlobalSign Root CA
> GET /interactions HTTP/1.1
> Host: api.apptentive.com
> User-Agent: curl/7.43.0
2015-10-06 10:29:36.247 Kleinanzeigen[39028:6592490] This application is modifying the autolayout engine from a background thread, which can lead to engine corruption and weird crashes. This will cause an exception in a future release.
Stack:(
0 CoreFoundation 0x000000010658ff65 __exceptionPreprocess + 165
1 libobjc.A.dylib 0x0000000106009deb objc_exception_throw + 48
2 CoreFoundation 0x000000010658fe9d +[NSException raise:format:] + 205
3 Foundation 0x00000001032e43b5 _AssertAutolayoutOnMainThreadOnly + 79
4 Foundation 0x00000001031449d2 -[NSISEngine optimize] + 49
5 Foundation 0x0000000103145294 -[NSISEngine withBehaviors:performModifications:] + 245
6 UIKit 0x0000000104497637 -[UIView(AdditionalLayoutSupport) _withAutomaticEngineOptimizationDisabledIfEngineExists:] + 58
7 UIKit 0x0000000
organization_testers GET /organizations/:organization_id/testers(/page/:page)(.:format) members#index {:role=>:tester}
GET /organizations/:organization_id/testers(.:format) members#index {:role=>:tester}
organization_admins GET /organizations/:organization_id/admins(/page/:page)(.:format) members#index {:role=>:admin}
GET /organizations/:organization_id/admins(.:format) members#index {:role=>:admin}
Loading development environment (Rails 4.2.4)
2.1.5 :001 > include Rails.application.routes.url_helpers
=> Object
2.1.5 :002 > default_url_options[:host] = "localhost"
=> "localhost"