Hacker News new | ask | show | jobs
by MCKapur 2235 days ago
the real question though is if the library is not even imported into the main app and just left hanging around, linked, would it still crash? i'd be curious to know
2 comments

Correct, as the code is run as the dynamic linker pulls in the library (which is usually at application startup).