Sébastien Merle
Sébastien Merle
I wrote a tsung plugin for our custom websocket protocol. Everything seems to work fine, but with time I was seeing the request duration goes inexplicably high. I inspected the...
System: Ubuntu 12.10 64 bits with Eclipse 3.8, erlide release and Erlang R16B. I am trying to make the tracing plugin works. I have a very simple module called dummy.erl...
System: Ubuntu 12.10 64 bits, Eclipse 3.8 with erlide release and Erlang R16B. When running, debugging or getting the coverage of an erlang module, erlide only startup a console. If...
When trying to debug with OpenOCD and GDB, the debugger is not working properly after breaking. # First Issue When setting a breakpoint (hardware or software) and continuing the execution...
I was trying to debug using openocd and using the gdb commands provided by OTP: `erts/etc/unix/etp-commands`. The commands require a set of symbols to be defined (the `etp_XXX` defined in...
When enabling the RTEMS shell in grisp.ini, and we are connected to it with some serial console, the VM do not start until the console get some inputs. Maybe we...
When having a build section and a specific local version of OTP with a less defined version in the rebar.config, it seems it is confusing the OTP version selection: rebar.config:...