Open oubiwann opened 10 years ago
This one is fairly interesting; the queue which is part of the "user" process's state somehow gets to be []. I'd say this is not likely to be an LFE problem.
Yes, very strange. How can user
's input queue suddenly not be {<list>, <list>}
i.e. a proper queue, but just <list>
? This shouldn't happen. We'll have to trace down the bug to which call from user
causes this strange value to appear.
Let me know if there's anything I can do to provide you with more details on this failure!
On Mon, Apr 7, 2014 at 10:52 AM, Kresten Krab Thorup < notifications@github.com> wrote:
Yes, very strange. How can user's input queue suddenly not be {
,
} but just
? This shouldn't happen. We'll have to trace down the bug to which call from user causes this strange value to appear. ## Reply to this email directly or view it on GitHubhttps://github.com/trifork/erjang/issues/85#issuecomment-39761434 .
When quitting the LFE shell on Erjang, I get the following:
As opposed to what happens when quitting the Erlang shell:
This may be an issue with LFE; I will discuss with Robert.