Search results for

LLDB crash

29,559 results found

Post

Replies

Boosts

Views

Activity

Reply to Issue with reading string from NSUserDefaults
Are you hitting the stop button in Xcode then re-running the app to see if the value was stored? If so, the problem is likely that your defaults values haven't been written to disk yet since you're not calling synchronize() anywhere.Some tutorials recommend calling it after every write, but that's overkill IMHO. I call it when the app moves to the background, and just have to remember to push the Home button before killing the app from Xcode if I want my defaults to be saved. The force terminate while the app is still alive is a highly unusual circumstance in the real world (will most likely only happen if you have a crash).
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
10.11 crashes when using Thunderbolt to Ethernet Adapter
I'm having the problem that everytime I try to use my Ethernet via Thunderbolt to Ethernet Adapter, OS X 10.11 runs into a kernel panic. This is reproducibale. Using WLAN on the other hand works flawlessly.Console says: m_free: freeing an already freed mbuf@/Library/Caches/com.apple.xbs/Sources/xnu/xnu-3247.1.6.2.2/bsd/kern/uipc_mbuf.cAnyone else seeing this problem? Or any suggestions on how to avoid it?
6
0
894
Jun ’15
Music data usage not showing correctly
In beta 2, going to settings | general | usage and viewing my device storage, the music app icon shows up with the appropriate value - but the name doesn't show up...and clicking on that item (i.e. To delete individual songs, etc) will just crash the settings app. I didn't see this in beta 1 - just beta 2. It happens whether I have iTunes Match enables or disabled, and after an OTA upgrade and a full restore.
1
0
418
Jun ’15
TLB invalidation IPI timeout
Since upgrading to El Capitan Beta 1 and now Beta 2 I'm getting the following error resulting in a system crash and reboot: *** Panic Report *** panic(cpu 3 caller 0xffffff80157b57e0): TLB invalidation IPI timeout: CPU(s) failed to respond to interrupts, unresponsive CPU bitmap: 0x6, NMIPI acks: orig: 0x0, now: 0x0@/Library/Caches/com.apple.xbs/Sources/xnu/xnu-3247.1.6.2.2/osfmk/x86_64/pmap.c:2588 Backtrace (CPU 3), Frame : Return Address 0xffffff92003b2c10 : 0xffffff80156e73b7 0xffffff92003b2c90 : 0xffffff80157b57e0 0xffffff92003b2d30 : 0xffffff80157bc57b 0xffffff92003b2e20 : 0xffffff80157bd2a6 0xffffff92003b2e90 : 0xffffff8015769c35 0xffffff92003b2fa0 : 0xffffff801575f4bc 0xffffff92003b2fd0 : 0xffffff801575a983 0xffffff92003b3000 : 0xffffff80156f0e8d 0xffffff92003b3020 : 0xffffff80156f16c9 0xffffff92003b3040 : 0xffffff7f9791fed4 0xffffff92003b31a0 : 0xffffff801594b7e4 0xffffff92003b3200 : 0xffffff8015948c2a 0xffffff92003b3300 : 0xffffff8015b15442 0xffffff92003b3390 : 0xffffff801592167a 0xffffff920
1
0
986
Jun ’15
Reply to Review Crashes - Invalid Product Identifier
Hey, thanks for the quick reply, advice on how to respond to App Review in the future (but your response was timely and has been more helpful than ANY correspondence I have EVER received from App Review), but I have some followup questions/comments.> From time to time, App Reviews of in app purchase apps> will fail when the SKProductsRequest is madeMy first urge is to file a radar but I'm certain they will ask for a sample app and there's no way I can reproduce this error (because somehow magically it works for me after I created a new Sandbox user). I have literally lost a day or two of work when this behavior first appeared during development, and since the App Review, where I did everything they directed me to, and then to find out this is a known issue/bug that needs to be elevated by filing radars.> the app did not check that the identifiers were not returned> instead assumed that they were valid and crashedCorrect.> The application should check the response result> and either alert the
Topic: App & System Services SubTopic: StoreKit Tags:
Jun ’15
Xcode 7 Playgrounds can't use latest iOS/OS X frameworks?
Trying to test out some iOS 9 / OSX 10.11 stuff in a playground, but an seeing errors that seem to indicate that I can't try out new stuff in a playground. Specifically, trying to test out some things from the latest nshipster.com article:import UIKit let formatter = NSNumberFormatter() formatter.numberStyle = NSNumberFormatterStyle.OrdinalStyleThis gives me an error in the console:Playground execution failed: /var/folders/tf/3k7qp8615ml80kjsshq70hnr0000gp/T/./lldb/3312/playground8.swift:6:48: error: 'OrdinalStyle' is only available on iOS 9.0 or newer formatter.numberStyle = NSNumberFormatterStyle.OrdinalStyle ^ /var/folders/tf/3k7qp8615ml80kjsshq70hnr0000gp/T/./lldb/3312/playground8.swift:6:48: note: guard with version check formatter.numberStyle = NSNumberFormatterStyle.OrdinalStyleSo basically XCode 7 is useless to try out the latest code? Seems like a big problem...
4
0
1.7k
Jun ’15
iOS 9 Beta & Secure Apps (WickR Messenger)
Anyone else having an issue with iOS 9 Beta and WickR?All other apps seem to be pretty stable, but WickR crashes every time you send a message.I'm looking in to the cause, but I'm pretty sure it's the security on WickR (anti-screen grab etc) that's causing the app to crash. This must be as it's non-standard compared to almost other app.Has anyone else had issues with high security apps?Also has anyone else noticed a SEVERE battery drain when using secure apps?
2
0
489
Jun ’15
iTMSTransporter cli upload app with debug symbols
we submit our apps through using ITMSTransporter, the tool behind Application Loader, over the cli.There is no documented option of submitting an App bundle with debug symbols, so that iTunes Connect can symbolicate our crash reports in Xcode.When using Xcode to upload an archive to iTunes Connect, there is a checkbox (Ensure that the “Include app symbols for your application…” box is checked before you click Submit. - from https://developer.apple.com/library/prerelease/ios/documentation/IDEs/Conceptual/AppDistributionGuide/AnalyzingCrashReports/AnalyzingCrashReports.html).I would like to use this in the commandline as well. This is really important for us, as we want to use the iTunes Connect Crash Reporting Service.Does anyone know if this is implemented or coming?RegardsFabian
8
0
4.1k
Jun ’15
Reply to Unable to configure Mail Account to Exchange
Same problem on my sideI have 7 POP accounts - all proper workingIf I activate one of mine 5 Exchange accounts Mail crashes - but new is a new Window which appears before the crash.This windows asks me if Mail should proceed OR crash with crashlog to Apple. If I select crash it is like it always was. If I select proceed then Mail does not crash, but also not work. Totally frozen. Always.As I mentioned it also at Beta 1 - it is a shame of the MAIL department to release always Beta versions were Active Sync and Exchange Integration does not work - so it is always stupid for developers to use the Beta because of missing company email accounts. And not every dev has two mac´s.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15