Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-21 | Merge branch 'maint-r14' into dev | Björn Gustavsson | |
* maint-r14: Prepare release Fix that the documentation top index generator can handle an Ericsson internal application group Teach -init_debug to print info about on_load handlers begin run Fix hang in on_load handlers in embedded mode Conflicts: erts/vsn.mk lib/kernel/vsn.mk | |||
2010-10-20 | Fix hang in on_load handlers in embedded mode | Björn Gustavsson | |
In embedded mode, all on_load handlers will be called after loading all modules but before starting any servers. Therefore, if an on_load handler calls any function in the code module that calls the code server (such as code:priv_dir/1), there will be a deadlock because the code server has not yet been started. Fix this problem by invoking the on_load handlers after having started most servers in the kernel application. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |