site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=unext-jp.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:resent-from:date :content-transfer-encoding:resent-date:resent-to:message-id:to; bh=D58T2qCVG4OexgNDjn4IaFNGVZqF7nWAjXOHwDLgL/o=; b=wtc+02GRRpMgkS3dcd8PXIDDhznAZ3mRMtGLi6Rm5GgG+YpyOkcei7115kp/BTI1RB +krvuhN7oz3+jPtFkalMDM0fmIrIczqUGs+81Fc2lo4qBsm8AZ3yRDW/34m/VQLlwE6u WgLaWuszMogJFHgKOBzhCy4YGbXIjOeUvylRPW9QiPwGUJfPna00avfodJLwSK5d54qJ oP/bV7a7OuZ24JUt3ep01WF5/D7b1YDmYkavL5HaXWxE/DBQD2YEP3IDFlVADaQfW9cp LjaVd+T7497FFZF5jGpbmNtkPlf2UnYnje66a6n9hv0ro74/r7y2A8dUhp3E/KId5/6n bKgg== Resent-date: Fri, 12 May 2017 16:16:31 +0900 Resent-from: Hasselqvist Anders <h-anders@unext.jp> Resent-message-id: <201705120716.v4C7Bwmf051718@ma1-aaemail-dr-lapp01.apple.com> Resent-to: darwin-kernel@lists.apple.com Hi all, I’m sorry if this is the wrong place to post this question. I believe it is kernel related, but maybe not… Our app (a video streaming app) has started receiving many crash reports from end users that we can’t really understand the root cause of. 99% of the reports are coming from iPads. The call stack is like this: ---------------------- Crashed: Kernel bug: The kernel cannot allocate memory needed for the ps 0 libxpc.dylib 0x182820984 _xpc_connection_handle_sent_event + 576 1 libxpc.dylib 0x182820984 _xpc_connection_handle_sent_event + 576 2 libdispatch.dylib 0x1825ce28c _dispatch_client_callout4 + 16 3 libdispatch.dylib 0x1825d1d80 _dispatch_mach_msg_invoke + 328 4 libdispatch.dylib 0x1825dc210 _dispatch_queue_serial_drain + 468 5 libdispatch.dylib 0x1825d11e0 _dispatch_mach_invoke + 652 6 libdispatch.dylib 0x1825dc210 _dispatch_queue_serial_drain + 468 7 libdispatch.dylib 0x1825d19a4 _dispatch_queue_invoke + 652 8 libdispatch.dylib 0x1825dc8d8 _dispatch_queue_override_invoke + 360 9 libdispatch.dylib 0x1825de34c _dispatch_root_queue_drain + 572 10 libdispatch.dylib 0x1825de0ac _dispatch_worker_thread3 + 124 11 libsystem_pthread.dylib 0x1827d72a0 _pthread_wqthread + 1288 12 libsystem_pthread.dylib 0x1827d6d8c start_wqthread + 4 ---------------------- Does some one here have any advice on what “The kernel cannot allocate memory needed for the ps” actually means? I checked the xnu open source archive but the string is not there. Thanks, Anders _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com