Re: SIGSEGV using lines(filename)

2018-04-01 Thread kinkinkijkin
Thanks! I feel dumb now.

SIGSEGV using lines(filename)

2018-03-30 Thread kinkinkijkin
result.add(("w", line)) break read elif fmblock and not line.isNilOrEmpty(): result.add(("f", line)) break read else: break read return The code being read is in [this link ](https://github.com/kinkinkijkin/kPMML/blob/master/examples/referenceexample4.txt) File exists. SIGSEGV happens after reading the first 6 lines (up to /env) Possibly a bug?