Re: Observer Crashdump Viewer bug?
Tuncer Ayaz <[email protected]> Fri, 29 May 2015 17:33:38 +0200
| Newsgroups | gmane.comp.lang.erlang.general,gmane.comp.lang.erlang.bugs |
|---|---|
| Message-ID | <CAOvwQ4iR5sZ=m9ADgkhAHjw9ysvR5Oge1858AY0N7+J_XbgPgw@mail.gmail.com> |
On Sun, May 10, 2015 at 12:00 PM, Tuncer Ayaz <[email protected]> wrote: > On Fri, Apr 24, 2015 at 10:35 PM, Tuncer Ayaz wrote: >> Can anyone else reproduce a responsive but blocked Observer >> gui following these steps? >> >> # install otp 18.0 from master >> >> # clone and build erlguten >> $ git clone https://github.com/richcarl/erlguten >> $ cd erlguten >> $ make >> $ ./erlguten test/test1.xml >> >> # start Observer use File->Examine Crash Dump to load the >> # erlguten crash dump >> $ erl >> 1> observer:start(). >> ok >> WARNING: Found unexpected tag:scheduler >> WARNING: Found unexpected tag:scheduler >> WARNING: Found unexpected line in general information: >> Calling Thread >> WARNING: Found unexpected line in ETS info: >> Chain Length Avg >> >> # now it stalls in the GUI at "Processing ets" >> >> This does not happen if you instead start crashdump_viewer:start/0. > > So, can nobody else reproduce this? Bump?