Age | Commit message (Collapse) | Author |
|
Timeouts were set too narrow and timedout on slow machines
|
|
More future proof with R16
|
|
|
|
* heart reboot behaviour
* erl_crash.dump file write behaviour
|
|
* node_start_soon_after_crash tests that heart restarts
beam upon a crash and only lets beam write its crash
dump for a certain amount of time
|
|
* node_start_immediately_after_crash tests that heart restarts
beam upon a crash and will not generate a crash dump
|
|
Not setting ERL_CRASH_DUMP_SECONDS will now terminate beam
immediately on a crash without writing a crash dump file.
Setting ERL_CRASH_DUMP_SECONDS to 0 will also terminate beam
immediately on a crash without writing a crash dump file, i.e. same as not
setting ERL_CRASH_DUMP_SECONDS environment variable.
Setting ERL_CRASH_DUMP_SECONDS to a negative value will let the beam wait
indefinitely on the crash dump file being written.
Setting ERL_CRASH_DUMP_SECONDS to a positive value will let the beam wait
that many seconds on the crash dump file being written.
A positive value will set both an alarm in beam AND a heart timeout for restart
if heart is running.
This is due to the change of 'heart' behavior when 'heart' is
listening for a crash.
|
|
|
|
|
|
|
|
When a crash dump is about to be written and we have
heartbeat enabled on a system. We need time to write it
before heart explicitly kills the beam.
|
|
|
|
* kenneth/topdoc/corrections2:
Fix a missing li tag plus a link to Erlide
|
|
|
|
|
|
* anders/diameter/avp_errors/OTP-10202:
Add a testcase
Fix answer-message blunder
|
|
|
|
|
|
|
|
|
|
|
|
* pan/win_readlink/OTP-10200:
Teach VM not to dump core on long pathnames
|
|
Long input paths (longer than MAX_PATH) would get copied
into a buffer of size MAX_PATH for read_link and altname
in efile_drv.
Also fixed misuse of size_t parameter as wchar_t *
string length in win_efile:efile_readlink.
|
|
* kenneth/asn1/dialyzer-warnings:
Remove Dialyzer warnings
|
|
* kenneth/topdoc/corrections:
Correct a dangling link to mailinglists plus a few other minor adjustments.
|
|
* lukas/doc-fixes:
Document that CTHs can get fail/skip as Config
Ignore calls to dialyzer_timing when checking deprecated
Do not verify del_path as it is not always there
Fix broken links
Generate <a name="name"> tags in edoc xml headings
Fix compile warning
Fix boken spec
|
|
* sverk/crypto-test-fix:
crypto: Skip some tests if openssl lib < 0.9.8
OTP-10249 Not related to this branch
|
|
OTP-10077
|
|
|
|
|
|
|
|
|
|
|
|
* sverk/crypto-rsa_sign-fix:
crypto: Fix buffer overflow bug in rsa_sign
|
|
* peppe/common_test/ct_doc_error:
Fix documentation error
|
|
|
|
* anders/diameter/documentation/OTP-10216:
Fix broken references
Correct doc on AVP P flag and add warning about its deprecation
Fix/tweak references to other applications
Minor formatting fixes
Add warning about 'host' filter
Update diameterc doc
Minor updates/corrections to Users Guide
Add SCTP warning, more references
Assorted doc improvements
Document service info
Document watchdog events
Terminology and other clarifications, more references
Clarify documentation on application state
|
|
* anders/diameter/R15B02_release:
Dialyzer spec fix
OTP-10243
|
|
|
|
|
|
|
|
Type references enclosed in <c></c>.
|
|
into maint
* origin/peppe/common_test/extend_getting_started_ch:
Extend the Getting Started chapter
|
|
* origin/peppe/common_test/documentation_r15b02.2:
Update the documentation for R15B02
OTP-10050
OTP-10069
OTP-10072
OTP-10087
OTP-9865
OTP-10049
OTP-10089
OTP-10145
OTP-9896
OTP-10135
OTP-10067
OTP-9625
OTP-10127
OTP-10172
OTP-10248
OTP-9625
OTP-10086
OTP-10248
|
|
into maint
* ia/ssh/ignore-incorrect-lines-in-auth_keys-and-known_hosts:
ssh: Increase robustness
|
|
* ia/inets-dialyzer:
inets: Dialyzer spec fixes
|
|
|
|
|
|
|
|
|