Tagged Questions
3
votes
3answers
361 views
Running the report browser (rb) for SASL error reports whilst in a remote shell
Folks we are now delploying a lot of Erlang instances and we are seeing bugs been thrown and would like to examine them...
Normally we connect to the running instance with a remote shell and get ...
3
votes
2answers
222 views
Erlang: What are strategies for dealing with huge SASL crash dumps?
When my app crashes, I get a crash report that takes 5 minutes to scroll by. What's the best way to handle this?
2
votes
1answer
155 views
SASL stores progress report despite {errlog_type, error}
With this config file:
[
{gmcontroller, [{config_file, "/mware/config/controller.config"}]},
%% SASL config
{sasl, [
{sasl_error_logger, false},
{errlog_type, error},
...
1
vote
2answers
164 views
How do you deal with distracting shell tty output?
My application does cyclic error_logger reports.
These will be displayed on the Erlang shell which is quite a lot of output.
This makes typing into the shell quite a nuisance.
What is the usual ...
0
votes
2answers
185 views
In Erlang SASL Crash Report, what exactly is the meaning of the “messages:” field?
Is the messages field in a sasl crash report the current content of the messages mailbox i.e. the unrecieved messages?
Or is it the messages history, the last received messages?
If it shows the ...
0
votes
1answer
128 views
Error logger and sasl reports show double on shell - how to see only the formatted version
When I start my application with the shell I see all error_logger reports twice.
One version is formatted like with ~p and the there is the nicely formatted one:
{info_report,<0.48.0>,
...