Subscribe to our Erlang Factory newsletter to receive the latest updates and news

Mats Cronqvist
Über-Techie, Troubleshooting Guru and Senior Architect
Klarna

Speaker
Mats Cronqvist holds what's possibly the least useful of all academic titles: a Ph.D. in Experimental Nuclear Physics. He's spent a good amount of time chasing exotic subatomic particles, but rarely found any interesting ones. Since 1997 he's been paid to chase Erlang bugs instead, and has been able to find quite a few, possibly because they are not hard to come by. He currently works for Klarna, architecting Payments, Next Generation.

Twitter: @massemanet
Website: massema.net


Mats Cronqvist is Giving the Following Talks
Taking the printf out of printf Debugging

Debugging a realtime system is hard, especially if the bugs only appear on a live system. Debuggers cannot be used, and printf debugging is often deemed too risky. The Erlang runtime offers a way to do on-the-fly instrumentation on the function level through the erlang:trace/3 function.
This talk will discuss the trace BIF and how to use it. It will also describe redbug, a user-friendly and safe interface to the trace BIF. War stories will in all likelihood be offered.

Talk objectives: Describe the Erlang tracing functions and how to use them.

Target audience: Developers and ops people, especially those working on large, embedded, real-time systems.