|
|
| Author |
Message |
< Erlang bugs mailing list ~ [erlang-questions] R11B-2: one more bug with the "-smp" swit |
| Guest |
Posted: Thu Jan 04, 2007 1:42 pm |
|
|
|
Guest
|
I haven't been able to reproduce this. Have this happened just once or
does this happen all the time? Have you set any environment variables
affecting the emulator such as ERL_FLAGS? If so, what values do you use?
BR,
Rickard Green, Erlang/OTP
Serge Aleynikov wrote:
> Happy New bug, everyone!
>
> $ uname -a
> Linux xxxxxx 2.6.9-34.ELsmp #1 SMP Fri Feb 24 16:54:53 EST 2006 i686
> i686 i386 GNU/Linux
>
> $ cat test.erl
> -module(test).
> -export([f/1]).
>
> f(Args) ->
> io:format("~s~n", [filename:join(Args)]).
>
> $ erl -noshell -run test f "/usr" "local" -s erlang halt
> /usr/local
> $ erl -smp -noshell -run test f "/usr" "local" -s erlang halt
> {"init terminating in
> do_boot",{undef,[{test,f,[["/usr","local"]]},{init,start_it,1},{init,start_em,1}]}}
>
> Crash dump was written to: erl_crash.dump
> init terminating in do_boot ()
>
>
> Regards,
>
> Serge
>
_______________________________________________
erlang-bugs mailing list
erlang-bugs@erlang.org
http://www.erlang.org/mailman/listinfo/erlang-bugs
Post recived from mailinglist |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
|