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:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=3T1PJ9bYsEfKSqWJQgXoNFap/Jf+cYrkEEKUbrPELdI=; b=SLZ35IeGX3nM0BQs6Ok42SxLS7jrEo5it7arCojAI+/1mrpMR4Rrqq+yCwHAkSDx7J Laxc6J+O63ZqWdRSNoiqlLnQ0pfzvmaAaud6qROt53K4LJuKGwkfXVYBFsdlqSR1pTii y/Kt15WzJyK8cFGUm9iQsBInFO1QeL6iyt2wvIE1/pRbF5B36eQYqehgHOzlBZvP2rjO yQnned+TrfdFMnvc4x7j0Pwudp9eRirXfU4C5pXQtxtaYo+77RFYlcfq9T9pxPDSOAdZ oJdwFJgYUU5CDCQr5jBh2Ibw+Hsdhk791PNIUbASlBHAWFYfGEP5XoEfTQ+F31SOgkfZ es0g== Nikita, thanks for your response! Unfortunately we haven’t been able to reproduce the crash in the team yet. If I do I will definitely submit a radar. Thanks, Anders
On May 12, 2017, at 16:38, Nikita Golovliov <scandium@me.com> wrote:
You can't find the string in xnu source because it's actually in libxpc. The string reads: `Kernel bug: The kernel cannot allocate memory needed for the pseudo-receive.'
This indeed seems to be xnu bug (you can read osfmk/man/mach_msg for description of mach_msg pseudo-receive operation). It's probably a good idea to submit a radar along with a reproducer.
On 12 May 2017, at 09:13, Hasselqvist Anders <h-anders@unext.jp> wrote:
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/scandium%40me.com
This email sent to scandium@me.com
_______________________________________________ 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