Re: [fpc-pascal] got SIGSEGV with objfpc dialect

2015-09-13 Thread che fou
thanks , i reported already http://bugs.freepascal.org/view.php?id=28674 ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] got SIGSEGV with objfpc dialect

2015-09-13 Thread Mark Morgan Lloyd
che fou wrote: Atm i don't know how to report , i'll try to figure out how to http://wiki.lazarus.freepascal.org/How_do_I_create_a_bug_report -- Mark Morgan Lloyd markMLl .AT. telemetry.co .DOT. uk [Opinions above are the author's, not those of his employers or colleagues] ___

Re: [fpc-pascal] got SIGSEGV with objfpc dialect

2015-09-13 Thread Ewald
On 09/13/2015 03:25 PM, che fou wrote: > Atm i don't know how to report , i'll try to figure out how to Try http://bugs.freepascal.org/ -- Ewald ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/li

Re: [fpc-pascal] got SIGSEGV with objfpc dialect

2015-09-13 Thread che fou
Atm i don't know how to report , i'll try to figure out how to ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] got SIGSEGV with objfpc dialect

2015-09-11 Thread leledumbo
> the compiler ( fpc 3.1.1 ) crashs when compiling this compiler bug, please report -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/got-SIGSEGV-with-objfpc-dialect-tp5722570p5722571.html Sent from the Free Pascal - General mailing list archive at Nabble.com. _

[fpc-pascal] got SIGSEGV with objfpc dialect

2015-09-11 Thread che fou
Hi the compiler ( fpc 3.1.1 ) crashs when compiling this . // {$mode objfpc} type generic pnode = object data : T; link : ^pnode; end; begin end. // with