[erlang-questions] openpoker crashes erlang on solaris

mats cronqvist masse@REDACTED
Thu Oct 30 16:42:56 CET 2008


Joel Reymont <joelr1@REDACTED> writes:

> Solaris x86 5.11.
>
> Erlang (BEAM) emulator version 5.6.4 [source] [async-threads:0] [hipe]  
> [kernel-poll:false]
>
> How do I troubleshoot this?
...
> ./poker: line 4: 22720 Segmentation Fault      (core dumped) erl +K  
> true +P 134217727 -sname 1 -s mnesia start $*


  iirc;

  gdb <some path>/beam <some path>/core

  or use ddd as a front end to gdb.

  it was a long time since i did tht kind of stuff though.


  mats



More information about the erlang-questions mailing list