Y
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
nicoburns
2235 days ago
Apparently yes:
https://news.ycombinator.com/item?id=23097887
link
saagarjha
2235 days ago
Correct, as the code is run as the dynamic linker pulls in the library (which is usually at application startup).
link