python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Cannot Debug with Intellij
I am working on a Java project using JDK 18 on an M1 Macbook Pro. I have been able to run my programs but have been unable to use the debug feature. When I try I get this error:
dyld[30918]: missing ...
Ryan Setzer
Votes: 0
Answers: 1
Why did apple use (mach_header 's pointer subtract `__TEXT` 's vmaddr) to calculate slide value of ASLR
It is really confused me a lot! When I read apple open source code of getsecbyname.c. Some code In it:
uint8_t *
getsectiondata(
const struct mach_header *mhp,
const char *segname,
const char *sectna...

Bernard
Votes: 0
Answers: 1
M1 Mac, XCode 13.2.1 and banked-ios-sdk - throws "DYLD 1 Library missing" / Sentry error
When trying to install the 'banked' ios SDK (using these instructions:
https://developer.banked.com/docs/banked-ios-sdk )
I am getting an app crash.
Information suggests i need to install Sentry - whi...

David Pears
Votes: 0
Answers: 0
Python3 on Mac having trouble loading libssh2
After getting updated to Monterey 12.2.1 and having Xcode updated to 13.2.1, I'm having trouble in a venv environment when I use the system installed Python, 3.10.2. My app is using ssh2-python, which...

Mark
Votes: 0
Answers: 1