[erlang-patches] observer tv crash on formatting improper lists

Andrey Tsirulev andrey@REDACTED
Sat Feb 16 13:26:37 CET 2013


Hi,

Observer table viewer crashes when attempts to display a term containing improper lists (e.g. dict). Quick way to reproduce: run
ets:insert(ets:new(test,[]), {1,[h|t]}).
then start observer and open test ETS in table viewer. Observer will crash.

git fetch git://github.com/artplant/otp.git observer_tv_improper_lists

https://github.com/artplant/otp/compare/erlang:master...observer_tv_improper_lists
https://github.com/artplant/otp/compare/erlang:master...observer_tv_improper_lists.patch

Regards,
Andrey




More information about the erlang-patches mailing list