Skip to content
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

Crash: Thread 8: EXC_BAD_ACCESS (code=1, address=0x555555555555555d) #835

Open
iOS-38 opened this issue Mar 26, 2024 · 6 comments
Open

Crash: Thread 8: EXC_BAD_ACCESS (code=1, address=0x555555555555555d) #835

iOS-38 opened this issue Mar 26, 2024 · 6 comments

Comments

@iOS-38
Copy link

iOS-38 commented Mar 26, 2024

Hello,

I am troubleshooting with crash issue. It's showing me Thread 8: EXC_BAD_ACCESS (code=1, address=0x555555555555555d)
Can anyone please help me out?

Thanks in advance!

Please find the attached screenshot for more details

Screenshot 2024-03-26 at 6 24 59 PM

@seanm
Copy link
Contributor

seanm commented Mar 26, 2024

That's not enough info for anyone to help you.

The 55 may be a clue though, see man malloc.

@iOS-38
Copy link
Author

iOS-38 commented Mar 26, 2024

@seanm, It seems the same as with #384 but there is no solution for that.

@seanm
Copy link
Contributor

seanm commented Mar 26, 2024

Yeah, and my comment is the same as 9 years ago. Did you try address sanitizer or thread sanitizer?

@iOS-38
Copy link
Author

iOS-38 commented Mar 27, 2024

Yes, I have tried address sanitiser and found the crash location as below:

Screenshot 2024-03-26 at 2 16 00 PM

@seanm
Copy link
Contributor

seanm commented Mar 27, 2024

ASan should also output details about whether its an over-read or over-write, etc.

Also, that's swift, so presumably your code, not CocoaAsyncSocket.

Copy link

This issue has been marked as stale, it will be closed automatically if there is no further activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants