-
Notifications
You must be signed in to change notification settings - Fork 420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xcode 15 RC NIO-ELT-0-#0 (82): EXC_BAD_ACCESS (code=1, address=0x0) Error #1648
Comments
What error do you see?
Have you tried looking at a packet capture or logs? |
No, there was no error log at all. And in the same thread stack GRPCIdleHandler line 257
yes using Wireshark
|
Can you provide the full crashing call stack please? |
Is this enough? |
Yes, it might be. Do you have a full crash report? This looks to me like a crash getting |
This is everything. Is this what you want? |
Oh sorry, I wanted a crash report as derived from |
log.md |
Ah sorry, I was looking for a crash report, which is in the "Crash Reports" section of the sidebar. |
I think I've given you everything you can extract from the iOS app, not the Mac app. What more do you need? The crash report on the Console.app side only shows crash reports running on Mac. |
You should be able to transfer the report: https://developer.apple.com/documentation/xcode/acquiring-crash-reports-and-diagnostic-logs#Transfer-crash-reports-and-device-logs-to-a-Mac |
Thank you, I learned one more thing thanks to you |
That crash report is interesting because it shows a different call stack, this time we have a jump to zero in the |
That's right, I'm so sad and I want to use XCode15 quickly |
Would it be possible to expedite the review of this issue? We are more than willing to provide any additional information you may need to accelerate the debugging process. Thank you for your continued support. |
Given that the crashes reproduce in GM Xcode, I think this is an issue with Network.framework. Can you file a feedback request using Feedback Assistant and post the number here? |
I submitted feedback to Apple |
@Lukasa |
Can I suggest adding a sysdiagnose to your feedback? |
ok I did add sysdiagnose in feedback |
I given solution to fix in xcode 15..check this link |
Describe the bug
During the process of calling the getTLSVersionSync method in my Swift code, I encountered an error at the line where NWProtocolTLS.definition is referenced. This is a critical part of the method that attempts to fetch the TLS version either from the Network framework or NIOSSL. I'm not sure why the error is occurring, but need assistance in resolving it.
I am currently using grpc-swift version "1.15.0" / Xcode version 15.0 RC
To reproduce
The steps to reproduce this bug are as follows:
gRPC Server Description
There was no problem with TLS processing for that packet.
However, as soon as the client sends the data encrypted with the session key exchanged in TLS, it is immediately disconnected on the server side.
The text was updated successfully, but these errors were encountered: