[erlang-questions] problem with starting gproc

Michal Ptaszek michal.ptaszek@REDACTED
Tue Jul 26 11:43:36 CEST 2011


Hi!

it could be worth starting SASL before gproc - to see
what is causing crash of the application. 

Try running: 

	application:start(sasl).
	application:start(gproc).

Best regards,
Michal Ptaszek

On Jul 25, 2011, at 8:34 PM, Roman Shestakov wrote:

> hello,
> 
> does anybody else have a problem with gproc? 
> 
> I started having some issues since I upgraded to Lion,  the fresh gproc build from git head wouldn't start. ( I rebuilt erlang install after macos 10.7 but it didn't help)
> 
> Erlang R13B04 (erts-5.7.5) [source] [64-bit] [smp:2:2] [rq:2] [async-threads:0] [hipe] [kernel-poll:false]
> 
> Eshell V5.7.5  (abort with ^G)
> 1> application:start(gproc).
> 
> =INFO REPORT==== 25-Jul-2011::19:26:14 ===
>    application: gproc
>    exited: {shutdown,{gproc_app,start,[normal,[]]}}
>    type: temporary
> {error,{shutdown,{gproc_app,start,[normal,[]]}}}
> 2> 
> any ideas what might be causing it ?
> 
> I wander if it is my machine problem or generic issue.
> 
> Regards, Roman
> 
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions




More information about the erlang-questions mailing list