https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241905
--- Comment #3 from Konstantin Belousov <[email protected]> --- What is the object that contains constructors creating the threads ? Rtld runs user initializers in the reverse-dep order, i.e. the libraries not having dependencies are initialized first, then libs that directly depend on already initialized libraries, and the main object is processed last. libc normally must be linked as the dependency for everything, so it naturally appears at the root of the dependency graph and initialized first. If not, it probably means that the build system underlinks. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
