<div dir="ltr">Oh wow, this is neat, I would have never guessed, thank you :)</div><div class="gmail_extra"><br><div class="gmail_quote">2017-04-09 22:53 GMT+02:00 Loïc Hoguin <span dir="ltr"><<a href="mailto:essen@ninenines.eu" target="_blank">essen@ninenines.eu</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Before running your error command, try:<br>
<br>
catch_exception(true).<br>
<br>
<a href="http://erlang.org/doc/man/shell.html#catch_exception-1" rel="noreferrer" target="_blank">http://erlang.org/doc/man/shel<wbr>l.html#catch_exception-1</a><div><div class="h5"><br>
<br>
On 04/09/2017 09:46 PM, Jakub Groncki wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
Hi,<br>
<br>
My first message here so it may be very n00b but well, I just started to<br>
pick up some Erlang a couple of days ago (I'm halfway through<br>
"Introducing Erlang" + I find this book quite enjoyable). So there's<br>
this one thing that's been bugging me ever since I learnt about<br>
processes, pids and the like - the shell pid seems to change after an<br>
error caused by malformed code or after a user exception is thrown. See<br>
this terminal session snippet:<br>
<br>
Erlang/OTP 19 [erts-8.3] [source] [64-bit] [smp:2:2] [async-threads:10]<br>
[hipe] [kernel-poll:false]<br>
<br>
Eshell V8.3  (abort with ^G)<br>
1> self().<br>
<0.58.0><br>
2> error(sadface).<br>
** exception error: sadface<br>
3> self().<br>
<0.61.0><br>
<br>
So here you can see self() yields different values. Does anybody know<br>
why it happens the way it happens?<br>
<br>
PS Of course I'm not implying there's something wrong with this kind of<br>
behavior but still it's really interesting.<br>
<br>
<br></div></div>
______________________________<wbr>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/list<wbr>info/erlang-questions</a><br>
<br><span class="HOEnZb"><font color="#888888">
</font></span></blockquote><span class="HOEnZb"><font color="#888888">
<br>
-- <br>
Loïc Hoguin<br>
<a href="https://ninenines.eu" rel="noreferrer" target="_blank">https://ninenines.eu</a><br>
</font></span></blockquote></div><br></div>